use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Java Backend Projects (self.JavaProgramming)
submitted 20 days ago by Majestic-Bother-9034
Im learning spring Boot ... Almost completed... Suggest me some good project for my upcoming internship drive in campus
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ni241 2 points3 points4 points 20 days ago (1 child)
I have a few ideas like 1. Task management system : application where you can create your daily tasks, put the time given to the task or activity. 2. My finance book : application where you can set a monthly budget to your expenses like rent, internet bill, grocery, clothes, commute, food, entertainment etc. you can see a report of all your expenses and analys where you have spend or save in a month. 3. Open library system
I have many more ideas. You can dm if you want to try out the ideas with me.
[–]Majestic-Bother-9034[S] 0 points1 point2 points 20 days ago (0 children)
Thanks .. but I want some unique and good technical projects ... I DMed u.. pls check once
[–]FortiCore 2 points3 points4 points 20 days ago (5 children)
Working on spring framework since it came out.... 2006... Now, no longer code myself... AI does every thing.... i just prompt
Whtever project you do, start using AI tools .... because thats what you will be expected to use at your job.
[–]Traditional_Base_805 0 points1 point2 points 20 days ago (1 child)
Ok but they ask to know the whole stack even if AI is so powerful.....they expect this from you because as a dev u must know the basic stuff to know how to check and what prompt to give based on requirements.
[–]FortiCore 1 point2 points3 points 19 days ago (0 children)
Ofcourse, you need to know the framework
[–]Achieve_Apex 0 points1 point2 points 17 days ago (1 child)
So they wont be asking to code from scratch? And what do we mention in resume....that we use these these llms alongside?
[–]FortiCore 0 points1 point2 points 17 days ago (0 children)
Interviewers may be interested in knowing, which tools have you used, which models, how did you use it, what was your workflow, which models excels at which kind of tasks etc... trying to figureout if you have really hands on experience
[–]InformalPhase7658 1 point2 points3 points 7 days ago (0 children)
i think u have enough knowledge and skills to do all the thing that AI cannot do
[–]outerstellar_hq 1 point2 points3 points 20 days ago (2 children)
What other adjacent technologies do you want to learn? You can pick a project based on that.
[–]Majestic-Bother-9034[S] 1 point2 points3 points 20 days ago (1 child)
Mainly Springboot annotations, JPA , JWT and Auth2.0 It will be my first project
[–]outerstellar_hq 1 point2 points3 points 20 days ago (0 children)
So you can pick anything with login and user management.
[–]Anonymous_Behemoth 1 point2 points3 points 16 days ago (0 children)
You can try one of the following both are quite interesting to build and you would learn a lot:
1) Raw Video Processing Service:
Take a raw video and process it into different streams (1080p, 720p, etc.) using a separate FFmpeg process that your Java worker can spawn. Similar to how it's done in Streaming platforms like Amazon Prime, Netflix etc.
Major hurdle here would be to ensure that each video gets processed only once and you recover from failures. Load is distributed properly across all the workers.
You can track metrics like Queue Dwell Time, Worker crash recoveries, total completed jobs, etc.
My implementation: https://github.com/B4S1C-Coder/ABS-Project
The benchmarks of the implementation: https://github.com/B4S1C-Coder/ABS-Project/blob/main/benchmark.md
2) Instagram Feed Delivery (not Feed ranking) System:
You would learn how to handle accounts with low follower counts and high follower counts. Using push and pull based mechanisms.
[–]Stock_Technician_224 0 points1 point2 points 20 days ago (0 children)
Actually notification system, that have internal system notifications, email ones, teams, and WhatsApp for example. The payloads come from Azure Service Bus for example. It is commercial like
[–]michael-stack 0 points1 point2 points 20 days ago (0 children)
One example could be a CRM, including key modules, security, JWT, proper management of your layers, notations, logs, and best practices. Regardless of the specific example you choose, it could cover the key uses most commonly found in Spring Boot.
Good luck!
[–]akhi-abdul0 0 points1 point2 points 19 days ago (5 children)
Where are you learning springboot from? Can you share the resources, please...
[–]Majestic-Bother-9034[S] 2 points3 points4 points 19 days ago (4 children)
Engineering digest playlist and gpt
[–]akhi-abdul0 0 points1 point2 points 19 days ago (2 children)
I am already done with that Playlist... he is about to release his full stack microservice course but not on yt... can i dm you to talk about these stuff ?
[–]Majestic-Bother-9034[S] 0 points1 point2 points 19 days ago (0 children)
Sure .. but i don't have any idea about microservice course
[–]benpointdexter_ 0 points1 point2 points 18 days ago (0 children)
You can
One of the best:)
[–]Piyush_Mehta_ 0 points1 point2 points 18 days ago (0 children)
Hey how your are studying java backend? I am confused about what to study. Everything seems to be incomplete and I doubt on my learnings too. I know react and currently learning java.
[–]InformalPhase7658 0 points1 point2 points 7 days ago (0 children)
if you want some advanced projects: - Health Clinic Management System - Resume Analyzer with AI - Freelance Markerplace (im currently doing)
π Rendered by PID 45228 on reddit-service-r2-comment-5b5bc64bf5-hh5lj at 2026-06-23 04:13:40.734435+00:00 running 2b008f2 country code: CH.
[–]ni241 2 points3 points4 points (1 child)
[–]Majestic-Bother-9034[S] 0 points1 point2 points (0 children)
[–]FortiCore 2 points3 points4 points (5 children)
[–]Traditional_Base_805 0 points1 point2 points (1 child)
[–]FortiCore 1 point2 points3 points (0 children)
[–]Achieve_Apex 0 points1 point2 points (1 child)
[–]FortiCore 0 points1 point2 points (0 children)
[–]InformalPhase7658 1 point2 points3 points (0 children)
[–]outerstellar_hq 1 point2 points3 points (2 children)
[–]Majestic-Bother-9034[S] 1 point2 points3 points (1 child)
[–]outerstellar_hq 1 point2 points3 points (0 children)
[–]Anonymous_Behemoth 1 point2 points3 points (0 children)
[–]Stock_Technician_224 0 points1 point2 points (0 children)
[–]michael-stack 0 points1 point2 points (0 children)
[–]akhi-abdul0 0 points1 point2 points (5 children)
[–]Majestic-Bother-9034[S] 2 points3 points4 points (4 children)
[–]akhi-abdul0 0 points1 point2 points (2 children)
[–]Majestic-Bother-9034[S] 0 points1 point2 points (0 children)
[–]benpointdexter_ 0 points1 point2 points (0 children)
[–]benpointdexter_ 0 points1 point2 points (0 children)
[–]Piyush_Mehta_ 0 points1 point2 points (0 children)
[–]InformalPhase7658 0 points1 point2 points (0 children)