haise Profile
haise

@Kuldeep80800596

Followers
6
Following
580
Media
17
Statuses
106

A Passionate Software Developer | 💻 Tech enthusiast | Lifelong learner

Joined January 2020
Don't wanna be here? Send us removal request.
@Kuldeep80800596
haise
28 days
"DSA or no job” is the biggest circus act in tech.
0
0
0
@Kuldeep80800596
haise
28 days
Interview.exe ran smoothly until Spring Security threw a NullPointerException .Rest of the stack? Fully initialized and running .Time to push a security patch.
0
0
0
@Kuldeep80800596
haise
28 days
Ever wondered why Java lets you put toString() inside a @FunctionalInterface?.Turns out methods from Object (like toString(), equals(), hashCode()) are ignored when checking the “single abstract method” rule.
0
0
0
@Kuldeep80800596
haise
1 month
Spent hours chasing down duplicates in a HashSet. Turns out: equals() and hashCode() were missing from the object. The HashSet was just doing its job—like it always does. Reminder:.If the object doesn't know its identity, don’t blame the collection. #Java #Debugging.
0
0
0
@Kuldeep80800596
haise
1 month
Debugged a bug that felt like Schrodinger’s setting—there, yet not. Turned out:.Someone tried to serialize a static config. Reminder:.Static fields don’t ride the serialization bus. They exist in the class realm, not the object’s suitcase. Code laughed. Bug fixed.
0
0
0
@Kuldeep80800596
haise
1 month
Got a message from someone starting their Java journey : . For a second, I felt like an abstract class —.But then the @Override in me woke up:. public void guide() { . shareWhatIhaveLearned();. }. Because once, someone debugged my doubts too. 🔁.
0
0
0
@Kuldeep80800596
haise
1 month
Sealed classes taught me one thing:.Access is restricted, timelines are “final,”.but someone somewhere still keeps overriding the logic.
0
0
0
@Kuldeep80800596
haise
1 month
🛠️ Java's default methods —.Because sometimes, adding new features to an interface without breaking 127 existing implementations….is the only peace treaty we can sign in a code war. #Java #CleanCodeWins.
0
0
0
@Kuldeep80800596
haise
1 month
They said: You can break Singleton with clone(). I said: That’s why we override clone() — to remind the world:.Not everything should be duplicated. Good code is like good intent—.One purpose. One instance. One impact. 💻✨. #Java #Singleton #SoftwareDesign.
0
0
0
@Kuldeep80800596
haise
1 month
Everyone asks : What’s the best microservices pattern?.Me: The one that doesn’t wake me up at 2 AM. 😴🔧. #Microservices #SystemDesign.
0
0
0
@Kuldeep80800596
haise
2 months
Stuck in a toxic relationship with an undefined requirement,.ghosted by documentation, and emotionally supported only by my Git commit history. My heart? Full of merge conflicts. 💔🔀.
0
0
0
@Kuldeep80800596
haise
2 months
Silent resignation isn't about disengagement - it's a signal. Often, the result of feeling unheard, undervalued, or disrespected. Addressing the root cause is more important than labeling the response.
0
0
0
@Kuldeep80800596
haise
2 months
Being a Dev : Solve one bug → Break three features → Question all your life choices → Repeat.
0
0
0
@Kuldeep80800596
haise
5 months
Can a class extend itself in Java? . Nope! That's cyclic inheritance and the compiler will throw an error .
0
0
0
@Kuldeep80800596
haise
5 months
"Java is Deprecated.". Reality Check:.👨‍💻 Many companies are still on Java 8,.🔄 Some have moved to Java 17 & 21,.💡 Meanwhile, Java 😎: "JDK 24 just dropped!". #Java #StillThriving #JDK24.
0
0
0
@Kuldeep80800596
haise
6 months
Grok + Copilot + Claude all the way! .less grind, more vibe! 😎.
0
0
0
@Kuldeep80800596
haise
9 months
Technical interviews remind me of API requests—sometimes, no matter how clear the input, the response just doesn’t make sense.
1
0
1
@Kuldeep80800596
haise
10 months
Wouldn't every PR review be better if people included a quick 2-minute Loom video explaining what they built?.
0
0
0
@Kuldeep80800596
haise
1 year
What is cors?.
0
0
0
@Kuldeep80800596
haise
1 year
Are people still using the Bootstrap CSS framework?.
0
0
0