Tech Stack
Tools and technologies used by Shahin Mannan
No tools identified yet
Content Feed
Software Engineer To Tech Entrepreneur - How to approach building MVPs for SaaS
October 27, 2024
In this video, we delve into the journey from software engineering to becoming a tech entrepreneur. I share insights on how to approach building MVPs (Minimum Viable Products) for SaaS (Software as a Service) businesses. If you're a developer looking to transition into entrepreneurship, or if you're already an entrepreneur wanting to learn about building scalable MVPs for SaaS, this video is for you! I discuss strategies, practical tips, and the mindset needed to navigate the SaaS landscape and create MVPs that align with your vision and goals. 👉 Subscribe for more insights on SaaS development, MVP creation, and the tech entrepreneur journey. 👉 Join https://fullstackengineering.io a global marketplace for devs and IT Professionals
Efficiently Merge Two Sorted Lists in JavaScript | LeetCode 21
July 5, 2023
"Unlock the power of JavaScript as we dive into LeetCode 21: Merge Two Sorted Lists. We provide a clear, concise solution, guiding you through each step of this common algorithm problem. Perfect for both new learners and experienced coders seeking to refresh their knowledge! Learn how to merge sorted linked lists efficiently using pointers. This problem is commonly asked in tech interviews, so understanding it is key to your success. Be sure to watch till the end to fully grasp this fundamental coding challenge! Don't forget to like, share, and subscribe for more coding solutions and tutorials. Comment down below if you have any questions or would like us to cover a specific topic. Happy coding!
LeetCode 206 Demystified: Reverse Linked Lists in JS | Visual Guide
June 18, 2023
Demystify LeetCode 206 with our easy-to-understand guide on reversing a linked list in JavaScript. Starting from the head of the list, we walk you through how each node's pointer is flipped to point in the opposite direction. We explain why we initialize a 'previous' node as null, and demonstrate how to safely flip pointers without losing track of the next node. This step-by-step, visual walkthrough breaks down the process into digestible chunks, making it perfect for beginners. By the end of the video, you'll understand the logic behind the solution and be able to implement it confidently yourself. Let's reverse a linked list together!
Fast & Visual Guide: Solving LeetCode Problem 876 in JavaScript | Middle of the Linked List
June 10, 2023
Unravel the solution to LeetCode Problem 876 with our step-by-step JavaScript tutorial. This video provides an in-depth look into how to find the middle of a linked list with an easy-to-follow animation. Ideal for both beginners and advanced programmers, our tutorial explains every bit of the code and how it contributes to the solution. Understand the algorithm, learn how to code it in JavaScript, and get insights into why it works. Whether you're prepping for a coding interview or just want to improve your data structure skills, this video is for you. Don't forget to like, comment, and subscribe for more content on mastering LeetCode problems using JavaScript. Share the video with friends who might find this helpful. Tags: #LeetCode #Problem876 #JavaScript #CodingTutorial #Algorithm #LinkedList #Programming #ComputerScience #CodingChallenge #LearnJavaScript #ProgrammingTutorial #DataStructures #SoftwareEngineering #AlgorithmVisualization #LeetCodeJavaScript #CodingInterview #LeetCodeSolutions #JavaScriptTutorial #AnimatedTutorial #LeetCode876Solution"