In this article I will talk about my experience of using Zed as my main code editor. Features I liked and what still needs improvement.
Read moreMy Blog
Thoughts, ideas, and learnings from my journey in software development
As I get close to 15 Years working in the Software Development industry,In this post, I will share five key learnings that I have gathered along the way.
Read moreThe EXPLAIN ANALYZE command in SQL is a powerful tool for optimizing query performance by providing insights into query execution plans and resource usage. In this post, we explore how to use EXPLAIN ANALYZE effectively to identify and resolve performance bottlenecks in SQL queries.
Read moreWatch is a neat new feature of Docker compose that allows to monitor for file changes and automatically execute actions like sync the modified files to the container or restart the service. This feature can be a great alternative to traditional livereload solutions, and in this article I will show you a practical example of how to use it.
Read moreDevenv is a tool that allows to create Fast, Declarative, Reproducible and Composable Developer Environments using Nix. In this article we will explore how to use Devenv to manage development environments with a real world example.
Read more