I couldn’t continue my daily updates lately because I was busy with final papers, seminars, selecting research topic, & important interview - all of it was taking most of my time 😭
Things have been really hectic, but I’ll start posting regularly again from next week.
https://t.co/HO9HZ1gu7y is supposed to be research-oriented but sometimes the assignments still feel like undergrad😅
Just a random thought from 2nd sem
is it always like this or does it get more research-focused later?
#MTech#EngineeringStudents#Research#StudentLife#AI
Day 16 of backend💻
Covered lecture 24 from @CoderArmy
-Why interfaces exist & the problem they solve
-Abstract class vs Interface + multiple inheritance
-Default & static methods (Java 8)
-Functional interfaces, lambdas & marker interfaces
#Java#BackendDevelopment#Interfaces
Day 12 of backend dev💻
Covered lecture 20 from @CoderArmy
- Java I/O basics & concept of streams
- https://t.co/GpUr76RtnE, System.out & System.err working
- InputStream vs Reader
- BufferedReader & InputStreamReader usage
@adityatandon02@rohit_negi9#Java#Coding#Backend
Day 10 of backend dev💻
Covered lecture 18 from @CoderArmy
- Wrapper classes & why they are needed
- AutoBoxing & Unboxing in Java
- Abstract classes and their real-world use
- Why only one public class is allowed per Java file
@adityatandon02@rohit_negi9#Java#Coding#Backend
Day 9 of backend dev💻
Covered lecture 17 from @CoderArmy
- Abstraction and its real world use
- Abstract classes vs Interfaces
- Method overriding and runtime polymorphism
- Compile-time vs runtime polymorphism
@adityatandon02@rohit_negi9#Java#Coding#LearningInPublic
Day 7 of backend prep💻
Covered lecture 14:
- Object Size & Memory
- Call by Value vs Reference
- Shallow Copy vs Deep Copy
Got better clarity on how objects behave in memory and how data is actually passed in Java
@adityatandon02@rohit_negi9#Java#Coding#LearningInPublic