sakshamjosh1 Profile Banner
Saksham Profile
Saksham

@sakshamjosh1

Followers
7
Following
135
Media
28
Statuses
55

Joined May 2024
Don't wanna be here? Send us removal request.
@sakshamjosh1
Saksham
5 months
πŸ—ΊοΈ Day 1: Building an AI-powered Travel Itinerary App Stack: Next.js + React + TypeScript + TailwindCSS πŸ’»πŸ§  Set up the project, planned features, and sketched UI. Goal: Auto-generate personalized travel plans using AI.
0
0
4
@himanshustwts
himanshu
8 days
dude isn’t stopping today
117
112
2K
@sakshamjosh1
Saksham
28 days
Just built a full DevSecOps CI/CD pipeline! Java app β†’ GitHub β†’ Jenkins β†’ Maven tests β†’ Docker multi-stage build β†’ Docker Hub push β†’ Optional SonarQube analysis β†’ Containerized deployment. Automated end-to-end with a single commit.🐳 #DevSecOps #CICD #Jenkins #Docker
0
0
2
@sakshamjosh1
Saksham
1 month
Day 21 of building RoamifyAI βœ…Finally fixed all the small errors and bugs. βœ…Saving Trip Details in the Convex Database is finally done. βœ…Next am gonna add the display trip button with full itineraries with modern UI along with images and maps. #Learninpublic #buildinginpublic
1
0
2
@sakshamjosh1
Saksham
1 month
Day 16-20 of RoamifyAI βœ…Started with Saving Trip Details directly in the Convex Database. βœ…Fixed lots of small bugs. βœ…Next plan is to work on the View Trip functionality where users can view full itineraries with images and direct links along with map. #100daysofcode
0
0
2
@sakshamjosh1
Saksham
1 month
My first DevSecOps project: An automation pipeline which automatically builds, tests, deploys, maintains each time a commit is added to the repository. Tools used: Maven Jenkins Docker Git/GitHub Trivy SonarQube More to come.. follow to stay updated. ✨
0
0
1
@sakshamjosh1
Saksham
1 month
πŸ—ΊοΈ Day 14-15: RoamifyAI βœ… Completed the GenerativeUI functionality and made the chatbox more interactive. βœ… Finally generated the trip in JSON format. 🎯 Next: Display trip in the dashboard.
0
0
1
@sakshamjosh1
Saksham
1 month
πŸ—“οΈ Day 21 of #100DaysOfCode - Been a bit busy since the past 2 weeks with college and stuff. - Learned a bit DevOps tools like Docker, Jenkins, AWS, Terraform. - Started off with a DevSecOps project which i'll be sharing here soon. - Will be continuing with DSA from today.
0
0
3
@sakshamjosh1
Saksham
2 months
πŸ—“οΈ Day 17–20 of #100DaysOfCode βœ… Revised Strings in Java and their internal workings βœ… Solved related LeetCode (Easy) problems βœ… Revisited Arrays, brushing up on core fundamentals
0
0
7
@sakshamjosh1
Saksham
2 months
πŸ“… Day 16 of #100DaysOfCode βœ… Learned about Strings in Java and their internal working βœ… Explored classes and variable handling βœ… Understood the difference between == and .equals() for comparisons Thanks to @kunalstwt for the great explanation. #Java #DSA #ProblemSolving
0
0
1
@sakshamjosh1
Saksham
2 months
πŸ“… Day 10–15 of #100DaysOfCode Been solving LeetCode problems daily β€” topics like Binary Search, Arrays, Sorting, and some Math-based questions πŸ’» Didn’t dive into new concepts, just sharpening problem-solving skills πŸ”₯ #Java #DSA #LeetCode #ProblemSolving #100DaysOfCode
0
0
1
@sakshamjosh1
Saksham
2 months
πŸ“… Day 9 & 10 of #100DaysOfCode πŸ’» Solved 2 LeetCode problems: πŸ”Ή 766. Toeplitz Matrix (Java) πŸ”Ή 1832. Check if the Sentence Is Pangram (Python) Great mix of logic & implementation these two days! #Java #Python #DSA #LeetCode #ProblemSolving #100DaysOfCode
0
0
1
@sakshamjosh1
Saksham
2 months
πŸ“… Day 8 of #100DaysOfCode 🧩 Learned the Selection Sort algorithm β€” picking the smallest element each pass & placing it in order. πŸ’» Solved LeetCode 75 – Sort Colors using Selection Sort. Big thanks to @kunalstwt for the guidance πŸ™Œ ⏭️ Next up: Insertion Sort #BuildinPublic
0
0
2
@sakshamjosh1
Saksham
3 months
πŸ“… Day 7 of #100DaysOfCode πŸŒ€ Learned the Bubble Sort algorithm β€” how repeated swapping pushes the largest element to the end each pass πŸ’‘ πŸ’» Solved a related LeetCode problem too! Big thanks to @kunalstwt for the great explanation πŸ™Œ #buildinpublic #ProblemSolving
1
0
2
@sakshamjosh1
Saksham
3 months
πŸ“… Day 5 & 6 of #100DaysOfCode πŸ” Learned Binary Search in 2D arrays/matrices πŸ’» Solved related problems on LeetCode Big thanks to @kunalstwt for the guidance πŸ™Œ #Java #DSA #BinarySearch #LeetCode #ProblemSolving
0
0
6
@sakshamjosh1
Saksham
3 months
πŸ“… Day 4 of #100DaysOfCode πŸ’» Solved 2 LeetCode problems using Binary Search πŸ” ⏭️ Next up: diving into Sorting Algorithms (Bubble, Selection, Insertion & more) πŸŒ€ #Java #DSA #LeetCode #ProblemSolving
0
0
3
@sakshamjosh1
Saksham
3 months
πŸ“… Day 3 of #100DaysOfCode βœ…Learned & implemented Binary Search + Order-Agnostic Binary Search by @kunalstwt's bootcamp βœ…Solved a related LeetCode problem too! ⏭️ Next up: learning various sorting techniques and continuing the LeetCode grind. #Java #DSA #BinarySearch
0
0
3
@sakshamjosh1
Saksham
3 months
πŸ“… Day 2 of #100DaysOfCode βœ… Wrapped up Linear Search completely πŸ“ Solved more practice Qs + 2 related problems on LeetCode Big thanks to @kunalstwt for the guidance. #Java #DSA #LeetCode #ProblemSolving
0
0
2
@sakshamjosh1
Saksham
3 months
πŸ“… Day 1 of #100DaysOfCode Learned Linear Search today πŸ” β†’ Implemented it for numbers & strings πŸ’» Big thanks to @kunalstwt for the clear explanation πŸ™Œ Next: more Linear Search Qs + starting LeetCode grind πŸ”₯ #Java #DSA #ProblemSolving
0
0
3
@sakshamjosh1
Saksham
3 months
πŸ—ΊοΈ Day 12–13: RoamifyAI βœ… Completed the chatbot pipeline β€” hooked up ConvexDB backend, Arcjet for rate-limiting, and OpenAI APIs for dynamic trip planning 🎯 Next up: experimenting with Generative UI to make travel plans more interactive & adaptive πŸš€ #BuildInPublic #Nextjs #AI
0
0
3
@sakshamjosh1
Saksham
3 months
πŸ—ΊοΈ Day 12: RoamifyAI Integrated & wired up the chatbot functionality πŸ€– Now users can interact with the AI to generate + refine travel plans in real-time πŸš€ Built with Next.js, ConvexDB, Arcjet, and OpenRouter APIs ⚑ #BuildInPublic #AI #Nextjs #Convex
2
0
3