- Видео 46
- Просмотров 22 163
Geeky Sanjay
Индия
Добавлен 10 июн 2021
Welcome to GeekySanjay! 🚀
Hey there, tech enthusiasts! I'm Sanjay, your go-to guide in the ever-evolving world of IT. Dive into a realm where bits and bytes come to life, and geekiness meets innovation.
🖥️ Tech Unleashed: Join me on a journey through the latest in IT, coding, and all things tech-related. From in-depth tutorials to hands-on coding sessions, GeekySanjay is your one-stop destination for unlocking the mysteries of the digital world
🔧 CodeCraft with Sanjay: Let's decode the secrets of coding together. Whether you're a seasoned developer or just starting, find coding tips, tricks, and projects that elevate your programming prowess
👨💻 About Me: I'm Sanjay Yadav, your friendly neighborhood tech geek. With a passion for all things IT, I'm here to make the complex world of technology fun, accessible, and exciting for everyone
Subscribe, buckle up, and let's journey into tech. GeekySanjay - Where the future is written in code! 💻✨
Hey there, tech enthusiasts! I'm Sanjay, your go-to guide in the ever-evolving world of IT. Dive into a realm where bits and bytes come to life, and geekiness meets innovation.
🖥️ Tech Unleashed: Join me on a journey through the latest in IT, coding, and all things tech-related. From in-depth tutorials to hands-on coding sessions, GeekySanjay is your one-stop destination for unlocking the mysteries of the digital world
🔧 CodeCraft with Sanjay: Let's decode the secrets of coding together. Whether you're a seasoned developer or just starting, find coding tips, tricks, and projects that elevate your programming prowess
👨💻 About Me: I'm Sanjay Yadav, your friendly neighborhood tech geek. With a passion for all things IT, I'm here to make the complex world of technology fun, accessible, and exciting for everyone
Subscribe, buckle up, and let's journey into tech. GeekySanjay - Where the future is written in code! 💻✨
WhatsApp Hight Level System Design: Mock Interview experience
visit us : geekysanjay.com
Watch a real-world mock interview for designing WhatsApp's system. In this video, I share my experience tackling a WhatsApp high-level design question. You'll see how to approach system design problems, learn about key components of messaging apps, and get tips for your own interviews. Whether you're preparing for tech interviews or just curious about how WhatsApp might work behind the scenes, this video is for you. Join me as we break down this popular interview question step by step!
Video Notes:
github.com/geeky-sanjay/class-diagrams/blob/102126fd9126d4a92f1c97315f9253e2717cc855/notes/whatsapp-notes.pdf
HLD Notes
github.com/geeky-sanjay/class-diagrams/blob/102126f...
Watch a real-world mock interview for designing WhatsApp's system. In this video, I share my experience tackling a WhatsApp high-level design question. You'll see how to approach system design problems, learn about key components of messaging apps, and get tips for your own interviews. Whether you're preparing for tech interviews or just curious about how WhatsApp might work behind the scenes, this video is for you. Join me as we break down this popular interview question step by step!
Video Notes:
github.com/geeky-sanjay/class-diagrams/blob/102126fd9126d4a92f1c97315f9253e2717cc855/notes/whatsapp-notes.pdf
HLD Notes
github.com/geeky-sanjay/class-diagrams/blob/102126f...
Просмотров: 460
Видео
Spring Boot interview questions & Answers | Microsoft Spring Boot Interview Preperation
Просмотров 5614 месяца назад
Visit us : geekysanjay.com All courses : www.geekysanjay.com/courses/all-interview-questions/lesson/download-spring-boot-interview-questions-answers/ During the Spring Boot interview, I was asked a variety of questions that covered key topics in system design, RESTful web services, and database management. The interviewer wanted to know why organizations should use frameworks like Spring Boot i...
How to Manage Studies with a Full-Time Job: Time Management Tips || @GeekySanjay
Просмотров 6915 месяцев назад
visit us : geekysanjay.com In this video, I share essential tips for managing your studies while working a full-time job. Learn how to prioritize tasks effectively and create a daily schedule that accommodates both your work and study commitments. By implementing these time management strategies, you can achieve success in both areas without feeling overwhelmed. Watch now to discover practical ...
How to deep copy a nested object | Polyfill in Javascript In Hindi | Javascript Interview Questions
Просмотров 855 месяцев назад
Visit us : geekysanjay.com Notes: www.geekysanjay.com/courses/all-interview-questions/lesson/polyfill/ Welcome to our JavaScript tutorial on mastering deep copy techniques! In this video, we dive deep into the world of deep copying in JavaScript, covering everything you need to know about polyfills, JSON methods, and popular libraries. In this video, you’ll learn: What a polyfill is and why it’...
API Testing using Postman | Beginner Tutorial 2024
Просмотров 1285 месяцев назад
Visit us : geekysanjay.com Welcome to our beginner tutorial on API testing using Postman! In this comprehensive guide, we'll walk you through the basics of API testing, helping you understand how to use Postman to test and automate your APIs effectively. In this video, you'll learn: What is API testing? Introduction to Postman and its interface Setting up Postman for API testing Creating and se...
Low-Level Design 101: Steps and Notes for Learning LLD
Просмотров 5095 месяцев назад
In this comprehensive set of notes, we explore crucial topics for mastering low-level design in software projects, including: GitHub for version control Monolithic Architecture vs. Microservices Developing with Spring Boot Calling 3rd Party APIs Handling Exceptions effectively Using Spring Data JPA for database operations Generating UUIDs (Universally Unique Identifiers) Conducting Unit Testing...
Creating a Spring Boot Project with Spring Initializer
Просмотров 995 месяцев назад
visit us : geekysanjay.com In this video, we'll learn how to set up a project step-by-step in Java Spring Boot. I'll explain the important Maven dependencies needed to set up a basic project with a database. We'll go through the Spring Boot folder structure and cover key configuration settings in the application.properties file. Finally, we'll create a demo API and test it using Postman. Let's ...
Building a Payment Microservice with Razorpay Integration using Java Spring Boot, Step-by-Step Guide
Просмотров 2 тыс.6 месяцев назад
visit us : geekysanjay.com Tutorial Link www.geekysanjay.com/courses/backend-low-level-design-4/lesson/step-by-step-guide-to-building-a-payment-microservice/ In this tutorial, we'll guide you through the process of building a robust payment microservice with Razorpay integration using Java Spring Boot. Whether you're a beginner or an experienced developer, this step-by-step video will help you ...
How to create AWS RDS Mysql Instance & Connect from MySQL Workbench || Connect to RDS from MySQL
Просмотров 1,3 тыс.6 месяцев назад
visit us : geekysanjay.com AWS EC2 Instance : ruclips.net/video/s_oECQU8mpI/видео.html&pp=ygUMZ2Vla3kgc2FuamF5 Learn how to set up an AWS RDS MySQL instance and establish a connection from MySQL Workbench, all from the comfort of your local environment. This step-by-step tutorial guides you through the process of creating an AWS RDS MySQL instance, configuring security settings, and seamlessly ...
How to Create an EC2 Instance in AWS and connect with Windows, Linux and mac.
Просмотров 2486 месяцев назад
visit us : geekysanjay.com Welcome to our step-by-step guide on creating an EC2 instance in AWS and connecting to it from Windows, Linux, and Mac systems! 🚀 In this tutorial, you'll learn: 🔹 Setting Up Your EC2 Instance: We’ll walk you through the process of launching a new EC2 instance on AWS, from choosing the right instance type to configuring security groups. 🔹 Connecting from Windows: Disc...
Easy Login and Logout Authentication & Authorization with Spring Boot | Step-by-Step Guide
Просмотров 3126 месяцев назад
My Instagram :- geekysanjay Welcome to our beginner-friendly tutorial on authentication, and authorization Spring Boot! Learn how to easily set up user registration, authentication, and authorization in your Spring Boot application with this step-by-step guide. Link to Tutorial on Website: www.geekysanjay.com/courses/backend-low-level-design-4/lesson/step-by-step-guide-how-to-cre...
Easy Signup Authentication & Authorization with Spring Boot | Step-by-Step Guide
Просмотров 4076 месяцев назад
My Instagram :- geekysanjay Welcome to our beginner-friendly tutorial on authentication, and authorization Spring Boot! Learn how to easily set up user registration, authentication, and authorization in your Spring Boot application with this step-by-step guide. Link to Tutorial on Website: www.geekysanjay.com/courses/backend-low-level-design-4/lesson/step-by-step-guide-how-to-cre...
Java Interview Experience : SELECTED | Low Level Design | LLD2 | Mock Interview
Просмотров 2706 месяцев назад
Visit us : geekysanjay.com Mock questions www.geekysanjay.com/courses/all-interview-questions/lesson/mock-qutions/ Important example code for Mock github.com/sanjay24i/LLD2-Java-code-example/tree/346087661fd67df77cf091b4b97a66ad806cb68a/src/main/java/org/example In this video, I'm sharing my experience from a recent Java mock interview. I'll talk about the previous mistakes I made and how they ...
How to generate a Personal Access Token || Git Hub @GeekySanjay
Просмотров 2236 месяцев назад
Visit us : www.geekysanjay.com/ Video Notes: www.geekysanjay.com/courses/git-and-github/lesson/personal-access-token/ A Personal Access Token (PAT) is a secure authentication method used to grant access to a user or application without requiring a username and password. It consists of a unique string of characters that serves as a temporary access credential, typically used for API interactions...
500 Subscriber Celebration || Introducing Our New Website with All Your Favorite Notes!@GeekySanjay
Просмотров 5357 месяцев назад
500 Subscriber Celebration || Introducing Our New Website with All Your Favorite Notes!@GeekySanjay
How to find MAX CHARACTER in a string using Javascript || @GeekySanjay
Просмотров 977 месяцев назад
How to find MAX CHARACTER in a string using Javascript || @GeekySanjay
Submit assignment from Local ( IntelliJ and VS code ) to Scaler
Просмотров 8527 месяцев назад
Submit assignment from Local ( IntelliJ and VS code ) to Scaler
Machine Coding Interview Experience : SELECTED | Low Level Design | LLD3 | Mock Interview
Просмотров 9527 месяцев назад
Machine Coding Interview Experience : SELECTED | Low Level Design | LLD3 | Mock Interview
How to create an "Add Menu" feature in a restaurant management system.
Просмотров 3567 месяцев назад
How to create an "Add Menu" feature in a restaurant management system.
Low Level series coming soon || Stay Tuned
Просмотров 2307 месяцев назад
Low Level series coming soon || Stay Tuned
Java Interview Experience -1 | LLD2 | Low Lavel Design | My Failure as My Challenge!
Просмотров 8297 месяцев назад
Java Interview Experience -1 | LLD2 | Low Lavel Design | My Failure as My Challenge!
"Understanding GitHub Repositories: A Comprehensive Guide"
Просмотров 1197 месяцев назад
"Understanding GitHub Repositories: A Comprehensive Guide"
Mastering Git Branching: Level Up Your Code Collaboration Game!
Просмотров 1237 месяцев назад
Mastering Git Branching: Level Up Your Code Collaboration Game!
Mastering Java: Your Ultimate Guide from Basics to Advanced (Part-2)
Просмотров 1508 месяцев назад
Mastering Java: Your Ultimate Guide from Basics to Advanced (Part-2)
Mastering Palindromes: JavaScript Solution for Interview Success in DSA
Просмотров 2158 месяцев назад
Mastering Palindromes: JavaScript Solution for Interview Success in DSA
Mastering Java: Your Ultimate Guide from Basics to Advanced
Просмотров 4368 месяцев назад
Mastering Java: Your Ultimate Guide from Basics to Advanced
Mastering Git History: Effective Gitlog Management Strategies
Просмотров 1678 месяцев назад
Mastering Git History: Effective Gitlog Management Strategies
Master Git: A Comprehensive Local Repository Tutorial for Git!
Просмотров 2918 месяцев назад
Master Git: A Comprehensive Local Repository Tutorial for Git!
Getting Started with GitHub: A Beginner's Guide to Collaborative Coding
Просмотров 2238 месяцев назад
Getting Started with GitHub: A Beginner's Guide to Collaborative Coding
Mastering MySQL: Step-by-Step Installation Guide
Просмотров 2838 месяцев назад
Mastering MySQL: Step-by-Step Installation Guide
After pushing changes to the staging branch, simply click the sync button in the bottom left of VS Code to fetch updates from the server.
not sure how exactly is 80/20 rule applicable here , not making any sense
The 80/20 rule, or Pareto principle, can be applied to DAU (Daily Active Users) to explain user behavior. It means that around 80% of the activity on the platform might be driven by just 20% of the users. This helps us identify the most engaged users and focus on features or improvements that cater to them, ensuring that the majority of the value comes from the efforts targeting this highly active user group.
@@GeekySanjay don't think it would be applicable for messaging platforms, it's more suitable for photo sharing or content sharing platforms like RUclips , linkedin , instagram, twitter etc
The 80/20 rule can still apply to messaging platforms like WhatsApp. While 20% of users actively send most messages or share content, 80% might only read or respond occasionally. It’s just a different type of 'content' compared to platforms like Instagram or RUclips where we can apply 80/20/1 in social media
@@GeekySanjay respectfully disagree , i still feel whatsapp/ messaging systems are both read and write heavy, anyways it depends on the interviewers.
Great video, I'm actually implementing something like this , good info
Glad it was helpful!
Good information, could be more confident and explanatory !! All the best
Thanks, I will
Long way to go Sanjay ❤❤
❤❤❤❤❤❤❤
I didn't get it. Just to reachout to the Scaler support team why they send us to the Intellij Coupon?
Perfect Sanjay..
Thanks Sanjay for sharing this information with us it's really helpful
Thanks for your kind words
Sir can you please explain how to npm plugin works in intellij idea and the whole thing from installation to configuration inside intellij.
This video might help you. I explained here in detail ruclips.net/video/_MmSSunw_gM/видео.html
thank you bro
Thanks, Keep watching
Hey Thankyou for resource, can you please share doc link, I have pinged you on whatsapp too
It is in the video description. please visit below link and scroll and you will find it below the video on website link www.geekysanjay.com/courses/backend-low-level-design-4/lesson/download-notes-4/?page_tab=files
Good videos Sanjay but actually interview is better than this type of video
Thank you for your comment. You are right, a live interview would be more helpful. However, I made this video to assist others in preparing for interviews, and I simply want to avoid copyright issues by sharing the original video but i will try othor solution to avoid it.
It would be great and very helpful if you could create videos about asynchronous programming in JavaScript, covering topics like Promises, Fetch, async/await, etc. Thank you in advance!
Great suggestion! I am also thinking the same. soon i will share a video on it.
It would be great and very helpful if you could make a video on how to flatten JavaScript objects. Thank you!
Sure thing!. i will create soon
This man is symbol of Hard work and consistency. I have never seen someone in my entire life working so hard for something. God bless you brother.
Wow, Thank you so much for your kind words! Your support means a lot to me. God bless you too, brother
Interesting
Thanks! You can also watch the second video of my Java interview, where I achieve success after learning from my mistakes ruclips.net/video/oNRsdMvcEWY/видео.html
Geeky sanjay on top 💖👍
Thanks for appreciation
good video, motivating... As usual shreesh sir is just awesome
Yes True . So nice of you.
Good videos Sanjay
Thanks
🙌👏
Thanks
Glade to see you ..hope you will cover lot many concepts codes in your channel,
I will try my best
Thank you! This was very helpful!!
Glad it was helpful!
Hello Sanjay, To get API keys, do we need to add our website to the dashboard?
No, it is not necessary to add a website to obtain the payment key. As you can see, I developed it locally only.
@@GeekySanjay When I try to get those API keys, it asks me website, even in the test mode I'm not able to get those keys. I raised help request they told me add a website to get those keys.
you can use localhost or 127.0.0.1 to refer to your local machine
@@GeekySanjay I tried that too , but they are rejecting it while verifying the website
@@udhaya8489 let's connect on gmeet I want to see what is the issue
thanks! that helps a lot!
Glad it helped!
Very nice and easy to explain - Thanks
Glad it was helpful!
Why we are keeping expenseId in group table since we can have multiple expense in a group ?
Yes, you are correct. It was added incorrectly. It should be a many-to-many (M:M) relationship. To handle this, you can create an additional table, GroupExpense, with the following columns: group_expense_id, group_id, and expense_id.
Link for Scaler support team?
You can find support link on your dashboard or you call him for support 080 61174477
Its a great resource sanjay thank you
Thanks
Hi Sanjay, a small suggestion. Please add index in the pdf. People will get to contents in it. Without index, its just any other pdf.
Hi Varun, Thanks for the suggestion. I already added the index in Google Docs, but the outlines are not being exported when I save it as a PDF. I'm trying to figure this out as soon as possible.
Thanks Sanjay bhai
You are welcome. Keep watching.
Thanks sanjay
Thanks for watching and engaging this video
Thanks a lot Sanjay, much useful
Glad it helped
have you created list? please share the link of all
Can you please specify which list you are referring to so that I can provide more information on that topic?
thanks sanjay great notes
You're welcome. I will continue to add additional notes for other topics like HLD (High-Level Design) and Product Management.
nice video sanjay:)
Thank you so much 😀
Thank you so much for this video sanjay, great explanation :)
Glad it was helpful!
Hello Sanjay, First of all, Great work on the tutorial!! I followed it step by step and was able to reach till the end. But when I mark a test payment as success by clicking green success button in RazorPay link, I get "the id provided does not exist, BAD REQUEST". How to resolve this error? I checked that I have added correct test key and secret in environment variables, and even I am running configuration when I run the Spring Boot app.
I'm glad to hear that you found the tutorial helpful! Regarding the error message you're encountering, "the id provided does not exist, BAD REQUEST," it may be related to Regarding the issue of Visa test cards not working with the Razorpay test environment, it's a common problem faced by developers. Please attempt using the test card number "4718 6091 0820 4366" and inform me of the results. If you encounter any further issues, please share your Git repository with me at shubh24i@gmail.com
@@GeekySanjay hello Sanjay. Actually the error got resolved, not by using the test cards, but using the real cards number, with random cvv and expiry dates. That trick worked. Even the other payment modes started working then. Thanks for response anyways!
@Geeky Can you also upload complete fakestore implementation
Thanks, Here you can find the repository for fakeStore github.com/geeky-sanjay/shop.git
Any dates, when this is going to start?
It is already started Please visit ruclips.net/video/TjejolHm4dg/видео.html
Thank you
You are welcome. Keep watching
Thank you
You're welcome
Great video, I'm actually implementing something like this right now, and you gave me some very good insight!
Thanks, I am glad it is helpfull for you
Good videos Sanjay and helpful
Glad to hear that
Nice Video Sanjay:)
Thanks for watching
Great video 🎉
Thank you so much. Stay tuned for more tutorials coming soon!
Too helpful. Looking forward to have more such videos.
Thank you so much for your kind words! I'm glad you found the video helpful. Stay tuned for more tutorials coming soon! If you have any specific topics you'd like me to cover, feel free to let me know. Happy coding! 😊
Good videos Sanjay
Thanks
Good job Sanjay ! Keep the good work up 💪💯
Thanks for watching
Nyc video please make more video's
Thanks for your support, soon I will post video of login and logout