Rajat shaily Profile
Rajat shaily

@esperithm91153

Followers
14
Following
128
Media
40
Statuses
103

Joined September 2025
Don't wanna be here? Send us removal request.
@esperithm91153
Rajat shaily
47 minutes
Day 51 of building a High-Speed Link Resolution Service Worked on the PostgreSQL layer today β€” storing and verifying link mappings using SQL and pgAdmin. Next: connect backend APIs and implement redirect logic. #BackendDevelopment #SpringBoot #PostgreSQL #Java
0
0
1
@esperithm91153
Rajat shaily
1 day
Day 50 Implemented the redirect functionality in my Spring Boot URL Shortener. Now the system generates short URLs and redirects users to the original link using HTTP 302 responses. Core features working: β€’ Create short URL β€’ Redirect using short code Building step by step.
1
0
1
@esperithm91153
Rajat shaily
2 days
Day 49 πŸš€ Built the core URL Shortener API using Spring Boot. βœ” POST /shorten endpoint βœ” DTO based request/response βœ” Random short code generator βœ” Tested using IntelliJ HTTP client Next: Implementing URL redirect logic. #Java #SpringBoot #Backend #BuildInPublic
0
0
1
@esperithm91153
Rajat shaily
3 days
Day 47 & 48 βœ… Connected my Spring Boot URL Shortener to PostgreSQL and verified the full backend flow end-to-end. Removed H2 Configured PostgreSQL Fixed auth errors Hibernate auto-created table Inserted & verified data with SELECT Request β†’ Service β†’ JPA β†’ DB β†’ Stored
1
0
1
@esperithm91153
Rajat shaily
5 days
Day 46 πŸš€ Upgraded my Spring Boot URL Shortener: βœ… Random 6-char short code generator βœ… Collision handling (do-while + containsKey) βœ… Clean JSON response βœ… Proper HTTP 302 redirect From hardcoded values β†’ system thinking.
1
0
2
@esperithm91153
Rajat shaily
6 days
Day 45 of building in public Today I implemented real HTTP redirection in my Spring Boot URL Shortener. User hits: /abc123 Server responds with: β†’ 302 status β†’ Location header β†’ Browser auto-redirects
2
0
2
@esperithm91153
Rajat shaily
7 days
Day 44 /100 days of code Completed the redirect feature in my URL Shortener today. Now the flow is real: Long URL β†’ Short code β†’ Stored mapping β†’ Visit short link β†’ Get original URL. Still using in-memory storage. One step closer to building production-ready systems.
1
0
1
@esperithm91153
Rajat shaily
8 days
Day 43 πŸš€ Today I properly tested my first POST API end-to-end Sent JSON in the request body, saw it convert into a Java object, flow through the controller, hit the service layer, and return a 200 OK response. Small wins. Real progress. Building fundamentals,one layer at a time.
1
0
2
@esperithm91153
Rajat shaily
9 days
Day 42 Started a new Spring Boot project today. Set up the structure from scratch, created my first controller, changed the port. Small progress but feels good actually understanding what’s happening instead of just following tutorials. Still focusing on backend fundamentals.
1
0
1
@esperithm91153
Rajat shaily
10 days
Day 41 βœ… Built my first Spring Boot REST API today Started with basics β†’ created controller β†’ connected service layer β†’ hit my first endpoint successfully. Small daily progress is starting to compound. Backend journey continues…
1
0
1
@esperithm91153
Rajat shaily
11 days
Day 39 & 40 βœ… Dived deeper into #SpringBoot with real practical AOP implementation: @Before & @AfterReturning advice Pointcuts & logging Proxies + reflection concepts Applied everything on my backend project Less theory, more building #Java #BackendDeveloper #LearningInPublic
0
0
1