- 21
- 7 063
Ankit Kumar
Приєднався 2 січ 2021
Hey, This is Ankit Kumar and welcome to my UA-cam channel. Here you will find..........yes you guessed it right.
Space X catches Starship rocket booster | Space X catch in air | reusable rockets
In this video, I discussed SpaceX’s Starship Catch event, which represents a revolutionary approach to rocket recovery aimed at making space exploration more efficient and sustainable.
Super Heavy booster, the first stage of SpaceX’s Starship launch system, is designed to be fully reusable. Instead of traditional methods involving parachutes or landing legs, SpaceX has developed a cutting-edge system using the launch tower’s "Mechazilla" arms. These massive robotic arms are engineered to catch the descending booster in mid-air after it completes its mission and guides the Starship vehicle into orbit.
When the Super Heavy booster detaches, it performs a controlled descent back toward the launch site. Using grid fins for precise steering and its powerful engines to decelerate, the booster aligns itself with the tower. The Mechazilla arms then capture the booster, which is stabilized and secured to prepare for reuse. This eliminates the need for landing legs, saving weight and improving payload capacity while also enabling rapid turnaround between launches.
Linkedin: www.linkedin.com/in/ankitkrr/
Instagram: _.ankitkum1r
Super Heavy booster, the first stage of SpaceX’s Starship launch system, is designed to be fully reusable. Instead of traditional methods involving parachutes or landing legs, SpaceX has developed a cutting-edge system using the launch tower’s "Mechazilla" arms. These massive robotic arms are engineered to catch the descending booster in mid-air after it completes its mission and guides the Starship vehicle into orbit.
When the Super Heavy booster detaches, it performs a controlled descent back toward the launch site. Using grid fins for precise steering and its powerful engines to decelerate, the booster aligns itself with the tower. The Mechazilla arms then capture the booster, which is stabilized and secured to prepare for reuse. This eliminates the need for landing legs, saving weight and improving payload capacity while also enabling rapid turnaround between launches.
Linkedin: www.linkedin.com/in/ankitkrr/
Instagram: _.ankitkum1r
Переглядів: 44
Відео
Infosys Mysore Training Process complete details | Stream Selection Pretest FA Client Interview
Переглядів 1,9 тис.2 місяці тому
#infy #infytq #pictures #gec #globaleducation #travelling #largestcorporateeducationcentre #infosysmysorecampus #infosys #infosysnews #infosyscampus #mysore #infosysmysore #infydiaries #computerscience #whitehouse #kgfbuilding #corporatevents #bestcenter #itindustry #campuslife #corporateevents #corporatelife #corporate #2024 #besttraininginstitute #youtuber #campuslife #jobseekers #jobnews #tr...
Java - Comparator Interface | Sort HashMap using value | Sort 2d array
Переглядів 635 місяців тому
#javaprogramming #sorting #javatutorial #javatutorialforbeginners #hashmap #interviewquestionsandanswers #interview #codinginterview #codingquestions #codinginterviewquestions #java8 #java8stream #java8interviewquestionsandasnwers #javainterviewquestionsandanswers #javainterviewquestionsandanswersforfreshers #javainterviewquestionsforfreshers #programminginterviewquestionsandanswers #javaprogra...
Infosys Specialist Programmer Assessment and Interview Experience | SP Interview experience 2024
Переглядів 2,5 тис.5 місяців тому
#offcampushiring2023 #offcampusdrive #2024batch #2025batch #2023jobsintamil #offcampushiring2023 #2024batch #jobs #offcampusdrive #knacademy #NaukriLekarRahenge #workindiajobs LinkedIn www.linkedin.com/in/ankitkrr/ Instagram _.ankitkum1r Question link: docs.google.com/document/d/1NYwQOayfmMP8GVrwSQ7QB9kdY8tNhdYh-AA4WZqUvmo/edit
Fraud Job Offering Call #naukri #naukari #job #fake #awareness
Переглядів 988 місяців тому
#job #fraudes #calls #naukri #mnc
Form using HTML, CSS and JavaScript| Store form data in google sheet
Переглядів 84Рік тому
Its an input form created by using HTML, CSS and JavaScript that allows users to submit information which is then Store in a google sheet. website: inputformp.netlify.app/ Source code: github.com/Ankit-KumarP/inputform/blob/main/input form.txt
GuessNumberGame Using HTML, CSS, Java script ✨
Переглядів 65Рік тому
#Hey everyone!😀 I created it by using 𝐇𝐓𝐌𝐋, 𝐂𝐒𝐒, 𝐚𝐧𝐝 𝐉𝐚𝐯𝐚 𝐬𝐜𝐫𝐢𝐩𝐭✨. It is a frontend project that asks the user to guess a number and compare that guessed number with system generated number if the guessed number is greater it displays 𝐆𝐑𝐄𝐀𝐓𝐄𝐑 𝐆𝐔𝐄𝐒𝐒, and if the guessed number is smaller it displays 𝐒𝐌𝐀𝐋𝐋𝐄𝐑 𝐆𝐔𝐄𝐒𝐒. Once the guessed number and system number match, it displays a praise message and t...
Leetcode Question No.: 1 || Two sum problem || Top Interview question
Переглядів 452 роки тому
QuestionLink : TwoSumProblem : leetcode.com/problems/two-sum/description/ Source code : github.com/AnkitKumar-P/twoSum/blob/main/twoSum.txt The two-sum problem : given an array of integers (numbers), like [1, 2, 3], and a target sum number, let suppose 5, return the indexes of elements of array elements that add up to that target sum number. If no two numbers in the array add up to the target n...
Navigation bar in few line using CSS flex box
Переглядів 1022 роки тому
Source code : github.com/AnkitKumar-P/navigationBar/blob/main/nav.txt Having easy-to-use navigation is important for any web site. With CSS you can transform boring HTML menus into good-looking navigation bars. The code here is the used in horizontal navigation bars.
LeetCode QuestionNo. 876,Middle of Linked List solved in LeetCode
Переглядів 2222 роки тому
Sourse code : github.com/AnkitKumar-P/middleOFLL/blob/main/MiddleFinal.txt A linked list is a linear data structure, in which the elements are not stored at contiguous memory locations. The elements in a linked list are linked using pointers. Given the head of a singly linked list, return the middle node of the linked list. If there are two middle nodes, return the second middle node.
LeetCode : Linked List contains cycle or not, DSA Question solved on LeetCode
Переглядів 1022 роки тому
source code : github.com/AnkitKumar-P/linkedList/blob/main/containCycle.txt A linked list is a linear data structure, in which the elements are not stored at contiguous memory locations. There is a cycle in a linked list if there is some node in the list that can be reached again by continuously following the next pointer.
How to host a website For free on Neltify ✨✨
Переглядів 562 роки тому
Here I am going to show you that how you can host your website/projects for free on a platform called Neltify.
ISRO upcoming missions/ISRO Top five upcoming missions.
Переглядів 963 роки тому
ISRO upcoming missions/ISRO Top five upcoming missions.
earth rotation time lapse/earth rotation live/earth rotation visualization/feel earth rotation.
Переглядів 1664 роки тому
earth rotation time lapse/earth rotation live/earth rotation visualization/feel earth rotation.
curious question with answers / what happen if earth stops spinning , what if spinning earth stop.
Переглядів 2514 роки тому
curious question with answers / what happen if earth stops spinning , what if spinning earth stop.