Rituraj Singh
@26rjsingh
Followers
0
Following
593
Media
17
Statuses
59
Joined October 2023
Completed Code With Harryβs Python Bootcamp π Covered everything from basics to FastAPI, with hands-on projects throughout. Feeling more confident with Python now β time to build bigger stuff π» #Python #LearningInPublic @codewithharry
0
0
0
Started exploring FastAPI β‘ Built a few endpoints, played with request/response & docs. Feels refreshingly simple so far π #FastAPI #Python #LearningInPublic @kunalstwt @codewithharry
0
0
0
Python update π Past few days covered virtual envs, dunder methods, multithreading, os module & pandas. Bit overwhelming, but things are slowly clicking π Which of these deserves more focus? #Python #100DaysOfCode @kunalstwt @codewithharry
0
0
1
DSA live-learning π Solved Longest Substring Without Repeating Characters today πΆ Sliding window in Java β expand right, shrink left when repeat comes π
Once it clicked, logic felt smooth. Beginner learning, step by step. #DSA #Java #LearningInPublic #BeginnerDev
0
0
0
Learning Python OOPs step by step. Classes, objects, constructors βοΈ Posting progress to stay consistent. Drop one OOP tip you wish you knew earlier #LearningInPublic #python #oops @kunalstwt @codewithharry @ezSnippet
0
0
1
DSA live-learning π Todayβs problem: Transpose of a Matrix Did it in-place in Java πΆ Only works for square matrix β learned why today π
No extra space, just smart swapping. Beginner learning, one concept at a time. #DSA #Java #LearningInPublic #BeginnerDev #Consistency
0
0
0
DSA live-learning π Todayβs problem: Print Matrix in Spiral Form π Used boundary traversal in Java β top, bottom, left, rightβ¦ had to be careful ngl π
O(m*n) time, O(1) space. Beginner here, learning step by step. #DSA #Java #LearningInPublic #BeginnerDev
0
0
1
Tried Trapping Rain Water today π§ Two pointers + left/right max in Java. Confusing at first, clear after dry run π DSA live-learning continues π #DSA #Java #100DaysOfCode #StudentLife #Consistency #LearnInPublic
0
0
2
Tried solving Factorial of a Large Number today πΆ Turns out Java doesnβt like huge factorials π Big numbers = new learning unlocked π DSA live-learning continues. #DSA #Java #CodeJourney
0
0
0
DSA live-learning series π Todayβs problem: Container With Most Water Tried the 2-pointer approach in Java πΆ Simple idea, took me some thinking tbh π
Learning in public. One problem at a time. πͺ #DSA #Java #LearningInPublic #BeginnerJourney
0
0
0
DSA live-learning continues π» Problem: Maximum Subarray Java solution using Kadaneβs Algorithm Clean O(n) approach, no extra space Any beginner mistakes to avoid here? #DSA #Java #CodingInterview #LearningInPublic #DevJourney
0
0
0
DSA live-learning update π Problem: Product of Array Except Self Java solution, O(n) time & O(1) space, zero cases were tricky ngl π€ Sharing as I learn, not as an expert DSA folks, thoughts? π #DSA #Java #CodingInterview #LearningInPublic #DevJourney
0
0
0
Day 1 of building Career Boot π Java + Spring Boot backend: Monolithic setup, starting simple with Job, Company, Review Long way to go, but excited π #Java #SpringBoot #BackendDevelopment #DevJourney #BuildInPublic
0
0
2
Hey folks, leveling up in DSA!π Just solved "Stock Buy and Sell" from GFG. Idea: Track the lowest buy price so far, then check profit at each step. Update if better O(n) time, O(1) space β easy peasy as a newbie. What's your fav approach? #livelearn #DSA #Java #CodingJourney
0
0
0
Hey guys, diving deeper into DSA! Just solved "Two Sum" from GFG β sorted the array (takes O(n log n) time), then used two pointers from start and end to find the pair. Saves space too, just O(1)! How'd you solve it differently? Tips welcome yaar! #livelearn #DSA #CodingJourney
0
0
0
π Update on my @Bridgelabz journey βοΈ REST API: @RestController, HTTP methods, DTO validation βοΈ DI/IoC: @Service, @Repository, @Autowired βοΈ Persistence: JPA (Hibernate) vs JDBC tradeoffs βοΈ Dev Tools: Maven, SLF4J logging, H2 console #Java #LearnInPublic #RESTAPI @kunalstwt
0
0
0
π Update on my @Bridgelabz journey π Spring & REST Mastery: βοΈ Core Spring: IoC, DI, Bean Lifecycle βοΈ REST APIs: @RestController, HTTP Methods, DTOs βοΈ Testing: REST Assured + JSON Server mocks βοΈ DBs: H2 (dev) β MySQL (prod) pipeline #Java #LearnInPublic @kunalstwt
0
0
0
π Update on my @Bridgelabz journey π Mastered in MySQL: βοΈ Schema Design: ER Diagrams, Normalization (1NF β 3NF) βοΈ Query Power: Complex Joins, Stored Procedures βοΈ Performance: Indexing Strategies, Trigger Automation #LearnInPublic #SQL #BackendDev #MySQL @kunalstwt
1
0
1
π Leveling up my Java concurrency game! π Thread Mastery: βοΈ Thread Creation βοΈ Lifecycle States βοΈ Synchronization π What Tested Me: 1οΈβ£ Executor Service 2οΈβ£ Deadlock Debugging π‘ Pro Tip: "Runnable > Thread β keeps your OOP clean!" #Java #Concurrency #LearnInPublic @kunalstwt
0
0
1
Thankful to @kunalstwt for laying the groundwork of my Java journey and helping me internalize OOP concepts early on. Your subtle nod on my post was a great boostβfrom someone who sparked my live learning drive.
0
0
2