Building a Live Concert Enhancement Platform for TikTok with Next.jsLearn how I created TikTok Concerts for the TikTok TechJam hackathon using Next.jsJul 10, 2024·26 min read
Comparing Data Structures: Stacks vs QueuesLet's compare and contrast two simple data structures: stacks and queuesDec 12, 2023·5 min read
Utilizing Keras to Augment ImagesLearn how to generate and save augmented images in Python with Keras for machine learning projects involving object recognitionNov 28, 2023·3 min read
Comparing Data Structures: Lists vs Linked ListsLet's compare and contrast two simple data structures: lists and linked lists in Python.Nov 21, 2023·6 min read
Comparing Sorting Algorithms: Bubble Sort vs Insertion SortLet's compare and contrast two of the most basic types of sorting algorithms: bubble sort and insertion sort.Nov 14, 2023·6 min read
Comparing Search Algorithms: Linear Search vs Binary SearchLet's compare and contrast two of the most basic types of search algorithms: the linear search algorithm and the binary search algorithmNov 7, 2023·5 min read
Learn the Basics of Python Programming: Control FlowUnderstand Python's control flow components such as conditional statements, for loops, while loops, and loop control statements.Oct 24, 2023·21 min read