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

Create a drag and drop with Tailwind CSS and JavaScript

Today we are doing something fun with JavaScript and Tailwind CSS using Sortable.js.What is a drag and drop? A drag and drop is a way to move an item from one place to another. It is a common way to m...
05.04.2025 0 Read More

Q.1 How do you check if a variable is an array?

Using Array.isArray() ⛶let arr = [1, 2, 3]; let notArray = "Hello"; console.log(Array.isArray(arr)); // true console.log(Array.isArray(notArray)); // false Using inst...
05.04.2025 0 Read More

How To Build A Dynamic Modal In Next js

How To Build A Dynamic Modal In Next js
As developers, we want to show users different UIs based on certain conditions. Maybe you want to show different kinds of messages for celebrations, paid users or different kinds of warnings. Creating...
05.04.2025 0 Read More

Beyond the Basics: 10 TypeScript Features That Will Supercharge Your Code

TypeScript is more than just JavaScript with types—it’s a robust tool that helps you catch bugs early, scale confidently, and create more expressive APIs. While the basics like interfaces and type...
05.04.2025 0 Read More

NodeBB i18n: Server-Side and Client-Side Implementation

Internationalization is a crucial aspect of NodeBB plugin development (NodeBB supports 49 languages as of this writing). This article explains how to implement internationalization in NodeBB, covering...
05.04.2025 0 Read More

Client-Side Rendering vs Server-Side Rendering: A Complete Guide 🚀

Client-Side Rendering vs Server-Side Rendering: A Complete Guide 🚀
1️⃣ What Are These Rendering Methods? Before we dive into comparisons, let's understand what Client-Side Rendering (CSR) and Server-Side Rendering (SSR) actually mean. 📌 Clie...
05.04.2025 0 Read More

Particles effect using the html css and js

` ⛶#canvas { position: fixed; top: 0; left: 0; z-index: 1; } .overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex...
05.04.2025 0 Read More

Atomic Structure with the html css and javascript.

⛶Illusionistic Atomic Structure body { margin: 0; overflow: hidden; background-color: #000; font-family: Arial, sans-serif; display: flex; justify-content:...
05.04.2025 0 Read More

Purpose your love with the coding of the html css and javascript illusionistic heart with particles

⛶Particle Heart Illusion body { margin: 0; overflow: hidden; background-color: #000; display: flex; justify-content: center; align-items: center; hei...
05.04.2025 0 Read More

Understanding the Factory Design Pattern in Modern JavaScript and React

Understanding the Factory Design Pattern In the world of frontend development, writing clean, maintainable, and scalable code is essential. Design patterns help us achieve these goals by prov...
05.04.2025 0 Read More
Loading...
#reading
Building a CLI Contact Manager with Bash, MySQL, and Vibe Coding
0
How to Get Headless CMS in Next.js with One Line
0
Suivi alimentaire gratuit : Comment transformer ChatGPT en application nutritionnelle premium
0
160/365 | ¥10M Job Challenge - Reason for Living in Japan
0
How to Get Google AdSense Approval for Your Free Blogger Site
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