#100daysofjava search results
🚀 Day 3 done — #100DaysOfJava 🎯 Topic: OOPs in Java (Hindi + Notes) 💡 Learned: • Class & Object • Encapsulation • Inheritance • Polymorphism • Abstraction Built mini Car project 🚗 OOP = Real-world logic in code. Next → Spring Boot base! #JavaLearning
Never have I ever written a README on VSCode, and subsequently, I was today-years-old when I found out that it shows you a preview of the md file as you write it, with tools! That's pretty cool! #100daysofjava
Day 37/365 🚀 #365DaysOfCode #100DaysOfJava Today's module, JDBC in avd Java ☕ > What is JDBC 📊 > JDBC Architecture > Types & Drivers > Basic Steps > Statement v/s Prepared Statement > Advantages & Disadvantages #DSA #Java #techTwitter #Database #BuildInPublic #DevCommunity
Day 38/365 #365DaysOfCode #100DaysOfJava Today, I Built a JDBC connection between Java and MySQL. backend connectivity and real database interaction. ⚒️ How create DB Connection. ⚙️ How to add Details in Database. #DSA #Java #techTwitter #Database #BuildInPublic #DevCommunity
Day 36/365 DSA in Java #365DaysOfCode #100DaysOfJava Adding a new step to my coding journey: DSA with Java. Starting with Arrays & Strings to build problem-solving skills through consistent practice. @X #DSA #Java #techTwitter #Database #BuildInPublic #DevCommunity #Coding
Day 35/365-Core Java #365DaysOfCode #100DaysOfJava 📈 5th mini project on Product mart System Based OOPs Concepts. Using Principles👇: 🎭 Abstraction 🧬 Inheritance 🔀 Polymorphism 🔒 Encapsulation #Java #techTwitter #Database #LetsConnect #BuildInPublic #DevCommunity #Coding
Day 39/100 🚀 #365DaysOfCode #100DaysOfJava 📌 Today topic : > What is Servlet ⚙️ > Servlet Lifecycle ♻️ > Need to run servlet > How works servlet❓ > Advantages & Disadvantages 📊 #DSA #Java #techTwitter #Database #BuildInPublic #DevCommunity #letsconnect
Day 40/100 🚀 #365DaysOfCode #100DaysOfJava Today's Topic👇 ❓What is JSP ⚖️ JSP vs Servlet 🍃 Why use JSP ⚠️ Adv & Disadv 😾 Linked Tomcat & Eclipse 📊 JSP Project 🔗 Link Tomcat & JSP #DSA #Java #techTwitter #Database #BuildInPublic #DevCommunity #BackendDevelopment
#365DaysOfCode #100DaysOfJava 🧠 Data Analysis Algorithm. Topic : Asymptomatic notation </> 🔧 > Big O Notation - O( ) || Upper bound. > Omega notation - Ω ( ) || Best case. > Theta notation - Θ ( ) || Average case. #Java #techTwitter #Database #DSA #DevCommunity #Coding
Allow me to show you something cool, it is simple (selectionSort, asc & desc visualized) but kinda cool. I had to screen record the video from VLC on phone since I used ffmpeg on the machine and the format was unsupported on twitter. Refreshing my DSA knowledge. #100daysofjava
Day-11 of DSA Today i did leetcode question 53.Maximum Subarray first i applied -> Brute force approach second i applied -> Better approach third i applied -> optimal approach As you can see in images there is lot of difference . #LearnInPublic #100daysofjava #code #A2Zstriver
#100daysofjava Un nouveau challenge pour les 100 prochains jours. Je compte partager mes apprentissages et découvertes tout le long de ce parcours. Avez-vous des ressources supplémentaires à me suggérer? Quels conseils avez-vous à me donner ?
💥 Just solved LeetCode #383 — Ransom Note 🔠 Learned how to check if one string can be built from another using character counts 🧩 🧠 Key idea: Each letter from magazine can only be used once to form ransomNote. #LeetCode #Java #100daysofjava
Day 66 Practicing and writing code in java! Filling up the missing parts in the code #100daysofcoding #100DaysOfCode #100daysofjava
Today I solved Maximum Subarray Given an integer array nums, find the subarray with the largest sum, & return its sum. I/p: nums = [-2,1,-3,4,-1,2,1,-5,4] O/p: 6 Hint: use Kadame's algo in this question for optimal solution #leetcode #java #100daysofjava #kadamealgorithm
Everytime I get confuse when I try to write yaml files , for a docker image . #100daysofjava #docker #yaml #WebDevelopment
Today i worked on my personal project.. Learned about database replication and also the schema replication in mongodb and how to replicate the data in a schema to the backup schema using cron jobs in nodejs #dsa #WebDevelopment #100daysofjava
A variable is a named location in memory that stores a value. The first step in our program is declaring the variables that will hold all the values. #SoftwareEngineering #100daysofjava
Java has changed and with JDK 25 the developers work has been made very easy. The language that introduced me to the world of software development makes it easier to do scripting #100daysofjava #10daysofcode #programmingisfun
And so it begins... 23-11-2025 #100daysofjava #100daysofcode #programmingisfun
Today's POTD Find Minimum Operations to Make All Elements Divisible by Three Question Type : Easy #leetcode #Easy #100daysofjava
After 4days of easy problem streak @LeetCode just drop hard one 😭😭 #100daysofjava #leetcodedaily #LeetCode #java
Currently working on concepts of JDBC and Hibernate, finding them very interesting and moving forward !! #100daysofjava #CodingJourney
Never have I ever written a README on VSCode, and subsequently, I was today-years-old when I found out that it shows you a preview of the md file as you write it, with tools! That's pretty cool! #100daysofjava
🚀 Day 3 done — #100DaysOfJava 🎯 Topic: OOPs in Java (Hindi + Notes) 💡 Learned: • Class & Object • Encapsulation • Inheritance • Polymorphism • Abstraction Built mini Car project 🚗 OOP = Real-world logic in code. Next → Spring Boot base! #JavaLearning
Every big journey starts small 🌱 Today I solved my first recursion problem — checking if an array is sorted 🔁 One step closer to mastering DSA 💻 #Recursion #CodingJourney #100daysofjava
After 4days of easy problem streak @LeetCode just drop hard one 😭😭 #100daysofjava #leetcodedaily #LeetCode #java
Day 38/365 #365DaysOfCode #100DaysOfJava Today, I Built a JDBC connection between Java and MySQL. backend connectivity and real database interaction. ⚒️ How create DB Connection. ⚙️ How to add Details in Database. #DSA #Java #techTwitter #Database #BuildInPublic #DevCommunity
Day 37/365 🚀 #365DaysOfCode #100DaysOfJava Today's module, JDBC in avd Java ☕ > What is JDBC 📊 > JDBC Architecture > Types & Drivers > Basic Steps > Statement v/s Prepared Statement > Advantages & Disadvantages #DSA #Java #techTwitter #Database #BuildInPublic #DevCommunity
Day 36/365 DSA in Java #365DaysOfCode #100DaysOfJava Adding a new step to my coding journey: DSA with Java. Starting with Arrays & Strings to build problem-solving skills through consistent practice. @X #DSA #Java #techTwitter #Database #BuildInPublic #DevCommunity #Coding
Day 66 Practicing and writing code in java! Filling up the missing parts in the code #100daysofcoding #100DaysOfCode #100daysofjava
#365DaysOfCode #100DaysOfJava 🧠 Data Analysis Algorithm. Topic : Asymptomatic notation </> 🔧 > Big O Notation - O( ) || Upper bound. > Omega notation - Ω ( ) || Best case. > Theta notation - Θ ( ) || Average case. #Java #techTwitter #Database #DSA #DevCommunity #Coding
Day 1 of #100daysofjava 🔰 Topics learned: 🔹 Operators and Expression in Java 🔹 Quiz for practice #learninpublic #java
Something went wrong.
Something went wrong.
United States Trends
- 1. #SpotifyWrapped 124K posts
- 2. Chris Paul 21.2K posts
- 3. Clippers 31.6K posts
- 4. #NSD26 15.4K posts
- 5. Good Wednesday 34.7K posts
- 6. $MSFT 13K posts
- 7. #WednesdayMotivation 3,975 posts
- 8. GreetEat Corp. N/A
- 9. National Signing Day 5,165 posts
- 10. Hump Day 14K posts
- 11. Nashville 32.8K posts
- 12. #TierraDeAmorYSoberanía 1,904 posts
- 13. Elden Campbell 1,569 posts
- 14. Fisherman 12.7K posts
- 15. Welcome Home 18.4K posts
- 16. $CAPR 1,141 posts
- 17. #HappyBirthdayJin 35.5K posts
- 18. Somalis 108K posts
- 19. Apple Music 286K posts
- 20. HERE I COME 35.6K posts