1- Monitor your databases with this open-source tool
Percona Monitoring and Management is an open-source tool to monitor your MySQL, MongoDB, or PostgreSQL instances. 01/04/2022
2- How GitHub does take home technical interviews
This blog post talks about how candidates at GitHub do the “take-home” portion of their interview—a technical challenge done independently—and how that process has been improved. 31/03/2022
3- Why Rust mutexes look like they do
Walk through a typical C mutex API, compare it with a typical Rust mutex API and look at what happens if we change the Rust API to resemble C in various ways. 31/03/2022
4- Exploring Neural Networks Visually in the Browser
A fully-fledged neural network implementation running in your browser. You can add, remove, and configure the layers to change the activation function, neuron count, and initialization parameters. 04/04/2022
5- 6 Little Things That Can Make You Seem Like Less of a Jerk When Reviewing Someone’s Code
Being a helpful and constructive code reviewer is all about striking the right balance, and these tips should help you get there. 02/04/2022
6- Comparing Go vs. C in embedded applications
Impossibly tight deadlines, unrealistic schedules, and constant pressure to develop and release applications on time, while at the same time achieving excellent quality. Sound familiar? (04/04/2022)
7- How Go Mitigates Supply Chain Attacks
Despite any process or technical measure, every dependency is unavoidably a trust relationship. However, the Go tooling and design help mitigate risk at various stages. (31/03/2022)
8- Emerging Architectures for Modern Data Infrastructure
Updated set of data infrastructure architectures, with current best-in-class stack across both analytic and operational systems. (01/04/2022)
9- Use Git tactically
How you can use micro-commits to effectively apply the Strangler Fig pattern. (06/04/2022)
10- Simple AI Face and emotion Recognition With React
Today you are going to be using Artificial Intelligence and face recognition to determine your emotions through your webcam in real-time. (06/03/2022)