API request and V8 engine | chai aur #javascript

preview_player
Показать описание
#javascript #hindi
Sara code yaha milta h

Discord pe yaha paaye jaate h:
Instagram pe yaha paaye jaate h:
Рекомендации по теме
Комментарии
Автор

Time stamp
2:00 - main API topic.
8:40 - XML https concept(Ajex).
21:49 - conversation to JSON Data.
22:35 - Assignment.
24:30 - v8 Engine.
❤❤❤
Thank you so much for your content 🎉

malayakumar
Автор

I was just leaving every course in the middle when I was learning from other sources(even paid courses).
Then I got to know about your series and within 15 days, I have reached completed 39 lectures
and I will finish this before Ind vs Pak match.
Thank you so much sir😇😇😇😇😇😇

I have never praised anyone in the comment section as much as you ever since I am using YT (5 years now)

ppriyansh
Автор

You changed my life, I was suffering from financial problems. I wanted to do something for my family, I wanted to fulfill basic needs, by the help of your this Series, I am raising my confidence day by day...
Thank you so much sir 😊

This series is very helpfull sir

aakritismn
Автор

I've heard people say, "If something's free, you're the product, " and it got me thinking about your videos.
I've been quietly watching and learning from them, even though I've never commented before. Your teaching style is awesome and easy to follow. Thanks for being such a great teacher!❤
Sir please reply 🥺

ayandippaul
Автор

V8 engine -- timestamp 23:18 as per Hitesh Sir, very well understanding video about console. log and story of previous API model . We will want next video very soon sir ji ❤

mollahasim
Автор

best series jo maine ab tk dekhi h thank you for that and please aage bhi aisse hi banate

anmolvashisth
Автор

Allow me to take this moment to extend my heartfelt gratitude once again, specifically directed to your teaching way, Hitesh sir.

soniyaprasad
Автор

sir jitna bhi thanx ya shukriya krna chaho to kam h pr course top notch h....

ggtkhch
Автор

I am incredibly grateful to have such an exceptional mentor who has been guiding me through the world of JavaScript. Sir teaching style is impeccable, making complex concepts seem effortless and approachable...❤❤❤

shoaibhasan
Автор

I'm glad to learn this in 2024, since 2years before this type of content is not available in the youtube. Every youtuber just showing general concept.

amit_
Автор

Love you sir, You changed my life, I was suffering from financial problems. I wanted to do something for my family, I wanted to fulfill basic needs, by the help of your this Series, I am raising my confidence day by day...
Thank you so much sir 😊

Rishav
Автор

plz bring more such videos, there are only few youtubers who bring such in depth tutorials like you. Thank you for you efforts

shubhamrathod
Автор

API requests and the V8 engine are two separate concepts, but they are both relevant to web development, particularly when working with JavaScript.

API Requests:
An API (Application Programming Interface) is a set of rules and protocols that allows different software applications to communicate and interact with each other. In the context of web development, APIs are commonly used to request and exchange data between a client (usually a web browser or a mobile app) and a server.

API requests are a way for the client to request specific data or perform certain actions from the server. This is typically done using HTTP methods like GET, POST, PUT, DELETE, etc. The client sends a request to the server, and the server responds with the requested data or performs the requested action.

For example, in JavaScript, you can make API requests using various methods, such as the fetch() function or libraries like Axios or jQuery. Here's a simple example using fetch():

javascript
Copy code
.then(response => response.json())
.then(data => {
// Process the data received from the API
console.log(data);
})
.catch(error => {
console.error('Error fetching data:', error);
});
V8 Engine:
The V8 engine is an open-source JavaScript engine developed by Google. It is at the core of many modern web browsers, including Google Chrome and Chromium-based browsers, as well as Node.js. The primary purpose of the V8 engine is to execute JavaScript code in these environments.

The V8 engine is responsible for translating JavaScript code into machine code that the computer's processor can execute. It uses Just-In-Time (JIT) compilation to optimize the performance of JavaScript execution.

Because of its efficiency and speed, the V8 engine significantly improves the performance of JavaScript applications and allows developers to build complex and high-performance web applications.

In summary, API requests and the V8 engine are both essential components of modern web development. API requests enable communication and data exchange between clients and servers, while the V8 engine optimizes the execution of JavaScript code, making it possible to build fast and efficient web applications.

ektowfu
Автор

@22:35 Assignment
Card HTML :
<div class="card">
<img src="img_avatar.png" alt="Avatar" style="width:100%">
<div class="container">
<h4>John Doe</h4>
<p>Architect & Engineer</p>
</div>
</div>

CSS For Card
<style>
.card {
/* Add shadows to create the "card" effect */
width: 500px;
height: 600px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
transition: 0.3s;
}
.container {
padding: 2px 16px;
}
</style>

JS Code :
After you fetch data :
document.querySelector(".card img").setAttribute("src", `${data.avatar_url}`);
= `${data.name}, Followers : ${data.followers}`;
= `bold`;
= `${data.bio} ${data.blog}`

ramansworld
Автор

best javascript series on whole youtube .. salute to this man

nainsirajput
Автор

Love you most sir, Thanx for your hardwork for making us JavaScript Programmer

SumiTShArmA-spih
Автор

not only you explained the concept intricately, but also aspired to learn from fundamental basics.

banditkov
Автор

amazing series sir, please make series for css also, i anybody else feels the same, make it reach our mentor

jags_
Автор

You are awesome, thank you for providing such quality for free.

ratansharma
Автор

Sir hum bas es intizar m hoty hai kabb new video ayega 😭😭....Your way of teaching is unmatchable ❤️❤️....Love from Pakistan 🇵🇰🇮🇳

saqibullah