BLOG
Notes, opinions and findings from the site
MANAGEMENTWhat we build here (and why it matters)
More than writing code, building software is about making the right decisions. See how we focus on real results — with systems that work, scale, and evolve.
READ ARTICLE →
MANAGEMENTSoftware wasn’t made to impress
Good-looking software doesn’t guarantee quality. Learn why technical decisions, architecture, and performance matter more than tools or appearance.
READ ARTICLE →
MANAGEMENTNice to meet you, we are Pedreiros de Bit
Building software goes beyond writing code. In this article, we explore how technical decisions, architecture, and long-term thinking directly impact the quality, scalability, and sustainability of a product.
READ ARTICLE →
TECHNICALWhat is Hoisting in JavaScript?
A concise overview of hoisting in JavaScript, explaining how declarations are handled during compilation and why some variables and functions can be accessed before their definition. It covers key differences between var, let, and const, the behavior of function declarations vs. expressions, and introduces the concept of the Temporal Dead Zone (TDZ) along with common pitfalls developers encounter.
READ ARTICLE →