#FullStackAndDSA
Day 15 #100DaysOfCode #FullStackAndDSA
- continued week 2 loops lecture and solved a few problems on digit, reverse a number, digit sum, count digits, reverse & store a number, palindrome check
- also started solving the assignment on loops on Codeforces and solved problems [A–F]
September 14, 2026 at 9:56 AM
🚀Day 0/100 - Starting #100DaysOfCode #FullStackAndDSA
Phase 1 will be all about: 100 days of HTML, CSS, JavaScript, Core Java, and DSA in C++.

What I'll post daily:
- what I learned/built
- bugs I fixed (and how)
- weekly recap every Sunday

#LearningInPublic #BuildingInPublic
August 19, 2026 at 6:13 PM
Day 4 #100DaysOfCode #FullStackAndDSA
- learnt about arithmetic operators (+, -, *, /, %)
- wrote a program to demonstrate arithmetic operations on integers

- key takeaways:
- anything in double quotes is treated as text, not math
- / (division) always gives the quotient
August 25, 2026 at 6:48 PM
Day 13 #100DaysOfCode #FullStackAndDSA
- completed Assignment 1 - Introduction to C++
- solved the remaining 3 problems (O. Max and Min of 3 Numbers, P. Student Performance Evaluation, Q. Find the Location Point) on Codeforces from the @100xDevs group.

- key takeaways:
- before coding, try to
September 10, 2026 at 6:18 PM
Day 10 #100DaysOfCode #FullStackAndDSA
- started Web Dev via
@ChaiCodeHQ
had a platform tour of MasterJi (platform for assignments/coursework with built in Townhall for community), ChaiCode Labs (hands-on HTML/CSS/JS), and TimeArena (a new productivity tracker, still in beta)
September 7, 2026 at 7:36 PM
Day 3 #100DaysOfCode #FullStackAndDSA
- back on here after a brief account hiccup.
- key takeaways:
- wrote a program to print a star (*) triangle pattern.
- also learned the difference between and ; turns out isn't a standard C++ library at all.
August 24, 2026 at 9:06 AM
Day 16 #100DaysOfCode #FullStackAndDSA
- completed Lecture 1 - intro to Git of Web Dev Cohort 2026 @ChaiCodeHQ

- key takeaways:
- learnt what version control sytem/Git is and why we need it, plus core commands: git init, add, commit, revert, log, branch, reset vs reset --hard,
September 15, 2026 at 4:02 PM
Day 11 #100DaysOfCode #FullStackAndDSA
- not a very productive day today. Was pretty tired after office work 🫥

- still managed to do a little:
- webdev: orientation + intro to Git
- dsa: revisited some previous problems and solved a few again
- not every day is going to be productive
- ust trying
Day 10 #100DaysOfCode #FullStackAndDSA
- started Web Dev via
@ChaiCodeHQ
had a platform tour of MasterJi (platform for assignments/coursework with built in Townhall for community), ChaiCode Labs (hands-on HTML/CSS/JS), and TimeArena (a new productivity tracker, still in beta)
September 8, 2026 at 8:13 PM
Day 8 #100DaysOfCode #FullStackAndDSA
- solved 8 assignment problems (A–H1) from the 100xSchool Bootcamp on Codeforces covering basic I/O, pattern printing, multiplication tables, and arithmetic operations.
- all done without loops.

#LearningInPublic #BuildingInPublic
September 4, 2026 at 5:56 PM
Day 14 #100DaysOfCode #FullStackAndDSA
- started loops
- solved 8 programs using while loops, printing 1 to N, N to 1, even/odd numbers, uppercase/lowercase alphabets, numbers L to R, and multiplication tables.

- key takeaway:
- every loop problem boils down to 3 questions
- where do I start?
September 12, 2026 at 1:58 PM
Day 9 #100DaysOfCode #FullStackAndDSA
- learnt about conditional statements: if, if-else, else if, nested if, and switch
- wrote programs to demonstrate each.

- key takeaway:
- if-else --> simple true/false decisions
- witch --> multiple specific values to check

#LearningInPublic #BuildingInPublic
September 6, 2026 at 9:57 PM
Day 6 #100DaysOfCode #FullStackAndDSA
- learnt why we need data types, rules for creating variables, and how to take input
- wrote some programs to demonstrate it

- key takeaways:
- data types matter for memory management, error prevention, performance, data integrity,
August 31, 2026 at 6:30 PM
Day 5 #100DaysOfCode #FullStackAndDSA
- learnt about variables and primitive data types
- wrote a program to demonstrate it

- key takeaways:
- every variable must be declared before using it; otherwise, the code throws an error
- int variables truncate decimals; they don't round:
August 30, 2026 at 6:21 PM
Day 2 of #100DaysOfCode #FullStackAndDSA
- started DSA with the @100xschool course by Dhruv Pasricha.
- key takeaways:
- how computers think, what programming actually is, and why we need it.
- started C++ learned why syntax and IDEs matter
- wrote (and broke down) my first Hello World program.
August 20, 2026 at 10:47 AM
Day 7 #100DaysOfCode #FullStackAndDSA
- learnt about relational and logical operators
- wrote programs to demonstrate both.

- key takeaways:
- relational operators compare two values, result is always true (1) or false (0), used in decision-making
- = vs ==: = assigns a value (a = 5 puts 5 into a)
September 2, 2026 at 12:19 PM
Day 1/100 of #100DaysOfCode #FullStackAndDSA
- setup day installed WSL2 (Ubuntu), set up my IDE, and got g++ working
- ran into an issue where WSL2 wouldn't turn on; had to enable virtualisation in the BIOS and turn on the "Virtual Machine Platform" and "Windows Subsystem for Linux" Windows features
🚀Day 0/100 - Starting #100DaysOfCode #FullStackAndDSA
Phase 1 will be all about: 100 days of HTML, CSS, JavaScript, Core Java, and DSA in C++.

What I'll post daily:
- what I learned/built
- bugs I fixed (and how)
- weekly recap every Sunday

#LearningInPublic #BuildingInPublic
August 20, 2026 at 9:54 AM