Logo
Login
Tech Posts 31193
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

Migrating to Meteor 3: a solo developer story

Introduction My Meteor 3 conversion story starts October 2023 and ends Spring 2025.Apart from achieving future-proofness with Meteor 3, the upgrade has also caused/motivated me to: Upgrade al...
13.03.2025 0 Read More

TSGo: The Future of TypeScript with Native Performance Boost

Microsoft's introduction of a TypeScript native port (TSGo) marks a major shift in how the TypeScript compiler (tsc) operates. This new native implementation is designed to improve performance, memory...
13.03.2025 0 Read More

Web Scraping with JavaScript and Playwright: A Modern Approach with Code Examples

Web scraping has evolved to tackle the challenges of modern web applications, where content is often loaded dynamically via JavaScript. Enter Playwright—a powerful, open-source automation library by...
13.03.2025 0 Read More

🧙‍♂️ Directivas en Angular: ¡Magia para tu HTML! 🪄

👋 Vamos a explorar el fascinante mundo de las directivas - ¡esos pequeños hechizos que transforman vuestro HTML aburrido en interfaces interactivas y dinámicas! 🔮 Tipos de Directivas:...
13.03.2025 0 Read More

Cursor-Based Pagination in NestJS with TypeORM 🚀

Hey there, devs! 👋 If you've ever struggled with paginating large datasets efficiently, you're in the right place. Today, we'll implement cursor-based pagination in a NestJS API using TypeORM. This...
13.03.2025 0 Read More

Mastering setTimeout in JavaScript: Advanced Concepts and Best Practices

If you've worked with JavaScript, chances are you've used setTimeout to delay the execution of a function. While it might seem like a simple timer, setTimeout has some fascinating nuances that can imp...
13.03.2025 0 Read More

The JavaScript 'in' Operator: A Powerful Tool You Might Be Overlooking

Are you making the most of JavaScript's built-in operators? Today, let's explore the often underutilized in operator and see how it can improve your code's readability and performance. What is...
13.03.2025 0 Read More

Introducing highlight-plus: Supercharged Syntax Highlighting for React

In the world of web development, making code snippets clear and easy to read is essential. Plenty of tools offer syntax highlighting — but what if you want to emphasise specific words in that code? ...
13.03.2025 0 Read More

TanStack for Beginners: A Complete Guide & Tutorial

TanStack for Beginners: A Complete Guide & Tutorial
Curious about TanStack for Beginners? In this guide, we’ll explore what is TanStack, its key components, and a step-by-step TanStack tutorial. By the end, you’ll know how to use TanStack React, Ta...
13.03.2025 0 Read More

Mastering the JavaScript Event Loop: From Beginner to Advanced

Mastering the JavaScript Event Loop: From Beginner to Advanced
If you've ever wondered why JavaScript handles asynchronous operations the way it does, the Event Loop is the key concept you need to master. Whether you’re debugging unexpected delays or optimizing...
13.03.2025 0 Read More
Loading...
#reading
🧠 Build a Smart Internal Knowledge Chatbot with Embeddings and Vector Databases
0
Don't Lose Your Voice: Self-Hosting Audio and Video Content for Web Pages
0
Camouflage: The modern way to hide sensitive values in VS Code
0
Bringing SVG Elements to Life with D3’s Tween Function
0
HonoSphere - A Temperature and Humidity Monitoring IoT Project Using ESP32 and Cloudflare Workers
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0