NeetCode Algorithms and Data Structures for Beginners (progress 28/35)

Based on the course, it sounds that hashing will be a vital data structure to understand deeply. I’ll need to seek out 10 more LeetCode problems based around hashing.

NeetCode 150 (progress 26/150)

Projects

Built a simple todo list following Build a Node & Electron Todo App in JUST 15 Minutes! and made it my own by modifying the color scheme and integrating canvas-confetti to go off when all tasks are complete. It was a fun and easy way to explore an Electron project start to finish.

Tinkered with CrewAI to build my first AI agent tool using GPT 4o-mini to take in a formatted outline and output a first draft for an email. Ideally I’ll develop the tool to the point that it can respond to business emails with little oversight and allow us to process 30+ emails per day in less than an hour.

I also started a tutorial Intro to React - Build a Kanban Board to familiarize myself with React and Tailwind.