Jan 31 · 3 min read · Introduction The command curl is command line tool. Which use request and response to server or website. Its mean without browser open we are open website using terminal and command prompt and we can downloads the files and we can test APIs. curl sta...
Join discussionDec 31, 2025 · 3 min read · Liferay DXP provides powerful capabilities to extend and customize enterprise portals through Liferay Client Extensions. These client extensions allow developers to enhance functionality without changing the core platform, making upgrades easier and ...
Join discussion
Dec 14, 2025 · 4 min read · 🚀 Introduction React Query simplifies client-side data fetching by providing caching, background refetching, and a consistent way to manage server state. This helps keep the client-side consistent with the server data and simplifies maintainability....
Join discussion
Dec 14, 2025 · 5 min read · Freelance work can give you freedom. You choose your clients. You decide your hours. You have control over your work. But with this freedom comes pressure. You must handle client calls. You must send follow-ups. You must keep track of it all. Many fr...
Join discussion
Nov 5, 2025 · 5 min read · When I first learned Flask, I was serving Jinja templates/html pages directly from my Backend. Later I learned to keep Frontend and Backend seperate, and serve APIs and use them from my frontend to fetch data and show it on the web page with JavaScri...
Join discussion
Oct 11, 2025 · 6 min read · 💡 Full Working Code: GitHub Link Problem: Inefficient Forms I have been building forms in applications for years at this point and after building so many forms, I found out some real issues that always stand in place if you want to scale your appl...
Join discussionOct 4, 2025 · 2 min read · The rendering of any website can be of different ways like Client side rendering , Server side rendering, Static site generation, Incremental site regeneration. Here are the details explanation of each types of rendering in simple terms. CSR - Clien...
Join discussion
Sep 17, 2025 · 8 min read · Intro This is the start of a series where I learn backend concepts step by step and write them down. I don’t want to just “use” APIs, I want to see what’s really going on when a client and server talk to each other.Before I touch databases or framewo...
Join discussionSep 8, 2025 · 6 min read · Websites today are not just simple pages with text. They are apps—interactive, smart, and often as complex as the apps you install on your phone. When you open Instagram in a browser, you don’t just see a single page. The site talks to servers, loads...
Join discussion