Browsing Tag
node
255 posts
Backend Engineer (Fintech · Node.js · TypeScript · Python) — Open to Opportunities
Hi everyone — I’m a backend engineer with 3+ years building and shipping production backend systems, primarily in…
Modern JavaScript Tooling Explained: npm, npx, pnpm, Yarn & Bun
🧠 Introduction (Context Setting) Modern JavaScript development is no longer just about writing code—it’s about managing an ecosystem…
Why worker pools beat clustering for CPU-Heavy tasks on Node.js
Imagine you have a Nodejs server with endpoint that performs heavy CPU operations. By default your server runs…
Stop Burning Tokens (and Brain Cells): A CLI Pomodoro Timer for Focused Coding
While struggling with concentration, I’ve always forced myself to use techniques that help me stay in flow while…
Síncrono, assíncrono e Async/Await: conectando os pontos
Esses dois conceitos são fundamentais para entender como o JavaScript funciona, e mais ainda, como o Node.js lida…
How to Accept USDC Payments in Node.js Using Web3indo (Stripe-Style Crypto Checkout)
How to Accept USDC Payments in Node.js Using Web3indo (Stripe-Style Crypto Checkout) Accepting crypto payments in backend applications…
How to Take Screenshots in TypeScript with the PageBolt API
How to Take Screenshots in TypeScript with the PageBolt API You’re building a TypeScript app that needs screenshots.…
Strapi CMS: The Modern Headless CMS Powering Scalable Digital Experiences
Looking for a modern CMS? Explore how Strapi’s headless, API-first approach enables faster, scalable, and frontend-agnostic digital experiences.…
JavaScript Operators: The Basics You Need to Know
In the previous blog of this JavaScript series, we learned about Variables and Data Types — how JavaScript…
Building a Real-Time Data Pipeline: Streaming TCP Socket Data to PostgreSQL with Node.js
Real-time data streams are the lifeblood of many modern applications, ranging from financial market tickers to IoT sensor…