JigCode
JigCode
  • 26
  • 4 758
How NASA build Apollo11 software with only 64 Kb of memory? | Apollo 11 software | Margaret Hamilton
How did NASA manage to land humans on the Moon with just 64KB of memory? In this video, we explore the incredible story behind the Apollo 11 software-the hand-written assembly code, punch cards, and core rope memory that powered the Apollo Guidance Computer (AGC). From the challenges faced by Margaret Hamilton's team to the groundbreaking prioritization mechanism that saved the mission, discover how ingenuity and innovation made history. This is not just a story of space exploration-it's a testament to the brilliance of early computer science. 🚀🌕
If you’re fascinated by the intersection of space and technology, don’t forget to like, comment, and subscribe for more amazing stories!
#Apollo11 #MoonLanding #NASA #SpaceExploration #TechHistory, #coding #programming #margaretHamilton #Hamilton
มุมมอง: 104

วีดีโอ

What is Smart Contract ? | Smart contracts using solidity | Blockchain Development Series - Part 02
มุมมอง 10821 วันที่ผ่านมา
Welcome back to the second video of our Blockchain Development Series! In this tutorial, we dive into smart contracts - what they are, how they work, and how they’re used in the world of blockchain. Learn how to write a basic Solidity program and deploy it using Remix IDE. Whether you're new to blockchain development or looking to strengthen your knowledge, this video will give you the foundati...
How to Build Video Calling App using WebRTC | javascript | webrtc application for broadcasting
มุมมอง 1.7Kหลายเดือนก่อน
📹 Learn how to build a WebRTC-based video chat application in this step-by-step tutorial! 🚀 Perfect for beginners and intermediate developers, this project demonstrates how to create a real-time communication app using WebRTC, Socket.IO, and Node.js. 👨‍💻 What You'll Learn: ✅ How WebRTC works for peer-to-peer communication ✅ Setting up a Node.js server with Socket.IO for signaling ✅ Dynamically ...
Bellman-Ford Algorithm | Shortest Path in Weighted Graphs | Graph Algorithms Explained ( Part 05)
มุมมอง 112หลายเดือนก่อน
In this video, we cover the Bellman-Ford Algorithm, a powerful graph algorithm used to find the shortest path in directed graphs with weighted edges, even when negative weights are involved. This is Part 5 of our Graph Data Structure and Algorithms Series, building on the concepts from previous videos like Dijkstra's Algorithm. 🔑 What You'll Learn in This Video: ✅ How the Bellman-Ford Algorithm...
Introduction to Blockchain Development Series | Why is it important?
มุมมอง 2472 หลายเดือนก่อน
Welcome to the first video in our Blockchain Development Series! 🚀 In this beginner-friendly introduction, we break down the basics of blockchain technology-what it is, why it matters, and how it’s transforming industries worldwide. From understanding how blockchain works to exploring its real-world applications, this video is your starting point to becoming a blockchain developer! In this vide...
Voice Activated Meme Generator | JavaScript | Imgflip API
มุมมอง 682 หลายเดือนก่อน
Create a Meme Generator Using JavaScript & Speech Recognition | Simple Web App Tutorial 🎨💬 In this video, I’ll show you how to build a Meme Generator using JavaScript, HTML, and the Web Speech API! 🎤💻 We’ll use speech recognition to capture voice commands and generate memes dynamically with text based on what you say! You’ll learn how to integrate the Imgflip API to make memes in real-time. Alt...
Graphs 04 | Dijkstra's Algorithm | Find Shortest Path| Java
มุมมอง 1293 หลายเดือนก่อน
Title: Dijkstra’s Algorithm Explained with Priority Queue | Graph Data Structures (Part 4) Description: Welcome to the 4th part of my Graph Data Structures series! 🚀 In this video, I’ll be diving into Dijkstra’s Algorithm and how it helps find the shortest path in a weighted, directed graph using a Priority Queue. We’ll cover: How Dijkstra’s Algorithm works step-by-step. -Using Priority Queues ...
Build a Flask App with Google Maps Integration | Google Maps javascript API | Detailed Explanation
มุมมอง 2273 หลายเดือนก่อน
In this tutorial, I'll guide you through creating a Flask web application integrated with Google Maps using JavaScript. You’ll learn how to incorporate geolocation, display directions, and calculate the distance between two points using the Google Maps JavaScript API. This is a comprehensive step-by-step guide, perfect for beginners looking to merge Flask and Google Maps into their projects. 🔍 ...
dfs graph traversal | graphs 03 | Java | Detailed Explanation
มุมมอง 933 หลายเดือนก่อน
In this video, we’ll dive into the Depth First Search (DFS) algorithm in graphs using Java. DFS is an essential algorithm used for graph traversal, searching, and solving problems like pathfinding and detecting cycles. We’ll start by explaining the core concept of DFS with a simple and clear example, followed by a step-by-step guide to implementing DFS in Java. Whether you’re new to graph algor...
Integrate Payment Gateway to Website | Nodejs | Stripe
มุมมอง 1214 หลายเดือนก่อน
In this comprehensive tutorial, I’ll show you how to integrate a Stripe Payment Gateway into your Node.js application. Learn to create a seamless and secure payment system that accepts credit card payments and processes transactions effortlessly. Whether you're building an e-commerce site, a subscription-based service, or any project requiring payment processing, this video covers everything yo...
Graphs 02 | Graph Traversal | Breadth First Search (BFS) | Java
มุมมอง 494 หลายเดือนก่อน
Welcome back! In this video, we’re diving into Breadth-First Search (BFS) traversal in Java. After covering the basics of graph data structures in our last video, we're now ready to explore BFS, a fundamental graph traversal algorithm used to explore nodes and edges in a graph systematically. What You’ll Learn: - How Breadth-First Search (BFS) works in graph traversal. -Step-by-step implementat...
Graph Data Structures Explained: Basics, Real-World Applications, and More!
มุมมอง 804 หลายเดือนก่อน
Welcome to our deep dive into graph data structures! In this video, we'll explore everything you need to know about graphs, from the basics to their incredible real-world applications. Whether you’re a computer science student, a software developer, or just someone curious about data structures, this video will help you understand the fundamentals of graphs and why they’re so powerful. 📌 What Y...
What is Docker | Cloud Computing | Docker in 4 mins
มุมมอง 654 หลายเดือนก่อน
In this video, I dive into the world of Docker and explain why it’s revolutionizing the way we develop, deploy, and manage applications. Whether you’re a developer, DevOps engineer, or IT professional, understanding Docker can significantly improve your workflow and project efficiency. 🔍 In This Video: Introduction to Docker: What is Docker and why is it so important in modern software developm...
Implementing JWT Authentication in NodeJS | Detailed Explanation
มุมมอง 4325 หลายเดือนก่อน
In this video, I'll walk you through the process of implementing JSON Web Tokens (JWT) in Node.js to enhance the security of your web applications. If you're looking to manage user authentication and authorization effectively, JWT is a powerful tool you'll want to master. What You'll Learn: -What is JWT? Understand the fundamentals of JSON Web Tokens. -Real-Life Examples: How JWT is used in onl...
Build a Real-Time Chat Application with Flask and Socket.IO | Python Tutorial for Beginners
มุมมอง 3345 หลายเดือนก่อน
Welcome to this comprehensive tutorial on building a real-time chat application using Python, Flask, and Socket.IO. This step-by-step guide is perfect for beginners and will teach you how to create a web application with real-time communication capabilities. By the end of this tutorial, you'll have a fully functional chat app that you can customize and expand. 🔴 What You’ll Learn: How to set up...
Flask API tutorial | Python
มุมมอง 855 หลายเดือนก่อน
Flask API tutorial | Python
min stack leetcode || Stacks || Cpp
มุมมอง 215 หลายเดือนก่อน
min stack leetcode || Stacks || Cpp
Forget Password Functionality | Node JS | Nodemailer | Crypto | Step By Step Tutorial
มุมมอง 1816 หลายเดือนก่อน
Forget Password Functionality | Node JS | Nodemailer | Crypto | Step By Step Tutorial
leetcode 700 || Search in Binary Search Tree || Cpp
มุมมอง 526 หลายเดือนก่อน
leetcode 700 || Search in Binary Search Tree || Cpp
LeetCode 328 || Odd Even Linked List || Linked list || Cpp
มุมมอง 416 หลายเดือนก่อน
LeetCode 328 || Odd Even Linked List || Linked list || Cpp
Million Dollar Journey | Chandan Kumar | Golden Eagle Technologies | Tech Entrepreneurship
มุมมอง 956 หลายเดือนก่อน
Million Dollar Journey | Chandan Kumar | Golden Eagle Technologies | Tech Entrepreneurship
LeetCode 2130 || Maximum Twin Sum of LinkedList || C++ || Linked List
มุมมอง 756 หลายเดือนก่อน
LeetCode 2130 || Maximum Twin Sum of LinkedList || C || Linked List
LeetCode 2095 || Linked List || Delete the Middle Element of Linked list || C++
มุมมอง 397 หลายเดือนก่อน
LeetCode 2095 || Linked List || Delete the Middle Element of Linked list || C
Asteroid Collision || LeetCode 735 || Stacks || Vector
มุมมอง 717 หลายเดือนก่อน
Asteroid Collision || LeetCode 735 || Stacks || Vector
TOP 10 Universities in USA for Masters in Computer Science
มุมมอง 847 หลายเดือนก่อน
TOP 10 Universities in USA for Masters in Computer Science
"LeetCode 1004: Max Consecutive Ones III | C++ Solution Explained"
มุมมอง 1037 หลายเดือนก่อน
"LeetCode 1004: Max Consecutive Ones III | C Solution Explained"

