MishraG8534 Profile Banner
Yogendra Mishra Profile
Yogendra Mishra

@MishraG8534

Followers
113
Following
6K
Media
68
Statuses
3K

Java Backend SDE | Spring Boot 🔥 | Building real-world projects in public | Sharing DSA + system design | DM open 🤝 always grateful to @ias_aunjaneya sir.

Bangalore, Karnataka
Joined May 2019
Don't wanna be here? Send us removal request.
@MishraG8534
Yogendra Mishra
1 month
🔥 Top 30 LeetCode Array & ArrayList Based Questions (Asked in MAANG/FAANG + Intuit, Accenture, Deloitte).These are must-do questions that test 90%+ of array/ArrayList concepts in interviews:. 🔹 Easy to Medium.Two Sum — #1. Best Time to Buy and Sell Stock — #121.
1
0
2
@MishraG8534
Yogendra Mishra
9 days
Haha, so true! Swapping toilet scrolls for a moment of peace, actually tasting my food instead of Netflix-binging, and not sneaking a peek at X during a convo? That’s not just focus it’s like hitting the reset button on being a human, not a zombie glued to a screen!.
@aditiitwt
aditii
10 days
>not using phone in washroom.>not watching tv while eating.>not scrolling while talking.>not checking updates in a classroom. this isn’t about discipline .it’s about reclaiming focus. Ditching these "multitasking" moments can unlock a whole new level of clarity and presence.
0
0
0
@MishraG8534
Yogendra Mishra
11 days
जो गुरू से मिला है उसी को तुम आगे तक फैला दो! यही गुरु दक्षिणा है!.#justsaying.#EveningVibes.
0
0
0
@MishraG8534
Yogendra Mishra
12 days
Select all employee's name and bonus whose bonus is < 1000.
0
0
0
@MishraG8534
Yogendra Mishra
14 days
Phil Carton says : - .There are only two hard things in computer Science.Cache invalidation and naming things.
0
0
0
@MishraG8534
Yogendra Mishra
14 days
जिसे सफलता नहीं मिली,.उसे बेवकूफ़ मत समझना….#justsaying .#DeveloperLife #Interview.
0
0
0
@MishraG8534
Yogendra Mishra
15 days
"श्रीकृष्ण ने स्पष्ट कहा है —.कर्म ही तुम्हारा कल है।.यदि कर्म में सच्चाई है, तो वह कभी निष्फल नहीं होगा।.हर एक संकट का समाधान होगा —.आज नहीं तो कल होगा।".#goodnight #developers.
0
0
0
@MishraG8534
Yogendra Mishra
15 days
Still trying to git push - - force my ego out of the repo 😂.
@aditiitwt
aditii
15 days
In the game of life, . A person who has the smallest ego usually wins.
0
0
1
@MishraG8534
Yogendra Mishra
15 days
Hmm. Sounds like a bug in your tolerance module. 😂.
@aditiitwt
aditii
15 days
I hate people who use "hmm".
0
0
1
@MishraG8534
Yogendra Mishra
15 days
Perfection creates pressure. Connection creates peace. Love this mindset! 👍.
@sonam_murarkar
Sonam Murarkar
15 days
Less perfection, more connections ✅.
0
0
0
@MishraG8534
Yogendra Mishra
16 days
The fool becomes the CTO 😅.Always have a plan—intelligence works best with a strategy!.
@sonam_murarkar
Sonam Murarkar
16 days
A Fool with a plan is far better than a highly intelligent person without having a plan. ✅.
0
0
0
@MishraG8534
Yogendra Mishra
16 days
▪️Overusing it Use it only when frequent insertions/removals are needed at head/tail. Know when (and when NOT) to use it!.#Java #CodingInterview #DevTips #LinkedList #DataStructures.
0
0
0
@MishraG8534
Yogendra Mishra
16 days
▪️Modifying while iterating.👉 Always use Iterator or ListIterator when removing items during iteration. ▪️Not knowing it's doubly-linked.Yes, Java’s LinkedList is doubly linked — each node has both next & prev.
1
0
0
@MishraG8534
Yogendra Mishra
16 days
🚨 Java LinkedList Mistakes You Should Avoid in Interviews 🧵. ▪️Assuming O(1) access.👉 LinkedList.get(i) is O(n), not O(1)!.Unlike ArrayList, it must traverse nodes. ▪️Using LinkedList when random access is needed.❌ Bad for frequent indexing.✅ Use ArrayList instead.
1
0
0
@MishraG8534
Yogendra Mishra
16 days
Good morning, everyone! Wishing you a bright and beautiful day filled with positivity and possibilities. Let's make today amazing! 🌞.
0
0
0
@MishraG8534
Yogendra Mishra
16 days
You left. I learned. Not just about love—about life, code & clarity. From debugging pain to compiling success. I'm now the main method of my journey. System.out.println("Still standing.");.#justsaying.
0
0
0
@MishraG8534
Yogendra Mishra
17 days
StringBuilder > String in loops For heavy concatenation, use StringBuilder to avoid object creation overhead.🎯 Mastering these can boost your chances in Java interviews!.#Java #JobTips #CodingInterview #100DaysOfCodeWould.
0
0
0
@MishraG8534
Yogendra Mishra
17 days
👉 .equals() checks content 👉 == checks reference ⚠️ Don't confuse them in interviews!.Interning Use intern() to manually move a String to the pool. ⭕️Interning.Use intern() to manually move a String to the pool. str.intern();.
1
0
0
@MishraG8534
Yogendra Mishra
17 days
💡 Java String Facts Every Job Seeker Should Know 🧵.⭕️Strings are immutable.Once created, their value can't change. ⭕️Stored in String Pool.⭕️Literals go into the String Constant Pool, improving memory efficiency. equals() vs ==.
1
0
1
@MishraG8534
Yogendra Mishra
17 days
Java Interview Q: .Difference between HashMap and ConcurrentHashMap?.#Java.
0
0
1
@MishraG8534
Yogendra Mishra
17 days
Top Coding Questions on Strings.Easy to Medium – Must Know.⭕️Reverse a String.⭕️Check if a String is Palindrome.⭕️Valid Anagram.⭕️Implement strStr() / Substring Search.⭕️Longest Common Prefix.⭕️Check if Two Strings are Isomorphic.⭕️Longest Palindromic Substring.⭕️Group Anagrams.
0
0
0