100% Free Forever
AI-Powered Learning
Industry Expert Content
Certificates & Badges
Learn At Your Own Pace
Hashtag

#APIs

8 articles tagged with #APIs

Projects & Case Studies

Project: Build a Full-Stack To-Do App with React, Node.js and MongoDB

A full-stack to-do app is the perfect first MERN project — it covers every concept you'll use in production: REST APIs, database CRUD operations, JWT authentication, and deploying a frontend and backend separately. Build it once, understand the full stack.

Jun 19, 2026·12 min read
Projects & Case Studies

Project: Build a REST API with Python and FastAPI

FastAPI is the fastest-growing Python web framework — and for good reason. In this hands-on project you'll build a fully functional REST API with auto-generated documentation, database persistence, and deployment on Render, all in a single afternoon.

Jun 18, 2026·11 min read
Learn Through Hobbies

Learn JavaScript Through Music: Build a Playlist App

Building a music player is one of the best JavaScript projects for beginners — it covers DOM manipulation, event listeners, the Fetch API, and the Web Audio element in a context that's genuinely fun. By the end you'll have a working Spotify-style playlist app you can embed anywhere.

Jun 10, 2026·11 min read
Programming

Async Python: asyncio Explained for Beginners

Async Python lets a single thread handle hundreds of concurrent I/O operations — making it essential for web APIs, database calls, and AI integrations. This guide explains coroutines, the event loop, await, gather, and real patterns you'll use in FastAPI, httpx, and LLM streaming.

May 28, 2026·10 min read
Learn Through Hobbies

Learn Node.js Through Building a Music API

Node.js is JavaScript on the server, and building a REST API for your music collection is the perfect first project. This guide covers Express routes, middleware, JSON responses, and deploying to a free hosting service — all by building an API for a music playlist.

May 18, 2026·11 min read
AI & Technology

Building Your First AI-Powered App with the Anthropic API

The fastest way to understand AI engineering is to build something real. This project- based guide walks you through building a writing assistant powered by Claude — from your first API call through streaming responses, a FastAPI backend, a simple frontend, and deployment.

May 17, 2026·12 min read
Data Science

Matplotlib and Seaborn: Data Visualisation in Python

The best data insight is worthless if no one understands the chart. This guide covers matplotlib's core API, Seaborn's statistical plots, best practices for clear design, and how to produce publication-quality figures — from first plot to polished dashboard chart.

May 9, 2026·10 min read
Learn Through Hobbies

Learn React Through Building a Gaming Leaderboard

Gaming leaderboards are the perfect React learning project: they need real-time state updates, list rendering, sorting, filtering, forms, and optional API fetching. This guide teaches core React through building a fully functional leaderboard for your favourite game.

May 2, 2026·11 min read