Leandro Proença

Leandro Proença @leandronsp

About: Programmer • I occasionally write blog posts in both English and Brazilian Portuguese.

Location:
Brazil
Joined:
Aug 8, 2017

Leandro Proença
articles - 70 total

[Boost]

O que realmente agregou profissionalmente quando eu era Junior ...

Learn More 0 1Jan 12

[Boost]

Um resumo do meu 2024 Leandro Proença ・ Dec 31 '24 ...

Learn More 0 0Jan 2

Um resumo do meu 2024

31 de Dezembro de 2024. Sentado no sofá e assistindo Frozen, tive a ideia de escrever sobre minha...

Learn More 35 13Dec 31 '24

Arrays em Assembly x86

Recentemente escrevi uma saga de 6 artigos sobre Assembly x86, abordando conceitos fundamentais de...

Learn More 54 0Aug 17 '24

Construindo um web server em Assembly x86, the grand finale, multi-threading

Uma vez que temos um web server funcional, podemos dar o próximo (e último) passo, que é deixar o...

Learn More 80 1Jul 14 '24

Construindo um web server em Assembly x86, parte V, finalmente o server

No artigo anterior, passamos pelos fundamentos de Assembly, onde foi possível entender alguns...

Learn More 55 3May 25 '24

Construindo um web server em Assembly x86, parte IV, um assembly modesto

Uma vez que temos uma compreensão sobre sistema binário, hexadecimal, ASCII e código de máquina,...

Learn More 39 5May 13 '24

Construindo um web server em Assembly x86, parte III, código de máquina

Agora que já temos uma base de entendimento sobre hierarquia de memória, arquitetura de CPU e...

Learn More 52 8Apr 23 '24

Construindo um web server em Assembly x86, parte II, história e arquitetura

No artigo anterior demos uma introdução não-técnica sobre o que será esta saga de Assembly x86...

Learn More 78 4Apr 11 '24

Construindo um web server em Assembly x86, parte I, introdução

Assembly. Para alguns, um monstrinho. Pra outros, algo antiquado. Mas pra quem tem curiosidade em...

Learn More 137 0Apr 9 '24

Superficial, básico e avançado

Ufa, finalmente meu primeiro artigo de 2024. Criei vergonha na cara coragem e resolvi sentar e...

Learn More 63 5Mar 9 '24

Building a dead simple background job in Rust

In today's post we'll explore how to create a basic background job in Rust, simulating Rust channels...

Learn More 28 1Nov 12 '23

Understanding the basics of Smart Pointers in Rust

In today's post we'll delve into the basics of smart pointers in Rust, while we build from scratch a...

Learn More 36 0Nov 1 '23

Compiladores, trampolim, deque e thread pool

Faz alguns dias que não escrevo. Minha rotina mudou um pouco e também tenho focado em estudar algumas...

Learn More 59 6Oct 17 '23

Rust, Go, Rinha e I/O

Este artigo é o início de um formato diferente de conteúdo que quero experimentar, um apanhado (ou...

Learn More 39 10Sep 8 '23

Entendendo fundamentos de recursão

Se pra você: Recursão é um tema obscuro ou quer entender mais um pouco sobre; Tail call e TCO são...

Learn More 64 5Jun 23 '23

Vencendo os números de ponto flutuante: um guia de sobrevivência

TL;DR Se quer poupar tempo e ir direto ao assunto, para cálculos precisos, prefira...

Learn More 39 0Jun 6 '23

Winning at floating-point issues: a survival guide

TL;DR For precise calculations, favor arbitrary-precision decimals or equivalents like...

Learn More 8 2Jun 1 '23

[pt-BR] Fundamentos do Git, um guia completo

Se você já trabalha com Git diariamente, mas deseja ter uma boa compreensão dos fundamentos do Git,...

Learn More 178 3May 24 '23

AI & Ruby: an introduction to neural networks

Currently we find ourselves in the middle of the hype surrounding Artificial Intelligence (AI) and...

Learn More 42 9May 19 '23

Kubernetes 101, part VIII, networking fundamentals

So far, we have gained an understanding of the primary workload objects in Kubernetes. These...

Learn More 75 5May 13 '23

Kubernetes 101, part VII, jobs and cronjobs

Our previous article, we learned how DaemonSets can effectively collect data from Kubernetes nodes,...

Learn More 23 2Apr 29 '23

A comprehensive introduction to Ruby

Another tutorial for learning Ruby? Absolutely not. This guide is different from the typical...

Learn More 30 7Apr 28 '23

Kubernetes 101, part VI, daemonsets

For most use cases, deploying core business apps in Kubernetes using Deployments for stateless...

Learn More 26 1Apr 5 '23

Kubernetes 101, part V, statefulsets

In the previous article, we explored ways to handle pod updates without affecting availability, using...

Learn More 25 0Apr 1 '23

SQL JOIN explained

In this post we're going to see how the SQL JOIN works, guided by a practical example while covering...

Learn More 75 4Mar 17 '23

Git fundamentals, a complete guide

If you already work with Git daily but want to have a good comprehension of Git fundamentals, then...

Learn More 355 28Mar 15 '23

Kubernetes 101, part IV, deployments

In the third part, we went a bit further and learned how Kubernetes employs self-healing capabilities...

Learn More 55 4Mar 12 '23

Kubernetes 101, part III, controllers and self-healing

The second part of this series explained how Pods work while building a Pod having two containers...

Learn More 63 3Mar 12 '23

Kubernetes 101, part II, pods

In the previous post we've seen the fundamentals of Kubernetes as well as an introduction to its main...

Learn More 88 2Mar 1 '23