Hoje o dia foi para aplicar meus conhecimentos em Vibe Coding na prática com esse sistema voltado a uma adega de bairro.
Já existem cadastros de clientes e produtos prontos, ainda estou montando o cadastro de vendas e fazer a emissão de NF. #VibeCoding#Java#SpringBoot#Dev
#19JAVA Nested Class: Static, inner, local, Anonym
Local classes are declared inside any code block.
They access outer class members freely but local variables must be effectively final (never modified after int).
Ambiguity:which value to copy? Object outlives method.
#Java#OOP
Solved the Best Time to Buy and Sell Stock problem today 💻
Interesting learning: instead of checking all pairs, just track the minimum price and update profit while iterating.
Problem solving is getting clearer day by day.
#DSA #LeetCode #Java #Coding #100DaysOfCodeM
Day 57 ✅
Not every day is peak productivity.
Solved just 1 problem — but didn’t break the streak.
Mid-terms start Monday (1 week grind mode ON 📚)
Switching focus to Discrete Mathematics for now.
Consistency > Intensity. Always.
Drop a 🔥 if you're on a streak too!
#DSA #JAVj6
this approach to find floor of square root of given number uses binary search algorithm, potentially reducing time complexity from root(n) to O(logn)
#java#binarysearch#optimalsolution
Just open-sourced java-skills: Claude Code skills for Java devs.
My fav: auto-update deps + CVE scan. Because that vuln in your tree won't fix itself.
Built with spec-kit + SDD.
github.com/basteez/java-s…#Java#ClaudeCode#OpenSource