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.

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

Day 5: Git Stash, Rebase and Cherr-pick

Day 5: Git Stash, Rebase and Cherr-pick
Recap of Day 4Git Merge – Combining changes from one branch to another.Git Switch – Switching between branches easily.Git Branch – Creating and managing branches in a repository. Today's...
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

Pt 2 - Text Classification Magic: Transform Raw Text into Emotional Insights

Pt 2 - Text Classification Magic: Transform Raw Text into Emotional Insights
In Part 1 of our text classification series, we explored the DIY approach to emotion detection by fine-tuning DistilBERT. While that approach gives you maximum control, sometimes you need a solution t...
23.03.2025 0 Read More

Build a ClipBoard Manager using Winforms

Build a ClipBoard Manager using Winforms
If like me, you're a Software developer, you probably do a lot of copying and pasting. While in the zone working, you might copy several items and then struggle to recall where you copied a previous i...
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

Simplify Java and SpringBoot migration with OpenRewrite

Simplify Java and SpringBoot migration with OpenRewrite
Challenges of Migration With older versions like Spring Boot 2.x reaching end-of-life and no longer receiving support, migrating to newer versions is essential for security, compatibility, an...
23.03.2025 0 Read More

🧩 Learning, Failing, and Growing: My Tech Story

🌱 Hello Devs! I’m Subhaharini! I come from a middle-class agricultural family where hard work is a way of life. Being the first child in the family, I’ve always felt the responsibility to pave ...
23.03.2025 0 Read More
Loading...
#reading
Understanding ONDC APIs: Search, Select, Confirm, and More
0
Protecting Your APIs from Insider Threats: The Access Control Playbook
0
Stop Vibe Coding 🚫 Make Your AI SaaS Production-Ready with these 7 Tools ⚡️
0
How to Disable NSFW Filter in FaceFusion 3.2.0
0
Python - Theory Questions and Answers
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
1
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
How to Run DeepSeek Locally Using Ollama
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0