Vkdev Profile
Vkdev

@vkdev456

Followers
71
Following
60
Media
23
Statuses
35

Full-Stack Dev | DSA | CP

Joined July 2025
Don't wanna be here? Send us removal request.
@vkdev456
Vkdev
14 hours
The magic we are looking is in the work we are avoiding.
0
0
0
@vkdev456
Vkdev
6 days
0
0
0
@vkdev456
Vkdev
6 days
Day 2 – DP Today Solved "Partition Equal Subset Sum". Pattern: DP on Subsequence (take / not take) @striver_79 ad-hoc thinking for this one is amazing - definitely comes from his CP experience. This problem is very similar to Subset Sum = K, just with target = sum/ 2. #DSA
1
0
0
@vkdev456
Vkdev
7 days
DP – Day 1 Solved Subset Sum Equals to Target. Pattern: DP on subsequences (take / not take)+adhoc Realized that converting memo → tabulation is actually very easy. #DP #DSA #DynamicProgramming #LearningInPublic
0
0
0
@vkdev456
Vkdev
25 days
Completed my first freelance project on Upwork! Requirements → Development → Delivery An amazing learning experience. Grateful for the opportunity. #Freelancing #WebDev #FullStackDeveloper
0
0
0
@vkdev456
Vkdev
1 month
Worried about AI replacing devs? Go deeper or go wider ✨ 1️⃣ If you're strong in full-stack web, add mobile (Flutter/React Native) or DevOps. 2️⃣ If you prefer depth, master one area - frontend or backend. Breadth or depth = long-term demand for devs 💯 #FullStack #WebDev
1
1
1
@vkdev456
Vkdev
1 month
Worried about AI replacing devs? Go deeper or go wider ✨ 1️⃣ If you're strong in full-stack web, add mobile (Flutter/React Native) or DevOps. 2️⃣ If you prefer depth, master one area - frontend or backend. Breadth or depth = long-term demand for devs 💯 #FullStack #WebDev
1
1
1
@vkdev456
Vkdev
1 month
To achieve your goals, you only need two things: 1 Mindset ✨ 2 Consistency 💯
0
0
0
@vkdev456
Vkdev
2 months
Started DP - Dynamic Programming. Solved the "Climbing Stairs" problem on LeetCode! Pattern: similar to Fibonacci prob - 1D DP Technique: Recursion + Memoization #DSA #LeetCode #Dp #ProblemSolving #LearnInPublic
0
0
0
@vkdev456
Vkdev
2 months
Solved A, B and C in the Codeforces Div.4 contest! One step at a time✨ #Codeforces #Div4 #Cp #Java
0
0
0
@vkdev456
Vkdev
2 months
Solved the "Insert Interval" problem on LeetCode! Pattern: Merge Intervals Topic: Greedy Algorithms #LeetCode #DSA #ProblemSolving #GreedyAlgorithm #LearnInPublic
0
0
0
@vkdev456
Vkdev
2 months
Solved the Jump Game problem on LeetCode! Pattern: Ad-hoc (Greedy) Topic: Greedy Algorithms Watched @striver_79 's explanation, understood the logic, and coded it straight — passed all test cases in one go ✨ @takeUforward_ #LeetCode #DSA #ProblemSolving #LearningInPublic
0
0
1
@vkdev456
Vkdev
2 months
Today I solved the "Maximum Length of Pair Chain" problem on LeetCode! Pattern: very similar to Activity Selection Problem. Topic: Greedy Algorithm. #DSA #ProblemSolving #leetcode #GreedyAlgorithm
0
0
4
@vkdev456
Vkdev
2 months
Controller → Service → Repository → Database (Hibernate) #springboot #backend #LearningInPublic
0
0
2
@vkdev456
Vkdev
2 months
✅ Data saved to Hibernate DB!
0
0
1
@vkdev456
Vkdev
2 months
CRUD operation using Spring Boot & Spring Data JPA. Why Data JPA ? ✅It makes working with databases in Java super simple. ✅Gives you: save(), findAll(), findById(), deleteById() methods in java Making interaction between java and database easer✨ #springboot #backend
2
0
3
@vkdev456
Vkdev
2 months
0
0
0
@vkdev456
Vkdev
2 months
Today's DSA problem 1. Interleave the First Half of the Queue with Second Half #DSA #problemsolving #Coding #LearningInPublic
1
0
1
@vkdev456
Vkdev
2 months
Solved two DSA problems on LeetCode today: 1️⃣ Implement Queue using Stacks 2️⃣ First Unique Character in a String #DSA #LeetCode #problemsolving #LearningInPublic
0
0
1
@vkdev456
Vkdev
2 months
PUT & DELETE requests in Spring Boot! Routes: PUT → /products/update - updates an existing product @PutMapping DELETE → /products/{id} - deletes a product by ID @DeleteMapping Completes the full CRUD flow ✨ #BackendDevelopment #Backend #SpringBoot #LearnInPublic
0
0
0