O que realmente agregou profissionalmente quando eu era Junior ...
Um resumo do meu 2024 Leandro Proença ・ Dec 31 '24 ...
31 de Dezembro de 2024. Sentado no sofá e assistindo Frozen, tive a ideia de escrever sobre minha...
Recentemente escrevi uma saga de 6 artigos sobre Assembly x86, abordando conceitos fundamentais de...
Uma vez que temos um web server funcional, podemos dar o próximo (e último) passo, que é deixar o...
No artigo anterior, passamos pelos fundamentos de Assembly, onde foi possível entender alguns...
Uma vez que temos uma compreensão sobre sistema binário, hexadecimal, ASCII e código de máquina,...
Agora que já temos uma base de entendimento sobre hierarquia de memória, arquitetura de CPU e...
No artigo anterior demos uma introdução não-técnica sobre o que será esta saga de Assembly x86...
Assembly. Para alguns, um monstrinho. Pra outros, algo antiquado. Mas pra quem tem curiosidade em...
Ufa, finalmente meu primeiro artigo de 2024. Criei vergonha na cara coragem e resolvi sentar e...
In today's post we'll explore how to create a basic background job in Rust, simulating Rust channels...
In today's post we'll delve into the basics of smart pointers in Rust, while we build from scratch a...
Faz alguns dias que não escrevo. Minha rotina mudou um pouco e também tenho focado em estudar algumas...
Este artigo é o início de um formato diferente de conteúdo que quero experimentar, um apanhado (ou...
Se pra você: Recursão é um tema obscuro ou quer entender mais um pouco sobre; Tail call e TCO são...
TL;DR Se quer poupar tempo e ir direto ao assunto, para cálculos precisos, prefira...
TL;DR For precise calculations, favor arbitrary-precision decimals or equivalents like...
Se você já trabalha com Git diariamente, mas deseja ter uma boa compreensão dos fundamentos do Git,...
Currently we find ourselves in the middle of the hype surrounding Artificial Intelligence (AI) and...
So far, we have gained an understanding of the primary workload objects in Kubernetes. These...
Our previous article, we learned how DaemonSets can effectively collect data from Kubernetes nodes,...
Another tutorial for learning Ruby? Absolutely not. This guide is different from the typical...
For most use cases, deploying core business apps in Kubernetes using Deployments for stateless...
In the previous article, we explored ways to handle pod updates without affecting availability, using...
In this post we're going to see how the SQL JOIN works, guided by a practical example while covering...
If you already work with Git daily but want to have a good comprehension of Git fundamentals, then...
In the third part, we went a bit further and learned how Kubernetes employs self-healing capabilities...
The second part of this series explained how Pods work while building a Pod having two containers...
In the previous post we've seen the fundamentals of Kubernetes as well as an introduction to its main...