NayanKhade4 Profile Banner
Nayan Khade Profile
Nayan Khade

@NayanKhade4

Followers
13
Following
89
Media
26
Statuses
66

24 | Software Developer @cdacindia | Full Stack Developer | 1.5 Years of Experience

Joined April 2021
Don't wanna be here? Send us removal request.
@NayanKhade4
Nayan Khade
9 days
🚀 Ever wondered how platforms like @ChatGPTapp or @Meesho_Official redirect you from a pricing page to a branded custom payment URL like "?.Here’s how YOU can set up a custom domain @stripe Checkout flow for your business 👇. #webdevelopment #webdev.
1
0
2
@NayanKhade4
Nayan Khade
4 days
🔁 Exception Propagation in Java :. if an exception isn’t handled in a method, it moves up the call stack to the caller until caught. ⚠️ Unchecked exceptions propagate automatically, checked ones need throws/try-catch. #Java #Exceptions #SDE #interview.
1
0
2
@grok
Grok
3 days
Join millions who have switched to Grok.
156
296
2K
@NayanKhade4
Nayan Khade
4 days
In Java, a Singleton ensures a single instance with global access. Implemented using a private constructor, static instance, and getInstance(). Used in DB, logging, configs & caching. #Java #DesignPatterns.
1
0
1
@NayanKhade4
Nayan Khade
4 days
In Java, if a constructor is private, objects can be created only inside the same class. 🚫 No outside instantiation! ✅ Used in Singletons, Factory methods & Utility classes. #Java #OOP.
0
0
3
@NayanKhade4
Nayan Khade
8 days
💻 Today I solved the "String to Integer (atoi)" problem! . Attached: Problem & Solution. #Code #SDE #Java #LeetCode #ProblemSolving #Java #100DaysOfCode #SoftwareEngineering #CodingJourney
Tweet media one
Tweet media two
0
1
6
@NayanKhade4
Nayan Khade
8 days
💻 Today I solved the "Roman to Integer" problem! . Attached: Problem & Solution. #Code #SDE #Java #LeetCode #ProblemSolving #Java #100DaysOfCode #SoftwareEngineering #CodingJourney
Tweet media one
Tweet media two
Tweet media three
0
0
4
@NayanKhade4
Nayan Khade
8 days
🚀 The Modern Software Stack. In today’s world, building software means working across multiple layers, each with its own role, tools, and technologies. Here are 9 layers that make up most modern applications. #java #webdev #sde #software #technology #jobs.#developer
Tweet media one
1
1
2
@NayanKhade4
Nayan Khade
9 days
🧵Example in Action :. 💡 Example:. - Pricing page → (Customer selects Premium Plan). - Redirects to:.https: //pay.meesho.com/c/pay/cs_test_123abc. - Looks professional, branded, and trustworthy ✅.
0
0
1
@NayanKhade4
Nayan Khade
9 days
🧵Setup Steps:. ⚙️ How Meesho can do it (you too!):. - Go to Stripe Dashboard → Settings → Branding → Domains.- Add as custom domain.- Update DNS → Add CNAME record pointing to Stripe.- Stripe verifies & issues SSL.🎉 Done.
1
0
1
@NayanKhade4
Nayan Khade
9 days
🧵Benefits of Custom Domain:. ✨ Why use a custom payment domain?. - Stronger brand trust (see your domain, not Stripes). - Seamless user experience (consistent brand journey). - Higher conversion rates (less cart abandonment). - PCI compliance + security still handled by Stripe.
1
0
1
@NayanKhade4
Nayan Khade
9 days
🧵Why Not Default Stripe URL?. - By default, Stripe generates checkout links like:. https: //checkout.stripe.com/c/pay/. ⚠️ Problem: Looks less professional for a growing brand. 💡 Solution: Use your own domain → #Coding #sde.
1
0
1
@NayanKhade4
Nayan Khade
9 days
🧵The Flow :. 🛒 User Flow (Meesho Example):. - Customer visits 👉 https: //meesho.com/pricing.- Clicks "Buy Now / Upgrade".- Redirects to 👉 https: //pay.meesho.com/c/pay/. - Smooth, secure, & branded experience!. #WebDesign #webdevfun.
1
0
1
@NayanKhade4
Nayan Khade
9 days
💻 Today I solved the "Maximum Nesting Depth of the Parentheses" problem! Attached: Problem & Solution. #Code #SDE #Java #LeetCode #ProblemSolving #Java #100DaysOfCode #SoftwareEngineering #CodingJourney
Tweet media one
Tweet media two
1
0
4
@NayanKhade4
Nayan Khade
10 days
Tweet media one
0
0
4
@NayanKhade4
Nayan Khade
10 days
💻 Today I solved the "Sort Characters By Frequency" problem! Attached: Problem & Solution. #Code #SDE #Java #LeetCode #ProblemSolving #Java #100DaysOfCode #SoftwareEngineering #CodingJourney
Tweet media one
Tweet media two
Tweet media three
0
0
5
@NayanKhade4
Nayan Khade
11 days
🔥 After 65 years, Dijkstra’s reign ends!.Tsinghua Univ (2025) unveils a faster shortest-path algorithm 🏆 (Best Paper @ STOC). It smashes the “sorting barrier” 🚀.Big for Maps 🌍 AI 🤖 Networks 🌐. Question: How soon before Google Maps & large AI models adopt it?. #Algorithms
Tweet media one
0
0
3
@NayanKhade4
Nayan Khade
11 days
Tsinghua Univ (2025) just shattered the long-standing “sorting barrier” in shortest-path algorithms! 🏆 Their new deterministic SSSP approach runs in O(m·log^(2/3)n)—faster than Dijkstra—and won Best Paper at STOC 2025. About time navigation, AI, & networks got a major boost!.
0
0
1
@NayanKhade4
Nayan Khade
11 days
🚨 65 years later, Dijkstra finally has competition!. Tsinghua researchers (STOC 2025 🏆) unveiled a faster shortest-path algorithm that breaks the sorting barrier. Could Google Maps, networks & AI soon run on this breakthrough? 🤔. #AI #Algorithms #SoftwareEngineering #Java
Tweet media one
1
0
4
@NayanKhade4
Nayan Khade
13 days
✳️ Working:. 1️⃣ You expose a URL in your app (e.g., /webhook/github). 2️⃣ Service (GitHub, Razorpay, etc.) is linked to that URL. 3️⃣ On event (push, payment, message) → it sends HTTP POST with data. 4️⃣ Your app handles it → update DB, send mail, trigger workflow. #java #js.
1
0
1
@NayanKhade4
Nayan Khade
13 days
✳️ Webhook :. Webhook = Instant Notification 📢.A webhook is just an HTTP callback:.“When X happens, send POST to my URL.”. 👉 Example: On GitHub push, a webhook notifies your CI/CD pipeline to start deployment 🚀. #Webhooks #DevTips #WebDev #SDE
Tweet media one
1
0
2