- 133
- 33 806
FLYING GRIP ACADEMY
เข้าร่วมเมื่อ 31 ส.ค. 2022
G. Pradeep Reddy
Assistant Professor
Department of C.S.E
JNTUACEA
"Welcome to Flying Grip Academy, your go-to destination for everything programming! 🚀 Dive into a world of coding tutorials, programming languages, software development tips, and industry insights. Whether you're a beginner or an experienced developer, join us on this journey to elevate your programming skills and stay updated with the latest in the tech world. Subscribe now and let's soar together in mastering the art of coding!"
Assistant Professor
Department of C.S.E
JNTUACEA
"Welcome to Flying Grip Academy, your go-to destination for everything programming! 🚀 Dive into a world of coding tutorials, programming languages, software development tips, and industry insights. Whether you're a beginner or an experienced developer, join us on this journey to elevate your programming skills and stay updated with the latest in the tech world. Subscribe now and let's soar together in mastering the art of coding!"
2. Node.js: HTTP Response Codes, Callbacks, REPL, and Promises Explained
@flyinggripacademy
In this video, you'll learn how asynchronous programming works with callbacks, how to use Node.js's interactive REPL environment, and how promises simplify handling asynchronous tasks. This video has you covered with clear examples and practical use cases.
#nodejs
#javascriptframework
#callbacks
#promises
#replay
#asynchronousprogramming
#programming
#NodeDevelopment
#webdevelopment
#codingtutorial
In this video, you'll learn how asynchronous programming works with callbacks, how to use Node.js's interactive REPL environment, and how promises simplify handling asynchronous tasks. This video has you covered with clear examples and practical use cases.
#nodejs
#javascriptframework
#callbacks
#promises
#replay
#asynchronousprogramming
#programming
#NodeDevelopment
#webdevelopment
#codingtutorial
มุมมอง: 65
วีดีโอ
1. Node js Introduction Installation, Packages, and Running Your First Script
มุมมอง 9016 ชั่วโมงที่ผ่านมา
@flyinggripacademy This video covers starting Node JS beginner: installing Node.js, Introduction Installation, Packages, and Running Your First Script, understanding NPM (Node Package Manager), and using it to manage packages.
6. JavaScript Built in Objects, Debugger, Date & Time Methods, and Local Storage Explained
มุมมอง 19421 ชั่วโมงที่ผ่านมา
@flyinggripacademy Learn the essential JavaScript concepts: Local Storage, Debugger, Date & Time Methods, and Built-in Objects. Boost your web development skills with this easy-to-follow guide!
4. Conditional Statements, Loops and Functions in JavaScript
มุมมอง 21414 วันที่ผ่านมา
@flyinggripacademy @JavaScr @java this video, you'll learn how to create, manipulate, and use Conditional statements , loops and functions effectively, along with mastering the art of defining and calling functions.
3. Working with Arrays in JavaScript
มุมมอง 25114 วันที่ผ่านมา
#javascript #fullstack #fullstackdeveloper @flyinggripacademy
2. JavaScript Basics: Classes, Objects, Functions, Data Types & Console Access
มุมมอง 18921 วันที่ผ่านมา
JavaScript Basics Classes, Objects, Functions, Data Types & Console Access @flyinggripacademy @javascriptmastery #javascript .
1. JAVA SCRIPT & TYPES OF JAVA SCRIPT
มุมมอง 33028 วันที่ผ่านมา
@flyinggripacademy @javascriptmastery #javascript
BUILD ANY JAVA PROJECT USING GUI WITH DATABASE PART-3
มุมมอง 3073 หลายเดือนก่อน
BUILD ANY JAVA PROJECT USING GUI WITH DATABASE IN TELUGU #java #teluguprogramming #jdbctutorial #mysql #netbeans17
How to Connect to a Database Using JDBC: Step-by-Step Tutorial PART-2
มุมมอง 1843 หลายเดือนก่อน
How to Connect to a Database Using JDBC: Step-by-Step Tutorial PART-2 #java #teluguprogramming #jdbctutorial #mysql #netbeans17
CORE JAVA COMPLETE PROJECT GUIDANCE IN TELUGU
มุมมอง 4233 หลายเดือนก่อน
How to Connect to a Database Using JDBC: Step-by-Step Tutorial Part-1 #java #teluguprogramming #jdbctutorial #mysql #netbeans17
How to Connect to a Database Using JDBC: Step-by-Step Tutorial Part-1
มุมมอง 3763 หลายเดือนก่อน
How to Connect to a Database Using JDBC: Step-by-Step Tutorial Part-1 #javaexperts #teluguprogramming #jdbctutorial #mysql #netbeans17
JAVA FX Tutorial
มุมมอง 1004 หลายเดือนก่อน
#javatutorial #javafx21 #netbeans17 #netbeans19 #javaprogramming Hi guys in this video i have explained how to use JAVAFX step by step Downloading and installing javafx link: gluonhq.com/products/javafx/ Downloading java21 se to add platform www.azul.com/downloads/?version=java-21-lts&os=windows&architecture=x86-64-bit&package=jdk-fx#zulu compiling from command prompt: C:\java programs:javac mo...
32 Priority Queue
มุมมอง 315 หลายเดือนก่อน
Priority Queue #javaprogramming #java #codingtips #coding #javagenerics
31. QUEUE IN JAVA COLLECTION
มุมมอง 285 หลายเดือนก่อน
Welcome back to Flying Grip Academy! In today's video, we're diving into one of the fundamental interfaces in Java's Collections Framework: the Queue. What You'll Learn: Introduction to Queue: What is a Queue in Java? Discover the concept of the Queue interface, which models a collection designed for holding elements prior to processing. Queue Basics: Explore the core operations provided by the...
23 - JUMP BREAK AND CONTINUE RETURN AND LABEL
มุมมอง 289 หลายเดือนก่อน
23 - JUMP BREAK AND CONTINUE RETURN AND LABEL
21 - CONTROL STRUCTURES SEQUENCING | IF & ELSE IF
มุมมอง 159 หลายเดือนก่อน
21 - CONTROL STRUCTURES SEQUENCING | IF & ELSE IF
17 - INHERITANCE | TYPES OF INHERITANCE
มุมมอง 199 หลายเดือนก่อน
17 - INHERITANCE | TYPES OF INHERITANCE
Very helpfull sir
I don't know how to start the javascript sir.but after seeing this video i am feeling good and getting confidence over basics concepts of js.excellent explanation sir.. Thank you
excellent explanation sir
We understand very well sir 😊
I truly appreciate for taking your time to address all my doubts. Thankyou very much sir❤🎉.
Good evening , Sir! Your explanation of JavaScript is truly outstanding. The way you simplified complex topics really helped me grasp the fundamentals better. Thank you for making such an effort to make learning enjoyable for us! However, I have a few challenging doubts that I would like to clarify: 1)Why is JavaScript called an interpreted language, and how does that impact its performance compared to compiled languages? 2)You mentioned "prototype-based objects" - could you explain how it works and how it differs from class-based programming? 3)What exactly are silent errors in JavaScript? Why do they occur, and how can we identify and fix them? 4)How does JavaScript make client-side programming more efficient compared to server-side scripting? Could you provide a real-world example? 5)Regarding security concerns in JavaScript, why is client-side JS restricted from accessing server-side private data? 6)Among the 3 ways of adding JS to HTML (inline, internal, external), which method is preferred for large-scale projects, and why? 7)You mentioned that placing the <script> tag at the bottom of the <body> tag is beneficial. Could you explain why this is the case? 8)I am still a little confused about event-driven programming. Could you explain the flow of an event with a practical example? 9)What’s the key difference between JavaScript and PHP in terms of execution, and when should we choose one over the other? 10)If multiple JS files are included in a single HTML document, how can we manage conflicts or dependency issues? I would really appreciate your guidance on these doubts, as they are crucial for strengthening my understanding of JavaScript. Thank you once again for your amazing teaching! 😊
Thank you
❤❤❤❤
Fantastic explanation, Sir! Your step-by-step approach to integrating GUI with a database in Java made it so much easier to understand. The examples really helped connect the dots. Just one question-how would you handle transaction management in a multi-threaded Java GUI application when multiple database operations need to be executed in sync? Also, could you touch on best practices for optimizing connection pooling in such scenarios? Thank you for simplifying complex concepts!"
Super explanation sir
Thanks sir
Good explanation sir
thanks for your great explanation bro
Glad it helped
Nice sir...
Thanks moulaali
institutes ki velli amount waste chesukunna sir oke video lo project cheyyadam mottam chepparu... super explanation sir
Thanks
Nice sir...
Very good content sir...❤
❤
Nice explanation sir
Jntua cse 1st yr attendance here 😂 ------>>>
🥰🥰
❤❤ 🕉️🥰🥰 nice explanation sir
Thanks and welcome
Sir , What will be the ip addresses for another three subnets ? As in , in IPv4 subnet cidr block box
Check cider block watch at 4:20 seconds of video 172.31.0.0/16 -20 based up on zones that you are creating south 1a,1b,1c for india, for other countries different ip and regions are there
Nice sir❤❤❤
Hello sir Jay Shree Ram 🙏🚩 Sir AWS S3 buckets ke ware me full ek video banao kese link create kare or uske ware me ea practical session Lao ❤❤❤❤ kyu ki ab Interface vhi thoda sa change hai 🎉🎉
Beo kya me default Subnets fir se bana saktha hu kya ... kyu ki mera default subnets galti se delete ho gaya 😢😢 default subnet pagele jesa hoga ya avhi banane se wo paysa charge karega .... Tell me bro 🎉🎉
Don't delete your vpc if you have deleted vpc you can create by watching this video... For vpc AWS don't charge money it will charge for servers and services that you created and if it is running
Most useful in real time
Super explanation Sir!!!
It will be very helpfull sir
Accendantely i deleted my default subnets in oeregn region.how can i get it back.if i create subnets it have any charges .
for default subnets no charges applicable if you create other than your country origin it will be chargeable
Hello bro plz message ka reply karna I need your help bro 😢😢😢
is it free or any cost ?
Yes do it only if you have deleted subnets accidentally.... If you have created instances for practice delete instance if it is running it will be charged
Clear cut sir ...
Thanks
how to change default ami name
How i restore default subnet of default vpc in aws, if I accedentaly delete it?
this video contains information ... please follow above video ..
Thanks
Thank you sir 💝
Bro i am literally not able to login action on netbeans tomcat please create one full login system instead of hello world or please provide the code for working project please bro
sure thanks for watching it will be updated soon
th-cam.com/video/W9kldd1bKo0/w-d-xo.html
Thnxx very helpful
Most welcome 😊
Exllent work sir. Very very informative vedios😊
Good morning sir
Hi sir
GOOD MORNING
Nice Explanation sir