#LSPPDay40
Solved Find Index of First Occurrence in a String (strStr) & learned how substring searching works by comparing characters at each possible starting position. Also built some RESTful routes with Express.js.
#60DaysOfLearning2026#LearningWithLeapfrog@lftechnology
#LSPPDay36
Built a real-time messaging app with https://t.co/TM2vmkzKwG today, implementing features like live messaging, typing indicators, and connected user count. Also solved the Climbing Stairs problem.
#LearningWithLeapfrog#60DaysOfLearning2026@lftechnology
#LSPPDay35
Today I solved the Length of Last Word problem and spent some time learning the basics of WebSockets and https://t.co/TM2vmkzKwG, including how they enable real-time communication between clients and servers. #60DaysOfLearning2026#LearningWithLeapfrog@lftechnology
#LSPPDay32
Solved Merge Sorted Array using the 2 pointer approach. Learned about serialization and deserialization in backend: how data is converted for storage or transmission and then reconstructed when needed.
#LearningWithLeapfrog#60DaysOfLearning2026@lftechnology
#LSPPDay30
Built the Mini Message Board project with Express and EJS, and documented the project and my learnings from it. Solved the "Number of Substrings Containing All Three Characters" problem using sliding window.
#LearningWithLeapfrog#60DaysOfLearning2026@lftechnology
#LSPPDay28 Solved Trapping Rain Water problem using prefix/suffix maximum arrays. Continued learning backend by building a post upload project, handling file uploads, API requests, & connecting the frontend & backend. #LearningWithLeapfrog#60DaysOfLearning2026@lftechnology