Bruno Paz

Posts tagged with development





Choosing the tech stack for a project, is a very important decision, that shouldn´t be taken lightly, as it can deeply impact the speed of development and the ability to add new features in the long run, application performance, developer hapiness and more. Ultimately, a very bad technological choice, can make the project to fail, if not in the short term, in the long term. In this article, I will talk a bit about some factors I consider important, when choosing a tech stack for any project.




Watch 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.