The Dev Digest Newsletter #017
Articles focused on improving your software development skills. Have an excellent read!
For me, it doesn't matter how fast we can write and deliver software, we'll always create a tech debt. The code that we wrote in the morning is the legacy code at afternoon. Imagine that the package/library used in this legacy code released a new version. Can it be considered as Tech Debt? I found this case-study very interesting and show some approaches of delivering high-quality software. - Read more >
Elton Minetto shares some career tips on deciding what to invest time learning and suggests an exercise to identify the most important topics for you, recommended! - Read more >
When writing startup software, it's common to think that the MVP codebase doesn't need to be secure or is not relevant to be auditable. Is it true? You can find very easy techniques to identify potential bugs or even upgrade a package to mitigate it, such as using a linter or turning on Dependabot. What else? Here are a few tips to make your codebase securer - Read more >
Very good Weverton Timoteo! Thanks for sharing! Loved Elton Minetto thoughts on prioritizing what to study ????