ความคิดเห็น

  • @sajeevsankaran4406
    @sajeevsankaran4406 2 วันที่ผ่านมา

    64kb of assembly is too much to write. It will take humungous amount of time to do that manually

  • @kevinusadadiya7941
    @kevinusadadiya7941 23 วันที่ผ่านมา

    Great video to know about smart Contract, thanks for uploading.

  • @jigneshpatel8267
    @jigneshpatel8267 23 วันที่ผ่านมา

    Nice

  • @devEveryWhere2542
    @devEveryWhere2542 หลายเดือนก่อน

    hey greate work would be greate if you could also provide giturl to the viewers

    • @JigCode
      @JigCode หลายเดือนก่อน

      Hey thank you for pointing it out, I have added the github repo link in description. Please check it out :)

  • @kevinusadadiya7941
    @kevinusadadiya7941 หลายเดือนก่อน

    Keep it up🎉

  • @kevinusadadiya7941
    @kevinusadadiya7941 หลายเดือนก่อน

    Greatfull to know about Web RTC

  • @irm9519
    @irm9519 2 หลายเดือนก่อน

    the chat windows do not seem to interact, they log the messages within each window but don't send to each other

    • @JigCode
      @JigCode 2 หลายเดือนก่อน

      Thank you so much for pointing that out! You're right, there seems to be a small error in the code causing the chat windows to log messages independently without sending them to each other. I’ll be updating the code shortly to fix this. If you have any other feedback or questions, feel free to reach out!

  • @kevinusadadiya7941
    @kevinusadadiya7941 3 หลายเดือนก่อน

    Just an suggestion brother, don't write the code first and explain the whole code but you can write line by line and explain it function wise what exactly the piece of line of code does

    • @JigCode
      @JigCode 3 หลายเดือนก่อน

      @@kevinusadadiya7941 Hey, Thanks for your feedback. I usually write the code in my videos but in this video I preferred to just do a walk through as the code was bit lengthy. I will definitely consider this in my upcoming videos

    • @kevinusadadiya7941
      @kevinusadadiya7941 3 หลายเดือนก่อน

      ​@@JigCode sure brother, keep it up

  • @kevinusadadiya7941
    @kevinusadadiya7941 3 หลายเดือนก่อน

    🔥

  • @agamkumar3638
    @agamkumar3638 3 หลายเดือนก่อน

    Keep it up bro!!

  • @jigneshpatel8267
    @jigneshpatel8267 5 หลายเดือนก่อน

    Nice

  • @jigneshpatel8267
    @jigneshpatel8267 5 หลายเดือนก่อน

    Nice

  • @jigneshpatel8267
    @jigneshpatel8267 5 หลายเดือนก่อน

    Nice

  • @dhavalgondaliya8707
    @dhavalgondaliya8707 5 หลายเดือนก่อน

    Nice Explanation 🎉

  • @deadlylive_gaming7154
    @deadlylive_gaming7154 6 หลายเดือนก่อน

    next topic : way to upload file to final db without storing the file in server , that we used to to do traditionally using multer

  • @ayushvekariya
    @ayushvekariya 6 หลายเดือนก่อน

    Very good tutorial with detailed information about OTP notification

    • @JigCode
      @JigCode 6 หลายเดือนก่อน

      Thank you! I am Glad you found it helpful

  • @teeshashah8661
    @teeshashah8661 7 หลายเดือนก่อน

    Let’s go!!

  • @kevinusadadiya7941
    @kevinusadadiya7941 7 หลายเดือนก่อน

    Let's crack it Jignesh🎉