Related Posts
Use Github actions for Trunk Based Development to deploy AWS ECS Service
Trunk based development as a branching model is preferred compared to something like Git / GitHub Flow due…
Code Smell 170 – Refactor with Functional Changes
Developing is great. refactoring is amazing. Don’t make it at the same time TL;DR: Don’t change functionally and…
Rust in Linux: Fixing the Edges, Not the Core
In 2022, Linus Torvalds made the decision to merge Rust support into the Linux kernel – Version 6.1…