Understanding CSS positioning, finally!
I’ve always been more attracted to backend development. However, I’ve almost always worked as a full-stack developer, and working on…
A software engineer's journey
I’ve always been more attracted to backend development. However, I’ve almost always worked as a full-stack developer, and working on…
Curious about the art of Software Engineering as practiced at Google? From understanding the difference between programming and software engineering…
The Java Stream API allows to create pipelines of chained methods to produce a result. It exists since Java 8.…
Developers don’t like writing documentation, generally. — Knowledge sharing in tech teams seems to be a recurring problem. While it…
In our development team, we do code review on every single merge request (aka a pull request for GitHub users)…
Cloud deployment becomes more and more popular. I’ve been curious about it for a few years now, but have very…
In this blog post, I’ll summarize the important ideas about Azure AI fundamentals (topics from the AI-900 Microsoft certification exam).…
In a previous article I covered Array and ArrayList. Here, I’m gonna go through other data structures in Java and…