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

The Principle Analysis of Frontend Monitoring SDK

The Principle Analysis of Frontend Monitoring SDK
A complete frontend monitoring platform consists of three parts: data collection and reporting, data processing and storage, and data visualization.This article focuses on the first component - data c...
28.03.2025 0 Read More

Security Issue in Next.js Middleware: What You Need to Know

Hey developers! 👋 If you're using Next.js, there's something important you should know—a recent security issue in middleware could put your app at risk. But don’t worry, I’ll break it down si...
29.03.2025 0 Read More

TypeScript Essentials: Crafting Simple Types

Implementation of Simple Types About TypeScript TypeScript is a highly expressive language that allows you to write algorithms using types alone.However, it is impossible to express ...
29.03.2025 0 Read More

AI Development Made Simple for Web Developers!

Prerequsite If you don't know anything about AI SDK, you might want to read this as well. https://dev.to/kakasoo/summary-of-llm-function-calling-44o1 Introduction Hello there. Late...
29.03.2025 0 Read More

My 3-Day CSS Learning Journey: A Quick Reflection

"Just completed my 3-day CSS learning journey! 🎉 From styling basics to layouts and design, it’s been an exciting ride. Seeing web pages transform with CSS is truly amazing! 🚀 On to the next ...
29.03.2025 0 Read More

Frontend Dev Tries Backend… Sends Server to Another Dimension 🚀

As a frontend developer, I thought backend was just "sending data to the frontend." Oh, how naive I was. 😅Recently, I decided to level up and dive into NestJS + Prisma for backend development. Here...
29.03.2025 0 Read More

Frontend Evolution — Rethinking Frontend - part 3 - introduction to jModel

Overview jModel is a prototype library designed for managing client-side models (business logic) in a simple, flexible, and efficient way. It offers built-in tools for dependency injection, s...
29.03.2025 0 Read More

From Beginner to Pro: The Ultimate Guide to map(), filter(), reduce(), and forEach()

From Beginner to Pro: The Ultimate Guide to map(), filter(), reduce(), and forEach()
map(), filter(), reduce() and forEach() are the most commonly used Array methods in JavaScript. Let’s dive deeper and learn about these methods. 1. map() Method: Transforming Arrays map() is...
29.03.2025 0 Read More

React Query and Server Actions Don't Mix: How API Routes Saved the Day

React Query and Server Actions Don't Mix: How API Routes Saved the Day
While working on a feature that fetched data using React Query in a Next.js App Router project, I came across an issue where some queries were stuck in the loading state indefinitely. After a bit of d...
29.03.2025 0 Read More

How I Ended Up Coding: My Journey Through Different Paths

How I Ended Up Coding: My Journey Through Different Paths
If you had told me a few years ago that I'd be learning to code, I wouldn't have believed you. Coding was never my dream. I just loved learning different skills, especially if they could help me make ...
29.03.2025 0 Read More
Loading...
#reading
Create React App Is Dead! Here’s What You Should Use Instead 🚀
0
I got tired of Supabase projects getting deactivated — so I built KeepMySupabaseAlive (Next.js 15)
0
Automate 90% of Your Work with AI Agents (Real Examples & Code Inside) 🚀 🤖
0
Why Node.js is the Top Choice for Backend Development in 2025
0
Building and Automating a Multi-Tier Java Application with Vagrant vProfile
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