Posts técnicos, tutoriais e reflexões profissionais.
June 28, 2026 EN Dev
How I arrived at a middle ground between CRUD and event sourcing - an append-only event log alongside traditional mutable state, same database, same transaction - while investigating session state for an open source legal aid portal.
#architecture #django #event-sourcing #python
June 3, 2026 EN Dev
A background job hung for 41 days with no errors. The root cause took one calculation to find. The real story was discovering why seven safety nets all had holes.
#debugging #celery #python #systems
May 30, 2026 EN Dev
Debugging IPv6 connectivity issues without access to the customer's environment using minimal reproducible examples and fault isolation.
#debugging #devops #linux #IPv6
20 de abril de 2026 PT Dev
A IA tornou visível uma dimensão da profissão que sempre subestimamos: a engenharia de software tem uma natureza profundamente linguística.
#IA #carreira #linguística #engenharia de software
April 19, 2026 EN Dev
As AI-generated code becomes part of daily engineering work, the engineer's role evolves from authorship to exegesis.
#IA #carreira #linguística #engenharia de software
August 10, 2025 EN Dev
Lessons from my first week as Captain in a rotating agile facilitation role - practical tips for success.
#agile #leadership #teamwork
11 de junho de 2022 PT Dev
id(), hash() e operadores == e is
#python #objetos #hashable
September 14, 2021 EN Dev
The one-million dollars question
#carreira #soft skills #engenharia de software
21 de outubro de 2020 PT Dev
Uma pergunta que não é tão simples…
#inteligência artificial #iniciante
15 de outubro de 2020 PT Dev
NLP é uma ramificação de inteligência artificial que estuda como máquinas entendem a linguagem humana.
#inteligência artificial #NLP #machine learning
9 de outubro de 2020 PT Dev
Os Arrays possuem a propriedade Length, ao contrário dos ArrayLists.
#java #iniciante
1 de outubro de 2020 PT Dev
História e idiossincrasias da linguagem Java.
#java #iniciante
27 de agosto de 2020 PT Dev
Variável é uma região de memória reservada para armazenar valores de modo temporário.
#java #iniciante
20 de agosto de 2020 PT Dev
Afinal o que é o que?
#git #github #iniciante
12 de agosto de 2020 PT Dev
TCP/IP é uma das principais coleções de protocolos para o envio e recebimento de dados entre máquinas conectadas a internet.
#redes #protocolos #iniciante
6 de agosto de 2020 PT Dev
Engatinhando em POO
#java #POO #iniciante