The Dev Digest Newsletter #007

The Dev Digest Newsletter #007

Articles focused on improving your software development skills. Have an excellent read!

Photo by Roman Synkevych (https://unsplash.com/@synkevych) on Unsplash (https://unsplash.com/photos/wX2L8L-fGeA)

Open Source Highlight!

For this edition, I'll highlight some interesting Open Source repositories on GitHub!

Just a separator

Infracost

Infracost.io website screenshot

Infracost shows cloud cost estimates for Terraform. It enables DevOps, SRE and engineers to see a cost breakdown and understand costs?before making changes, either in the terminal or pull requests. This provides your team with a safety net as people can discuss costs as part of the workflow.

I found it interesting for anyone using Terraform, which makes more Dev in DevOps concept, to develop applications, deploy them and know how your changes impact the costs of infrastructure and for free! - Read more >

Just a separator

Topgrade

No alt text provided for this image

Keeping your system up to date usually involves invoking multiple package managers. This results in big, non-portable shell one-liners saved in your shell. To remedy this,?topgrade?detects which tools you use and runs the appropriate commands to update them.

Another very useful tool, it was written in Rust Lang and you can install Topgrade via Releases page, or you have Cargo installed (which is the package manager for Rust programming language) you can just run `cargo install topgrade`. Then, if you're using `asdf` you need to run `asdf reshim rust`, to make it available. Now you're ready to run `topgrade`.

It will automatically detect which tools you're using and update them. For instance:

  • System packages
  • npm itself and npm installed packages
  • Vim plugins
  • asdf (itself and plugins)
  • pip3
  • gem itself
  • Flatpak
  • tmux
  • Gnome Shell extensions

And a lot more! If you want it to also update your cargo packages, you should install `cargo-update` package. - Read more >

Just a separator

Hacker Laws

Photo by Tingey Injury Law Firm (https://unsplash.com/@tingeyinjurylawfirm) on Unsplash (https://unsplash.com/photos/DZpc4UY8ZtY)

No, it isn't a Code of Conduct for Hackers, it's a list of Laws, Theories, Principles and Patterns that developers will find useful with explanations for each one. If you know Moore's Law, you already know one (even that is not really a law). - Read more >

Just a separator

Well,?I?hope you have enjoyed?this?newsletter! You can?send me feedback on?my Twitter?feed.?Have a nice week!

要查看或添加评论,请登录

Weverton Timoteo的更多文章

  • Request Changes: você usa com frequência?

    Request Changes: você usa com frequência?

    Ao revisar Pull Requests podemos bloquear o merge de acontecer, ao utilizar a op??o Request Changes (solicitar…

  • Guia rápido: Comunica??o n?o-ofensiva na revis?o de Pull/Merge Requests

    Guia rápido: Comunica??o n?o-ofensiva na revis?o de Pull/Merge Requests

    Quer melhorar a comunica??o com seu time e a qualidade das intera??es? Pare de comentar emojis ofensivos ou negativos…

  • Mais de 10 coisas para fazer antes de solicitar revis?o do seu Pull Request

    Mais de 10 coisas para fazer antes de solicitar revis?o do seu Pull Request

    Você revisa seus próprios Pull Requests ou Merge Requests antes de pedir revis?o de outras pessoas desenvolvedoras? Eu…

  • The Dev Digest Newsletter #018

    The Dev Digest Newsletter #018

    Articles focused on improving your software development skills. Have an excellent read! StackOverflow - Developer…

  • The Dev Digest Newsletter #017

    The Dev Digest Newsletter #017

    Articles focused on improving your software development skills. Have an excellent read! Extreme Fast Delivery Without…

    1 条评论
  • The Dev Digest Newsletter #016

    The Dev Digest Newsletter #016

    Articles focused on improving your software development skills. Have an excellent read! Continuous Load Testing -…

  • The Dev Digest Newsletter #015

    The Dev Digest Newsletter #015

    Articles focused on improving your software development skills. Have an excellent read! The Mechanics of Software…

  • The Dev Digest Newsletter #014

    The Dev Digest Newsletter #014

    Articles focused on improving your software development skills. Have an excellent read! How to Freaking Find Great…

    1 条评论
  • The Dev Digest Newsletter #013

    The Dev Digest Newsletter #013

    Articles focused on improving your software development skills. Have an excellent read! Motivating Developers to Care…

  • The Dev Digest Newsletter #012

    The Dev Digest Newsletter #012

    Articles focused on improving your software development skills. Have an excellent read! Good error message We all have…

社区洞察

其他会员也浏览了