Logo
Login
Tech Posts 31249
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.

Redux and redux-toolkit(RTK) beginners friendly.

Redux: is a state management JavaScript library. react-redux: used to implement redux in react-app, or connect react-app with the store(all states are stored there). redux-store: the main central bu...
13.03.2025 0 Read More

Build a BMI Calculator Using JavaScript – Try It Now!

Maintaining a healthy weight is crucial for overall well-being, and one of the easiest ways to track your fitness level is by calculating your Body Mass Index (BMI). BMI is a numerical value derived f...
13.03.2025 0 Read More

Digitizing Art: How Code Brings Painters Like Prinet to Life

Right off the bat, check out Mission Île de la Cité, a project diving into Paris’ artistic heritage—painters included. Now, let’s talk tech: how can we, as developers, breathe digital life int...
13.03.2025 0 Read More

Understanding Asynchronous Programming in JavaScript

Understanding Asynchronous Programming in JavaScriptAsynchronous programming is a fundamental concept in JavaScript that allows developers to handle tasks that take time to complete, such as network r...
13.03.2025 0 Read More

Map vs Set: Modern Alternatives to Objects in JavaScript

Objects are a fundamental part of JavaScript, allowing us to store and manipulate key-value pairs. However, they come with some limitations. To address these shortcomings, Map and Set were introduced ...
14.03.2025 0 Read More

Scaling Your Cloudflare D1 Database: From the 10 GB Limit to TBs

D1 is Cloudflare's managed serverless database built on SQLite, offering a lot of out-of-the-box features that make it highly suitable for startups and even enterprises. However, one limitation of D1 ...
14.03.2025 0 Read More

Days 101-102: Back to Frontend Learning & Building a Personal Dashboard Chrome Extension

After a brief internship break, I resumed my learning journey on Scrimba to strengthen my frontend development skills. Here’s what I accomplished over two days: Day 101 Focus: Async JavaScript &amp...
14.03.2025 0 Read More

ReferenceError while deploying NextJS frontend on Vercel?

I am trying to deploy my website on Vercel but I am facing this error at the build time. This error occurs during preredering of the page ReferenceError: document is not defined at createTag (/ver...
14.03.2025 0 Read More

I now use zed on a daily basis because of the git integration!

Signup here for the newsletter to get the weekly digest right into your inbox.Find the 10 highlighted links of weeklyfoo #75:50 things we’ve learned about building successful productsby Ian VanagasT...
14.03.2025 0 Read More

WeakMap in react-scan vs next-mdx source code.

WeakMap in react-scan vs next-mdx source code.
In this article, we will review the below code snippet picked from react-scan source code. ⛶const cache = new WeakMap(); export function fastSerialize(value: unknown, depth = 0): string { ... i...
14.03.2025 0 Read More
Loading...
#reading
Theme Toggle in Astro 5 + Tailwind 4
0
DevOps Made Simple: A Beginner’s Guide to Setting Up CI/CD Pipelines with GitHub Actions & Kubernetes
0
Vibe Coding Não Vai Te Tornar Sênior
0
sqlc: Type-Safe Querying in Go
0
How to Use Playwright MCP with a Proxy
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