🚀 Coding Challenges

Building 108 practical tools and applications from scratch

22 CodingChallenges.fyi
7 Extra Challenges
36 Total Completed
108 Total Challenges

About

A comprehensive collection of coding challenges from CodingChallenges.fyi and additional experimental challenges. Each challenge involves building practical programming tools, applications, and systems from scratch.

Topics covered include: system programming, CLI tools, network protocols, servers, data structures, algorithms, web applications, games, and DevOps tools.

Created by Ankur Mursalin

Filter Challenges

System Tools & CLI Utilities (1-15)

#1 ✓ Completed

wc Tool

Word, line, character, and byte counter

#2 ✓ Completed

JSON Parser

Parse and validate JSON

#3 ✓ Completed

Compression Tool

File compression utility

#4 ✓ Completed

cut Tool

Cut out selected portions of lines

#5 ✓ Completed

Load Balancer

Distribute traffic across servers

#6 In Progress

Sort Tool

Sort lines of text files

#7 ✓ Completed

Calculator

Command-line calculator

#8 ✓ Completed

Redis Server

In-memory data structure store

#9 ✓ Completed

grep

Pattern matching tool

#10 In Progress

uniq Tool

Filter duplicate lines

#11 In Progress

Web Server

HTTP server implementation

#12 In Progress

URL Shortener

Shorten and redirect URLs

#13 In Progress

diff Tool

Compare files line by line

#14 ✓ Completed

Shell

Command-line shell

#15 In Progress

cat Tool

Concatenate and display files

Network & Communication (16-25)

#16 In Progress

IRC Client

Internet Relay Chat client

#17 ✓ Completed

Memcached Server

Distributed memory caching

#18 In Progress

Spotify Client

Music streaming client

#19 ✓ Completed

Discord Bot

Automated Discord bot

#20 In Progress

LinkedIn Carousel Generator

Generate carousel posts

#21 In Progress

Sed

Stream editor

#22 ✓ Completed

DNS Resolver

Domain name resolution

#23 In Progress

Traceroute

Network path tracer

#24 In Progress

Realtime Chat

Chat client and server

#25 In Progress

NATS Message Broker

Messaging system

Development Tools (26-50)

#26 ✓ Completed

Git

Version control system

#27 In Progress

Rate Limiter

API rate limiting

#28 In Progress

NTP Client

Network time synchronization

#29 In Progress

Scheduling Automation

Task scheduler

#30 In Progress

Lisp Interpreter

Lisp language interpreter

#31 In Progress

QR Code Generator

Generate QR codes

#32 In Progress

Crontab Tool

Schedule recurring tasks

#33 In Progress

head

Output first part of files

#34 In Progress

jq

JSON processor

#35 In Progress

Google Keep

Note-taking app

#36 In Progress

Pong

Classic arcade game

#37 In Progress

Redis CLI

Redis command-line interface

#38 In Progress

Network Modelling Tool

Network simulation

#39 In Progress

Social Media Tool

Social networking features

#40 In Progress

curl

URL data transfer tool

#41 In Progress

HTTPS Load Tester

Load testing utility

#42 In Progress

tr Tool

Translate or delete characters

#43 ✓ Completed

Tetris

Block-stacking game

#44 In Progress

DNS Forwarder

DNS query forwarding

#45 In Progress

Port Scanner

Network port scanner

#46 In Progress

yq

YAML processor

#47 ✓ Completed Web App

Chrome Extension

Browser extension

#48 In Progress

Data Privacy Vault

Secure data storage

#49 In Progress

Password Cracker

Password security testing

#50 In Progress

Xargs

Build and execute commands

Advanced Systems (51-75)

#51 In Progress

HTTP Forward Proxy

HTTP proxy server

#52 In Progress

Docker

Container runtime

#53 ✓ Completed

Spell Checker (Bloom Filter)

Spell checking using bloom filters

#54 In Progress

Tar

Archive utility

#55 In Progress

Xxd

Hexdump utility

#56 In Progress

Chess Game

Chess implementation

#57 In Progress

Snake Game

Classic snake game

#58 In Progress

Password Manager

Secure password storage

#59 In Progress

Netcat

Network utility tool

#60 In Progress

Pastebin

Code sharing service

#61 In Progress

Dropbox

File synchronization

#62 In Progress

Git Contributions Visualization

Visualize git activity

#63 In Progress

Space Invaders

Arcade shooter game

#64 In Progress

Spotify Playlist Backup

Backup playlists

#65 In Progress

Minesweeper

Classic puzzle game

#66 In Progress

Zip File Cracker

Password recovery tool

#67 In Progress

YAML Parser

Parse and validate YAML

#68 In Progress

Blogging Software

Blog platform

#69 ✓ Completed

Notion

Note-taking workspace

#70 In Progress

Memcached CLI

Memcached command-line tool

#71 In Progress

Wheel of Names

Random name picker

#72 In Progress

Sudoku

Number puzzle game

#73 In Progress

Text Editor

Terminal text editor

#74 In Progress

Asteroids

Space shooter game

#75 In Progress

Duplicate File Finder

Find duplicate files

Applications & Advanced Tools (76-94)

#76 ✓ Completed Web App

Video Chat App

Real-time video communication

#77 ✓ Completed Web App

Static Site Generator

Generate static websites

#78 In Progress

Uptime Monitoring

Service monitoring

#79 In Progress

Socat

Socket utility

#80 ✓ Completed Web App

Optical Character Recognition

Text extraction from images

#81 In Progress

Brainfuck Interpreter

Esoteric language interpreter

#82 ✓ Completed Web App

Markdown to PDF

Convert markdown to PDF

#83 ✓ Completed

Markdown Presentation Tool

Presentation from markdown

#84 In Progress

Mandelbrot Set Explorer

Fractal visualization

#85 In Progress

Time Zone Converter

Convert between time zones

#86 In Progress

Strace

System call tracer

#87 In Progress

Code Comment Remover

Strip code comments

#88 In Progress

Top

Process monitoring tool

#89 In Progress

ELIZA

Natural language chatbot

#90 ✓ Completed

SMTP Server

Email server

#91 In Progress

Monkeytype

Minimalistic and customisable typing test

#92 In Progress

LOC Counter

Own version of the tools cloc, sloc and scc

#93 ✓ Completed

Rate Limiter

API rate limiting with multiple algorithms

#94 In Progress

Forth Interpreter

Stack-based language interpreter

#1 ✓ Completed

Div Copy Extension

Browser extension for copying div content

#2 ✓ Completed

WordPress Form Autosave

Auto-save functionality for WordPress forms

#3 In Progress

Google Drive Downloader

Download files from a google drive folder link

#4 In Progress

Mobile IDE App

IDE for mobile use

#5 ✓ Completed Web App

Browser IDE v1

VS Code-like IDE that runs entirely in browser with AI assistant

#6 ✓ Completed

Browser IDE v2

Advanced browser IDE (moved to standalone repo)

#7 ✓ Completed Web App

Photo Watermark Remover

Browser-based PWA for removing watermarks using OpenCV.js

Extra Challenges

Experimental and additional challenges beyond CodingChallenges.fyi

EX-1 ✓ Completed

Div Copy Extension

Browser extension for copying div content

Tech: JavaScript/HTML/CSS

EX-2 ✓ Completed

WordPress Form Autosave

Auto-save functionality for WordPress forms

Tech: JavaScript/PHP

EX-3 ✓ Completed

Google Drive Downloader

Download files from a google drive folder link

Tech: Python

EX-4 ✓ Completed

Mobile IDE App

IDE for mobile use

Tech: TypeScript/React/Capacitor

EX-5 ✓ Completed Web App

Browser IDE v1

VS Code-like IDE that runs entirely in browser with AI assistant

Tech: TypeScript/React/Monaco

EX-6 ✓ Completed

Browser IDE v2

Advanced browser IDE (moved to standalone repo)

Tech: TypeScript/React

EX-7 ✓ Completed Web App

Photo Watermark Remover

Browser-based PWA for removing watermarks using OpenCV.js

Tech: TypeScript/React/OpenCV