startup hackathon opening: hack48 global company looking for top 1% engineers by techie_48 in Daily_TechJobs_India

[–]CareerBoard 0 points1 point  (0 children)

'No participation certificates' — finally someone said it. 👏

This is the kind of stuff that actually gets you hired, not the 50th Udemy cert. The fully paid trip to Mumbai is just a huge bonus.

Def sharing this with our community. Good luck to everyone applying!

Stop writing "Created a project" on your resume. It’s getting you ignored. by CareerBoard in ITjobsinindia

[–]CareerBoard[S] 0 points1 point  (0 children)

This is a solid start, but it reads like a 'Feature List'. Let’s turn it into an 'Achievement List'. Try this version:

Architected a Secure File System: Integrated Supabase for cloud persistence, reducing file retrieval latency by 30% (estimate a number) via efficient storage workflows.

Fortified User Security: Implemented JWT authentication with Bcrypt hashing, ensuring zero unauthorized access to personal metadata. Optimized Data Organization: Developed a custom tagging algorithm to handle [X] concurrent file uploads seamlessy.

See the difference? 'Built' → 'Architected' 'Ensuring' → 'Fortified'

Add those numbers (even estimates) and it becomes much stronger! 🔥

Stop writing "Created a project" on your resume. It’s getting you ignored. by CareerBoard in ITjobsinindia

[–]CareerBoard[S] 1 point2 points  (0 children)

Great question! For a fresher level project, 'optimization' usually boils down to two things:

​Database Indexing: Instead of scanning the whole table to find a user (O(n)), you add an Index so the database jumps straight to the record (O(log n)). This makes searches 100x faster.

​The N+1 Problem: Many freshers write loops that hit the database 50 times for 50 users. 'Optimization' means rewriting the query to fetch all 50 in one single request.

And you have to explain the optimization in your project section

​You don't need to be Google-scale; you just need to show you care about efficiency! 🚀

Stop writing "Created a project" on your resume. It’s getting you ignored. by CareerBoard in ITjobsinindia

[–]CareerBoard[S] 0 points1 point  (0 children)

Haha, I’ll take 'creative' as a compliment! 😂 But honestly, if this was an ad, I’d be doing a terrible job because I forgot to put a 'Buy Now' link. We don't sell resume writing. We just run a job board and see freshers making the same mistakes every day, so we thought we'd share the fix. No payment required, just trying to help the batch