BLOG

Notes, opinions and findings from the site

Every MVP works, until it starts to grow.PRODUCT
13.05.263 min READ

Every MVP works, until it starts to grow.

Launching fast isn’t the problem. The real challenge is building an MVP capable of evolving without constant rework, technical limitations, and scalability issues in the future.

READ ARTICLE →
Using AI to write code is not the problemMANAGEMENT
13.05.263 min READ

Using AI to write code is not the problem

AI can accelerate development, but without technical understanding it also accelerates mistakes. Learn why engineering and technical judgment still matter when building software.

READ ARTICLE →
What we build hereMANAGEMENT
03.05.263 min READ

What 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 →
Software wasn’t made to impressMANAGEMENT
01.05.262 min READ

Software 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 →
Pedreiros de BitMANAGEMENT
22.04.263 min READ

Nice 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 →
HoistingTECHNICAL
15.04.263 min READ

What 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 →