#LSPPDay50 🔥
Dove deep into Recursion by solving multiple recursive problems in C while visualizing how the Call Stack grows & shrinks during execution. Learned Base Cases, Recursive Calls, Stack Frames & Stack Unwinding.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay48
Today I completed my PetVet a Veterinary Management System using Java, JavaFX & MySQL. Implemented MVC architecture, JDBC integration, authentication, CRUD modules, external CSS, and modular project structure .
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay47
Today I explored React Native's PermissionsAndroid and Linking API, implementing runtime permission handling and external URL integration to build more secure and interactive mobile applications.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay46
Implemented the PetVet database layer by designing a normalized relational schema with DDL, entity relationships, PRIMARY KEY / FOREIGN KEY constraints, AUTO_INCREMENT, UNIQUE constraints, and ON DELETE CASCADE.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay45
Today's focus was building the PetVet User Module using Java + JavaFX. Implemented BorderPane-based UI architecture, event-driven navigation, SessionManager authentication, and CRUD-based workflows.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay44
Today I developed the PetVet frontend using Java and JavaFX. I implemented the application entry point, integrated external CSS, connected Login Page, and organized the project with a modular package structure.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay43
Today I learned the OSI Model and its 7 layers, explored the TCP/IP Protocol Model and studied the Physical Layer and different network cable types, including X-BaseT, Console, Serial, and Fiber Optic cables.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay42
Today I learned VLAN (Virtual LAN) configuration in Cisco Packet Tracer, including creating VLANs, assigning switch ports, separating devices into broadcast domains, and configuring IP addresses for end devices.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay40
Today I learned the fundamentals of Probability and Statistics, including Probability Distribution, Expected Value, Gaussian (Normal) Distribution, the Empirical Rule, Mean, SD, and Z-Score Transformation.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay38
Today I strengthened my understanding of arrays in C by learning static and dynamic arrays, string handling, common array operations,and the two-pointer optimization pattern through hands-on coding and practice.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay36
Today I expanded my C pointers concepts by practicing pointer arithmetic, accessing arrays through pointers, printing memory addresses, swapping values using pointer, & predicting pointer-based program outputs.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay35
Today I learned C pointers, covering memory addresses, dereferencing, modifying variables through pointers, and using pointers with user input. I also completed my GCC (MSYS2) setup for C development.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay31
Built my first React Portfolio Landing Page using Functional Components. Practiced component composition, JSX, imports/exports, and added interactivity with onClick events and smooth scrolling.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog