Built an OTP-based Authentication System using Spring Boot today.
Signup โ Login โ Email OTP โ Verify
OTP delivery via SMTP
MySQL + JPA
Clean UI with external CSSShared code + running UI screenshots below.Learning by building
#SpringBoot#Java#Backend#WebDevelopment
Biggest takeaway for me: AI-controlled UI needs strict schemas โ otherwise even small data mismatches can break real components.
Hackathons make these lessons very real.
Shipped my WeMakeDevs hackathon project using @tambo_ai@kunalstwt
A chat-driven UI where AI controls real React components, not pages.
Learned a lot about schema validation & AI-UI limits.
Live Demo: <https://t.co/oBhH3peytD>
Repo :<https://t.co/p848nQg6nK>#WeMakeDevs#TamboAI
Day 3 | WeMakeDevs Hackathon ๐
Missed Day 2 while fixing multiple bugs and schema issues.
Now back with a cleaner, chat-driven setup using https://t.co/CaCLHHHAMZ.
@WeMakeDevs@kunalstwt#WeMakeDevs#TamboAI#BuildInPublic
๐ Hackathon Day 1: Exploring @tambo_ai, an open-source generative UI SDK & orchestration framework for React that bridges AI models and UIs.
Built a Tambo + Next.js setup with schema-driven cards & charts. Thanks to @WeMakeDevs@kunalstwt
Built a Calculator web application using Spring Boot ๐งฎ
Implemented MVC architecture, service-layer logic, and Thymeleaf views.
Sharing code + implementation screenshots ๐
#SpringBoot#Java#LearningInPublic
Started with requirements.
No prior context.
Built a full-stack project from scratch.
Learned what was needed.
Executed under pressure.
Finished within the timeline.
No matter what happens, I make sure the work gets done.
#BuildInPublic#SoftwareDevelopment
Hibernate finally made sense after building this project ๐งต๐
I built an Employee Management System using Java + Hibernate
and implemented real CRUD operations instead of just theory.
Swipe to see output + backend logic ๐
@Java@Hibernate@buildinpublic
This part of the code handles the core Hibernate logic ๐
โข openSession() for DB interaction
โข beginTransaction() & commit()
โข session.persist() to insert data
โข session.get() to fetch by primary key
ORM concepts became much clearer after this.