Search results for #CodingInPublic
Recreated a simplified version of the Zerodha trading platform as part of my web development practice.This project helped me sharpen my frontend skills, understand clean UI structures, and simulate a real-world product experience.#LearningByBuilding #ZerodhaClone #CodingInPublic
Day 20 — Practiced More. Built Stronger. 💪 🧠 Revisted core DSA concepts: Arrays 📄 Solved 6–7 problems (Easy + Medium) from Apna College DSA Sheet ⏲️ Took time to understand the logic behind them We’ve got miles to go — but we’re on fireee!🔥 #100DaysOfCode #DSA #CodingInPublic
New to Flutter or SSR? Here’s a quick breakdown, what they are, how they work, and why they’re becoming a big deal for modern web apps. No buzzwords. Just the basics you actually need to know. #SSRexplained #WebDevBasics #TechLearning #CodingInPublic
Day 31: Nested scope support in symbol tables! Functions can now have local variables. #CodingInPublic
A big big big thank you to @thesarahidahosa @Aj_Tech_01 and the entire team for this opportunity to learn 🙏🏽 #WIDWeb2C2 #WomenInTech #TailwindCSS #FrontendDevelopment #CodingInPublic #LearnToCode #WebDesign
😊🚀EDU-FINDER is live now. Learnt so much while building this project, how to scrape data using Python and the importance of memory when deploying. edu-finder-henna.vercel.app #Codinginpublic #Codingjounery
Thank you so much @womenindefi_org @jaykosai @thesarahidahosa for this opportunity. #WIDWeb2C2 #WomenInTech #LearningToCode #HTMLAndCSS #web3 #TechBeginners #WomenInDeFi #CodingInPublic #FrontendLearning #WebDevelopment #JavaScriptJourney #WomenInDeFi #TechBeginners #Coding
Day 18 – #100DaysOfCode 🔢 Math & DP Day: 📌 Power (xⁿ) – Solved using fast recursion 📌 Climbing Stairs – Classic DP (f(n) = f(n−1) + f(n−2)) Slow steps, steady climb ⛰️ #DSA #Recursion #DP #LeetCode #CodingInPublic #100DaysOfCode
Day 17 – #100DaysOfCode 🌲 BST Challenges: 📌 BST Iterator – Designed an inorder iterator using stack 📌 Recover BST – Fixed tree with two swapped nodes using inorder traversal Learning to walk through trees the right way 🌿 #DSA #BST #LeetCode #CodingInPublic #100DaysOfCode
Today, I have successfully extracted data from the internet utilizing Python, acquiring the names of all universities located in Nigeria. #CodingJourney #CodinginPublic
Day 16 – #100DaysOfCode 🌲 BST Challenges: 📌 Construct BST from Preorder – Used upper bound technique (DFS with limits) 📌 Two Sum in BST – Inorder + 2 pointers / HashSet approach Still coding through exams ⚡ #DSA #BST #LeetCode #CodingInPublic #100DaysOfCode
Day 15 – #100DaysOfCode 🎓 Continuous exams, so just tackled one: 📌 Valid Parentheses – Stack to match brackets correctly One question > No question 💪 #DSA #Stack #LeetCode #CodingInPublic #ExamLife
Day 14 – #100DaysOfCode 🌲 BST Continued: 📌 LCA in BST – Use BST properties to find split 📌 Validate BST – Inorder should be strictly increasing 📌 Kth Smallest – Inorder traversal, count nodes Staying rooted in BSTs 🌿 #DSA #BST #LeetCode #CodingInPublic x.com/RiteshBamola/s…
So for the last week, I’ve been updating the app to use the new iOS 26 UI design system, also borrowing some filtering and design metaphors from the new Apple Mail… #CodingInPublic
Day 13 – #100DaysOfCode 🌲 BST Basics: 📌 Search – Traverse left/right based on value 📌 Insertion – Recurse to correct spot, add node 📌 Deletion – Handle 0, 1, or 2 children carefully Mastering the BST core 🧠 #DSA #BST #BinarySearchTree #LeetCode #CodingInPublic
Today, I have successfully established the administrative route and implemented security measures to ensure that only the administrator has the authority to add, edit, and delete schools. #codinginpublic
Thank you so much to our amazing tutor and organisers!!! @jaykosai @womenindefi_org #WIDWeb2C2 #WomenInTech #LearningToCode #HTMLBasics #WebDevelopment #FrontendJourney #WomenInDeFi #CodingInPublic
Day 12 – #100DaysOfCode 🌳 Advanced Tree Techniques: 📌 Morris Inorder – O(1) space 📌 Morris Preorder – O(1) space 📌 Serialize/Deserialize – BFS to convert tree ↔ string 📌 Flatten Tree – Convert to right-skewed linked list #DSA #BinaryTree #LeetCode #CodingInPublic
