
Harsh Devavanshi
@logs_harsh
Followers
6
Following
30
Media
7
Statuses
118
Software Engineer – Java Backend & Full Stack (Java | Spring Boot | DSA | System Design | React), 4+ Years Experienced
New Delhi, India
Joined January 2024
Tried Dijkstra’s algo. Turns out, assuming everything has a weight leads to shortest paths. Also works for relationships, I guess. #DSA.
0
0
0
Wrote my first topological sort today. The only place where dependencies actually get respected. Package managers should take notes. #TopologicalSort #GraphTheory.
0
1
0
Topological sort is just:.“Don’t do B before A, or everything breaks.”.A fragile system — much like my sleep schedule. #DevLife.
0
0
0
Cycled into cycle detection today. Didn’t expect code to gaslight me —.“Are you seeing a cycle?”.“No, wait… maybe yes?”.Undirected graphs made sense. Directed ones made me question everything. #GraphDSA #TechLearning.
0
0
0
Tried implementing graph traversal on disconnected graphs. Turns out, ignoring isolated nodes is easy in life… but not in code. Had to loop through all components manually. Lesson: edge cases are real. Literally. #DSA #GraphTraversal #CodingLife.
0
0
0
Disconnected graph = introverts in a social event.You still have to talk to all of them.#TechJokes #DSA.
0
0
0
DFS is like that one friend who disappears into a rabbit hole and texts back after 6 hours saying “Sorry, just got back from visiting node 23.”. Learning recursive and stack-based DFS today. Pretty satisfying once the call stack makes sense. Almost. #DFS #DSA #SoftwareEngineering.
0
0
0
Just started learning Graph DSA — and it turns out, BFS/DFS/Union-Find aren’t just buzzwords — they power real systems!. Excited to explore more. #100DaysOfCode #DSA #Java #Coding.
0
0
2
Tried setting up HTTPS with Nginx & SSL certs. Broke my service 😅.Pausing fix for now — life & job priorities.Meanwhile….Picked up “DSA Made Easy in Java” to deep dive into Graphs.Let’s go! .#DevJourney #Java #DSA.
1
0
1
PI domain is live at . ✔️ Configured Cloudflare CNAME & IP.✔️ Added fancy HTML email template.✔️ Backend is fully functional.Next step: move from HTTP to HTTPS.#BackendDev #Cloudflare #WebSecurity.
1
0
0
Born at midnight 🤯.Family celebrates on July 7.Govt records say July 8.Basically, I get 2 birthdays. One for the heart, one for the system 🤓🎂.#DoubleCake #BirthdayBug #MidnightRelease.
0
0
0
Synced my backend with new frontend updates ✅. REST API now accepts recruiter/HR contact data via my portfolio form 👤.✉️ Sends auto-confirmation emails to them.📨 Notifies me too — all automated!.#EmailAPI #SpringBoot #FullStack.
0
0
0
Spun up an EC2 instance to deploy my Spring Boot REST API 💡. ☁️ Backend is live.🧠 Using H2 in-memory DB.🔁 Created GitHub Actions pipeline .github/workflows/deploy.yml for zero-touch deployments.#SpringBoot #DevOps #AWS.
0
0
0
Deployed my ReactJS frontend like a pro 🧑💻. 🚀 Code -> Build -> Upload to S3.🛰️ CloudFront delivers it worldwide.⚡️ Fast, secure, and always online.Check it out 👉 #Frontend #ReactJS #webdeveloper.
developerharsh.com
Full stack developer specializing in Java, Spring Boot, and React.
0
0
0
Configured SSL the right way ✅. 🔒 Enabled HTTPS using:.🔹 AWS S3 (static site hosting).🔹 CloudFront (for CDN + cert).🔹 Cloudflare (for DNS + security).Zero warnings, 100% secure 🔐.#AWS #Cloudflare #DevLife.
0
0
0
Last week was rough—down with food poisoning 🤒.But I’m back stronger and shipped some important updates 💻🚀.🔧 Updated my ReactJS portfolio app.🌐 Setup HTTPS for both:.➡️ ➡️ #ReactJS #WebDev #Portfolio.
developerharsh.com
Full stack developer specializing in Java, Spring Boot, and React.
0
0
0
Wrapped up the “Programming Foundations: Design Patterns” course 🎓.Strategy, Observer, Factory—refreshed and ready to drop into my Spring + React code. What’s your most-used pattern?. #DesignPatterns #DevLife #FullStack.
0
0
0