Hey, I'm Northon! 🖖

a DevSecOps engineer from Brazil »

Humans: Practical Creatures

Imagine a world where every decision you make, from the mundane to the profound, is guided by a single principle: practicality. In this world, the roots of society, cultural norms, governance structures, economic choices, and even the development of artificial intelligence all revolve around the…

The Clean Coder Golden Rules

When writing professional code, it is crucial to adhere to best practices, especially when transitioning from different programming languages or working under time constraints. This article aims to serve as a comprehensive guide to ensure that your applications are not only secure but also easily…

Hiring Devs: Full Stack or Specialized?

In the ever-evolving realm of software development, the debate surrounding the employment of full stack developers versus specialized ones often evokes a compelling analogy: cowboys versus snipers. This analogy gains pronounced relevance when considering the distinct stages of a project: the 'Validation Phase' and the…

Throughput and IOPS: how much is enough?

Storage is often one of the least considered areas when launching an application in the cloud. When setting up an AWS EBS gp3 disk, you often use the default settings, 125MB/s, and 3,000 IOPS, right? You're in for a surprise, so keep reading. The concepts…