π Day 30 of DSA in JS with @programmingpaglu
β Recursion Backtracking
β Subsets & Permutations
β HashMap, Stack, Set
β Sliding Window
β Binary Search & Merge Sort
Built π core problems from scratch.
github.com/jayshiva-tiwari
Consistency is π #100DaysOfCode#DSA#JavaScript
π Day 43 of Python with Programming Paglu π
Built a full **SQLite CRUD App** in CLI:
β Add Note
π View Notes
βοΈ Update Note
ποΈ Delete Note
No GUI. Just clean Python SQLite magic π»
#Python#SQLite#100DaysOfCode#CodeNewbie#ProgrammingPaglu
Day 25 of DSA in JavaScript with @ProgrammingPaglu π
π§ Today I learned Merge Sort β a powerful divide & conquer sorting algorithm!
π Steps:
Divide array into halves recursively
Merge sorted halves
github.com/jayshiva-tiwari/Dβ¦#100DaysOfCode#JavaScript#DSA
π§ Day 38 of Python with Programming Paglu π
Today I learned how to send emails using smtplib in Python!
β Custom subject, body, sender
β Gmail SMTP setup
β Optional attachments
Code magic with EmailMessage π
#Python#100DaysOfCode#SMTP#CodeNewbie#programmingpaglu
π¨βπ» Day 21 of Python with #programmingpaglu π
Topic: Inheritance in Python π§
β Reuse code with classes
β super() constructor
β Built: Car, Bike, Student, Admin, Guest
π Mini OOP Project: User Management System
#Python#100DaysOfCode#OOP#CodeNewbie