Bytes are bite-sized coding challenges that are designed to be fun and educational. They are a great way to practice your coding skills and learn new things.
New Bytes will come out ever week, so keep checking back to solve more puzzles and make your way up the leaderboard
October 01, 2024
Build a color blending CLI! Given two colors we want to blend them together to produce a color that is a mix of the two. We've already got the start of the CLI built out for you, but there are a few bugs to find and fix along the way!
September 17, 2024
Build a websocket chat server and client! We wanted to build a simple chat app and use websockets to sync messages across clients. But there are a few bugs to find and fix along the way!
September 10, 2024
This is a 'real life' bug! This is an actual diff from my sites repo! I was trying to integrate ImgProxy to serve different sizes and formats of my images and ran into the following bug, and thought it would make for a fun challenge! Hope you enjoy it!
September 03, 2024
First ever Byte Challenge! A simple CLI Todo list to get you started. Written in Rust but don't worry its pretty language agnostic.
My weekly newsletter tailored at developers who are eager to grow with me!
Every week will be unique, but expect topics focusing around Web Development and Rust