Role of algorithms – Algorithms are a useful skill not because you use it at work every day, but because they train you to be better at particular aspects of software engineering.
Database Fundamentals – basically a short summary of Designing Data Intensive Applications and Database Internals, with a focus on the fundamental problems a database engineer thinks about in the shower.
Go 1.22: Interactive release notes – A useful run down of the changes in the upcoming Go 1.22 release, including interactive examples.
Loco – Loco is a new framework for building applications in Rust, heavily inspired by Ruby on Rails.
The DDD Hamburger for Go – The DDD Hamburger beautifully combines the best of the hexagonal architecture of Domain-Driven-Design and layered architecture. Get to know the DDD Hamburger Architecture for Go and maybe it’ll become your favorite too!
How to Make Your Awesome GitHub Profile – A GitHub profile helps provide basic information for those visiting your profile. Having a well-made profile can even help you stand out, especially when you start contributing to open-source projects and people start noticing you.
Gatus – Gatus provides a lightweight service health monitoring webpage for developers to monitor service status through simple HTTP, ICMP, TCP protocols, etc., and determine the health of a website based on the Status Code or Response time and Body content of the webpage response, and set different Alerts if an abnormality occurs. If an abnormality occurs, you can set different alerts such as Slack, Email, Teams, Discord or Telegram, and other common real-time software. You can see the actual status of the Dashboard at check this link.
Linux Kernel 6.7 Released. This is What’s New – Linus Torvalds released Linux Kernel 6.7, which is the first mainline Kernel of 2024. As usual, you get updated fixes and hardware support in this Kernel 6.7. Overall, this is a massive release in terms of lines of code merged, which was aptly touched by Linus while releasing this version. It’s worth mentioning that this release is mainly focused on the newer generation of hardware updates for the upcoming major lineups.