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

Beyond If-Else: JavaScript's Ternary Operator Explained

If you've been coding in JavaScript for a while, you've probably come across situations where you needed to choose between two values based on a condition. The typical way to handle this is using an i...
23.03.2025 0 Read More

Core Software Engineering Concepts Every Developer Must Know

Software engineering requires mastering a set of fundamental concepts that form the foundation of effective development. Here's a focused guide to the essential knowledge every software engineer shoul...
23.03.2025 0 Read More

The 5 Most Popular Node.js Web Frameworks in 2025

The 5 Most Popular Node.js Web Frameworks in 2025
Leapcell: The Best of Serverless Web HostingSince 2009, Node.js has been a topic of discussion, and most backend developers tend to use Node.js. Its popularity has increased over the past few years. I...
23.03.2025 0 Read More

Understand the Basics of Memory Management in javascript

Memory management is very crutial in javascript for applications running on browsers or Nodejs. Unlike C/C++, in javascript memory gets allocated deallocated automatically using Garbage Collection mec...
23.03.2025 0 Read More

Are you worried of Prisma Errors? Here are all the prisma error formatted!📃

I have created it Injectable. You can use this functionally also. ⛶/* eslint-disable @typescript-eslint/no-unsafe-assignment */ import { Injectable } from '@nestjs/common'; import { PrismaClientIn...
23.03.2025 0 Read More

Navbar creation using the html css and javascript in 30seconds.

Full code snippets: ` ⛶.navbar { position: relative; width: 600px; height: 80px; background: rgba(255, 255, 255, 0.1); border-radius: 20px; display: flex; justify-conte...
23.03.2025 0 Read More

Parallax illusion effects in html css and js under 30 seconds.

` ⛶.warp-container { display: flex; width: 100%; height: 100%; } .warp-section { position: relative; width: 50%; height: 100%; display: flex; justify-content: cente...
23.03.2025 0 Read More

Hyponitic illusion using the core javascript.

` ⛶.illusion-container { position: relative; width: 80vmin; height: 80vmin; transform-style: preserve-3d; animation: rotate 20s linear infinite; } .ring { position: absolut...
23.03.2025 0 Read More

How to integrate hCaptcha into a vuejs application

A few days back I was trying to integrate hCaptcha into a vuejs application which is being hosted on Cloudflare pages. It is a full stack application where backend code is written using Cloudflare pag...
23.03.2025 0 Read More

The browser feature that 95% of developers are completely overlooking 👨‍💻

The browser feature that 95% of developers are completely overlooking 👨‍💻
What you're seeing on the video gif isn't just basic tab syncing—it's live tab broadcasting technology similar to what Booking.com uses on their website to notify about booking progress (when it's n...
23.03.2025 0 Read More
Loading...
#reading
Cocktail
0
Learning Swift: The Basics of iOS Development
0
Slice vs Splice in JavaScript: Key Differences Explained
0
Future of Manual Testing in the Age of AI
0
Day 1145 : Yesterday's Another Day
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