Published onSeptember 10, 2025Concurrency ≠ ParallelismnodegoconcurrencyparallelismUnderstand the difference between concurrency and parallelism, how Go and Node handle them, and stop blaming the intern for the wrong bottleneck.
Published onSeptember 10, 2025Concorrência ≠ ParalelismonodegoconcorrenciaparalelismoEntenda a diferença entre concorrência e paralelismo, como Go e Node lidam com isso, e pare de culpar o estagiário pelo gargalo errado.
Published onSeptember 1, 2025Refactoring as a Deliberate Practicerefactoringclean-codebest-practicesWhy refactoring should be a deliberate practice in your team and how simple techniques can add more knowledge to the code.
Published onSeptember 1, 2025Refatoração como Prática Deliberadarefatoraçãocódigo-limpoboas-práticasPor que a refatoração deve ser uma prática deliberada na sua equipe e como técnicas simples podem adicionar mais conhecimento ao código.
Published onFebruary 1, 2025Building a Chatbot with HuggingFace and StreamlitLLMpythonHow to create a chatbot using HuggingFace models, Spaces, and Streamlit, and add your own knowledge base.