Browsing Tag
restapi
14 posts
Why Has GraphQL Struggled to Become Popular? Under-Design or Over-Design?
Years ago, discussions about GraphQL’s role already appeared on Zhihu. After all these years, we still rarely see…
Building “6 Degrees of Kevin Bacon” with a Graph-Native Backend: Why I Created FLXBL
TL;DR: After years of wrestling with recursive CTEs, junction tables, and the existential dread of N+1 queries, I…
💻Building and Deploying My First Express API – HNG Stage 0 Task
🚀 #HNG13 Stage 0 Task Completed! This week, I built and deployed a simple yet dynamic Express.js API…
API Testing 101: How to Use Postman Like a Pro
👋 Hey devs! APIs run the world of modern apps — and Postman is the ultimate tool to…
File Download Feature in Spring Boot
To understand file upload/download in backend development, let’s first get comfortable with what a file really is; 🧱…
RESTful vs. GraphQL: Which One Should You Choose? 🤔
Hey everyone! 👋🏻 Whether you’re a seasoned developer or just starting out, you’ve probably heard the buzz about…
How to Create a RESTful API with Node.js: A Step-by-Step Guide
In today’s tech landscape, APIs (Application Programming Interfaces) are essential for building robust applications. RESTful APIs are a…
Enhance Your Debugging Skills by Contributing to the Journal REST API
Hello, fellow developers! Are you looking to improve your debugging skills while contributing to an open-source project? Our…
GraphQL vs. REST: A Dev’s Guide to Picking Your API Poison (and Why You Should Argue With Me)
If you’re building anything web-related these days, chances are you’ve got a nagging question at the back of…
Create a Code Explanation Tool using ToolJet and Gemini API
Introduction This tutorial will walk you through creating a code explanation tool using ToolJet, a powerful low-code platform,…