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

.cursorignore file in Refine codebase, an OSS React framework

.cursorignore file in Refine codebase, an OSS React framework
In this article, we will review the file, .cursorignore, in Refine codebase. Refine is an open-source React framework to build internal tools.  We are familiar with .gitignore but let’s learn wha...
24.03.2025 0 Read More

asyncDebounce function in Refine codebase, a React framework.

asyncDebounce function in Refine codebase, a React framework.
In this article, we will review a function named asyncDebounce in Refine source code.  ⛶import debounce from "lodash/debounce"; type Callbacks any> = { resolve?: (value: Awaited>) => v...
26.03.2025 0 Read More

How I Optimized a Refine + Next.js + Ant Design Project for Lightning-Fast Performance 🚀

How I Optimized a Refine + Next.js + Ant Design Project for Lightning-Fast Performance 🚀
When working with frameworks like Refine, Next.js, and Ant Design, it's easy to build powerful apps — but making them fast and optimized takes some extra steps.In this post, I'll show you how I took...
26.04.2025 0 Read More
Loading...
#reading
Impressive evolution of BeeAI
0
Does Your Copyright Notice Matter? The Surprising SEO and UX Impact of a Simple Footer Element
0
The Dark Side of Grinding: Burnout, Balance, and Identity
0
The Power of Daily Standups - How Teams Stay Aligned and Productive
0
Top 7 AI Chatbots for Businesses in 2025
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