Bruno Paz

Author profile

Bruno Paz

Web Engineer. Working mostly with PHP, Symfony and Golang. Entusiast about Engineering Best Practices, Continuous Delivery and DevOps. Sports and FC Porto fan!

@brpazPorto, PortugalWebsiteView on DEV

Articles by @brpaz

Browse the latest writing surfaced through DevArt.

Factors to consider when adding third party dependencies to a project
#softwareengineering#dependencymanagement#codequality

Factors to consider when adding third party dependencies to a project

Avoid reinventing the wheel is a good practice when developing any Software project. But adding many third-party dependencies can have a negative impact on your application quality and maintainability. In this article, I highlight some factors to consider, in order to only add the best dependencies to the project.

Bruno PazBruno Paz6 min read
12 reactions0 commentsRead full article
How to start a software project with a quality mindset
#codequality#engineering#cicd

How to start a software project with a quality mindset

Building quality software is not an easy task and requires a lot of practice and experience. In this post, I talk about some topics that I consider essential to implement from day 1 of your project, in order to build a quality driven and sustainable software project.

Bruno PazBruno Paz13 min read
283 reactions6 commentsRead full article
My experience on mentoring Junior Devs
#career#leadership#mentoring

My experience on mentoring Junior Devs

The ability to proper onboard and coach Junior Devs is essential for any successful company. I have been working closely with Junior Devs almost since the beginning of my career and its something I really enjoy. In this post, I will share my experiences and give some tips about how to be a great mentor.

Bruno PazBruno Paz7 min read
52 reactions3 commentsRead full article
Using Docker Multi-stage builds during development
#docker

Using Docker Multi-stage builds during development

Docker Multi-stage builds is a great way to build smaller Docker images optimized for production use without having things like build tools in the final image. But what about development? You might need these build tools. In this article I will show you how you can have the best of both worlds with the same Dockerfile and Multi-stage builds.

Bruno PazBruno Paz3 min read
51 reactions1 commentsRead full article
Bruno Paz developer articles | DevArt