Hacking into Coding
Let's Build Something Together
As a seasoned programmer with over a decade of experience, I'm here to bring you an array of coding adventures. From the latest languages to intriguing projects, I dive into whatever sparks my curiosity at the moment. Whether it's web development, game design, or crafting innovative applications, you'll find it all here.
My goal is not just to code but to help you learn along the way. Through my videos, I take you on a journey of exploration, demystifying programming concepts and teaching you the ins and outs of each project I tackle. If you're eager to learn programming or enhance your skills, you're in the right place!
So, whether you're a seasoned coder or a curious beginner, join me on this exciting ride as we discover the fascinating world of programming together. Hit that subscribe button and let's embark on a programming journey like no other!
LeetCode Easy: Remove Duplicates from Sorted List — Simple Linked List Walkthrough
LeetCode Easy: Climbing Stairs — Dynamic Programming Explained Simply
LeetCode Easy: Same Tree — Simple Recursive & Iterative Solutions Explained
LeetCode “Letter Combinations of a Phone Number” – Backtracking Made Simple (Medium Problem)
LeetCode 3Sum – Clear & Efficient Two-Pointer Solution (Medium Problem Walkthrough)
Minimum Moves to Capture the Queen | Medium LeetCode Chess Logic Explained
Distribute Money to Maximum Children | Easy LeetCode Greedy Solution
Sqrt(x) | Easy LeetCode Tutorial (Binary Search Solution)
Add Binary | Easy LeetCode Walkthrough (Clear & Simple Explanation)
CSS Battle: Golf Coding Challenge | Simple Shapes with Minimal CSS
LeetCode Medium: Container With Most Water | Greedy Two-Pointer Solution
LeetCode Medium: String to Integer (atoi) | Finite State Machine Solution
LeetCode Easy: Plus One | Increment Large Integer Array
LeetCode Easy: Length of Last Word | Simple String Problem Explained
LeetCode Easy: Search Insert Position | Binary Search Explained
Maximum Employee Matching | CodeForces Hard | Tree Javascript
LeetCode Easy: Find the First Occurrence in a String (Clean & Simple Solution)
LeetCode Easy: Remove Element — Clean In-Place Solution Explained
LeetCode Easy: Remove Duplicates from Sorted Array — Simple In-Place Solution
LeetCode Interview Prep | 3 Medium | Add Two Linked Lists | Longest Unique Substring | ZigZag
Median of Two Sorted Arrays - LeetCode - Hard Javascript
Reverse Integer - LeetCode - Medium Javascript
Longest Palendromeic String - LeetCode - Medium Javascript
Merge Two Sorted Lists - LeetCode - Easy Javascript
Valid Parenthesis - LeetCode Challenge - Easy Javascript
Longest Common Prefix - LeetCode Challenge - Easy Javascript
LeetCode Interview Prep | Solving 3 Easy JS Problems | Learn Problem Solving & Debugging
Difference between heap and stack and reference vs value
How to Handle Preloading, Animations, and Audio in Custom Game Framework using Typescript and Canvas
How to Handle Drawing, User Input, and Collision in Pong using Typescript and Canvas