01/07/2024
https://www.youtube.com/watch?v=DsDBpD5z-JM
Understanding Objects in JavaScript | Telugu
Objects in JavaScript are collections of properties, where a property can be described as a simple key-value pair. These properties can take basic (primitive...
10/06/2024
https://youtu.be/M-LBYm9WQco
SSH Config for Multiple Git Accounts | Working With Git
Git will not allow using the same SSH key in multiple accounts. It may be possible if you use the same key in different domain, but it is not recommended bec...
30/05/2024
https://youtu.be/etVYfvZmoiw?feature=shared
Using Async and Await | JavaScript for Beginners in Telugu
Let's have a session on how to use async and await to make working with promises easy in JavaScript.Wanna skip?0:15 The Concept3:56 The Code7:08 Try - CatchY...
30/05/2024
https://youtu.be/WW8LyyT6bHE?feature=shared
Understanding Promises In Depth for Beginners | Telugu
You're going to learn promises in JavaScript from this video. If you have any doubts, feel free to post them in the comments.Related videos you may need to w...
09/02/2023
https://youtu.be/qqaAx1FLthQ
What is Callback Hell in JavaScript | Explanation with Example | Telugu
What exactly is callback hell? Let us try to understand using a real time example in JavaScript.If you're not familiar with callbacks in JavaScript, watch th...
30/01/2023
https://youtu.be/5cLUgpItOH0
Callback Functions For Absolute Beginners | Telugu Programming Tutorial
In this video we're taking a dive into callback functions, especially for beginners.I recommend watching Sync vs Async video: https://youtu.be/yZGDgFJpqOAIf ...
26/01/2023
https://youtu.be/yZGDgFJpqOA
Synchronous vs Asynchronous | JavaScript Concepts | Telugu
Let's learn the difference between synchronous and asynchronous code!Music Credits: Track: PLEEG - Home [NCS Release]Music provided by NoCopyrightSounds.Watc...
26/01/2023
https://youtu.be/gAPX51SWnjk
Git and Repository Setup With SSH | Telugu
In this video, we are setting up git to make code sharing possible.Music Credits:"Alex Productions - Whistle" is under a Creative Commons (CC BY 3.0) license...
26/01/2023
https://youtu.be/SZkxtpCxDRI
Setting Static IP Without User Interface in Ubuntu Server 22.04 | Quick Run Episode 01
I have started the series: Quick Run, to share configuration and setup videos. In this video, we are going to set a static IP address on Ubuntu Server withou...
26/01/2023
https://youtu.be/aZnhJlgo46A
How to Setup Ubuntu Server on Virtual Machine | VS Code Remote SSH | Telugu
We will be installing Ubuntu Server on VM with Remote SSH configuration so that VS Code can access the server through Remote SSH.This video is a part of init...