Advertisement · 728 × 90

Posts by Marko Krstic

Preview
DockStats: Lightweight Docker Monitoring for Logs and Metrics In the world of modern software development, where agility and scalability rule, Docker has become a...

Centralized logs and metrics for docker containers:

dev.to/krstak/docks...

9 months ago 2 0 0 0

If you are coming from OOP or procedural languages, the book that will blow your mind is The Little Schemer (Daniel Friedman)

It's a must read.

9 months ago 2 0 0 0

My pleasure!

9 months ago 1 0 0 0

Clojure has something like spec if I recall correctly and it is used to validate data structures. You can also build macros to do that, which eliminates a lot of errors that are specific for dynamic languages. But it was long time ago since I used it :)

9 months ago 1 0 1 0

Macros basically allow you to modify, or better to say, to extend Clojure with new features. It's a kind of a tool to write a new language. I didn't have any problems with it, but for someone who is coming from different languages, it needs time to get used to it

9 months ago 1 0 1 0

With Clojure, you can focus on a single data structure, and functions naturally emerge from that, leading to extremely fast development and significantly less code compared to other languages.

Also, Clojure makes it easier to reuse your code than most other languages.

Not to mention Macros.

9 months ago 2 0 1 0

Yes I have, but these were pet projects

9 months ago 1 0 1 0

Clojure is amazing language. Like it very much

9 months ago 1 0 1 0
Clean Coder Blog

An old article, but still very relevant for testing software.

I often see developers making this mistake.

If you’re wondering whether you should write a test for each function or method, this is a must-read.

blog.cleancoder.com/uncle-bob/20...

1 year ago 3 1 0 0
Advertisement
Preview
DockStats - Logs and Metrics for Docker Containers Lightweight agent that collects logs and metrics from all your Docker containers across all hosts into one place.

There is also dockstats.com that collects logs and metrics from different containers

9 months ago 0 0 0 0

When learning programming, start with the basics. Avoid frameworks. Focus on understanding core programming concepts.

The choice of language isn’t that important.

10 months ago 0 0 1 0

My setup is similar with yours, but just a simple docker compose instead of kubernetes.

10 months ago 1 0 1 0
Preview
Why Golang Is Such a Powerful Language When I first started learning Go (or Golang), I didn’t expect much. It looked very simple, maybe even...

Plan to learn #golang?

It's a very powerful language and easy to learn. I highly recommend it.

dev.to/krstak/why-g...

10 months ago 2 0 0 0

I hope so, thanks 🙂

10 months ago 1 0 0 0

Further development of dockstats.com

10 months ago 1 0 1 0

Haha, sometimes it’s like that for me too :)

10 months ago 0 0 0 0

If you want to learn programming and get into software engineering, it's important to not give up. It’s not too hard, but there’s a lot to learn, and it takes time.

If, after six months, you feel like you know nothing and everything feels jumbled in your head, don’t worry – that’s normal

10 months ago 2 0 1 0
Preview
DockStats - Logs and Metrics for Docker Containers Lightweight agent that collects logs and metrics from all your Docker containers across all hosts into one place.

Since my last post, I’ve added basic log analytics.

If you’re using plain Docker in production, check it out → dockstats.com

Free while in beta. Feedback welcome 🙏

10 months ago 2 0 0 0
Advertisement

Congrats 🎉

Would you mind share how you drove traffic with carousels?

10 months ago 1 0 0 0
DockStats - Centralized Docker Logs and Metrics Monitoring Monitor all your Docker containers from a single dashboard. Collect logs and system metrics across all hosts with one lightweight agent. Built for developers using Docker in production.

I just launched a SaaS for developers who run their infrastructure on plain Docker containers. It helps you collect and view all your logs in one place. Features are still coming.

I would appreciate any feedback. 🙏

#buildinpublic

dockstats.com

10 months ago 2 0 0 0

damn 🙂

10 months ago 1 0 0 0

comments 🙂

10 months ago 4 0 1 0

Absolutely đź’Ż

10 months ago 2 0 0 0

Yeah, that could also work. Give the person a take-home task, and then talk with them about the code.

That way, you can see how much they really understand and why they built it that way.

So again, talk :)

10 months ago 2 0 1 0

Talk.

A really good lawyer would figure out in 30 seconds of talking to me that I know nothing about law.

A surgeon would also see in 30 seconds that I have no idea how surgery works.

You can practice leetcode for two months and fake an interview, but you can’t fake real experience.

10 months ago 3 0 1 0

I’ve never understood why tech companies use puzzle tasks (like leetcode) in interviews and base hiring decisions on them. Especially for the seniors.

Sure, it's important to know the basics but a software engineer’s day-to-day job is much broader, and solving puzzles is almost never part of it.

10 months ago 2 0 1 0
Advertisement

I highly recommend Clojure, probably the best language I've ever tried

11 months ago 2 0 1 0

I used to use Ruby as well, very nice language

11 months ago 2 0 1 0

I have used many programming languages in my career, but for the last 8+ years, I have stuck with Golang.

I like its simplicity and explicitness.

11 months ago 9 0 2 0

Learn the following languages if you want to see:

Java -> what OOP looks like
Clojure -> what a functional language looks like
Golang -> what a procedural language looks like
JavaScript -> what a language made in 10 days looks like

1 year ago 5 0 0 0