🔥Lets build apis using Kotlin in one shot in Hindi
https://youtu.be/IA_vR1_MBK0
https://youtu.be/IA_vR1_MBK0
YouTube
🔥Lets build apis using Kotlin in one shot in Hindi
In this video we are going to build backed rest apis using kotlin programing language step by step in one video .
Video Content:
00:00 Introduction to video
01:07 Creating New Project
04:58 Understanding Project
07:23 Mysql db Configuration
09:33 ORM TOOL…
Video Content:
00:00 Introduction to video
01:07 Creating New Project
04:58 Understanding Project
07:23 Mysql db Configuration
09:33 ORM TOOL…
👍2
🔥Javascript or Typescript for React Project ?
https://youtube.com/shorts/CH006pklxfc?feature=share
https://youtube.com/shorts/CH006pklxfc?feature=share
YouTube
🔥Javascript or Typescript for React Project ?
Telegram Link for Doubt: https://t.me/learncodewithdurgeshImportant Videos:➡️React JS with Project : https://youtu.be/TjnWtDWFZFc➡️Learn JDBC in one video:h...
Important Notes for Interview related to Data Structures
____________________________________________________
Subscribe to @LearnCodeWithDurgesh for more content.
There are several data structures that are important to know for an interview, and the specific ones that are relevant may depend on the particular job or company. However, some of the most commonly asked about data structures include:
Arrays: Arrays are a fundamental data structure used to store a collection of elements of the same data type in contiguous memory locations. They offer constant-time access to individual elements, but can be slow when it comes to inserting or deleting elements.
Linked Lists: A linked list is a linear data structure where elements are stored in nodes, each containing a value and a reference to the next node in the list. Linked lists offer fast insertion and deletion, but accessing individual elements can be slower than with an array.
Stacks: A stack is a data structure that follows a Last-In-First-Out (LIFO) order, where elements are inserted and removed from the same end. Stacks are often used to implement algorithms and for memory management.
Queues: A queue is a data structure that follows a First-In-First-Out (FIFO) order, where elements are inserted at the back and removed from the front. Queues are often used in computer science for resource allocation and scheduling.
Trees: A tree is a hierarchical data structure where each node has a parent and zero or more children. Trees are often used to represent hierarchical data such as file systems, organization charts, and HTML documents.
Hash Tables: A hash table is a data structure that stores keys and associated values in a table, with keys being mapped to indices using a hash function. Hash tables offer fast retrieval and insertion, but their performance can degrade if the table becomes too full.
Graphs: A graph is a non-linear data structure consisting of nodes and edges that connect them. Graphs are often used to model relationships between objects, such as in social networks or computer networks.
It's important to not only understand how these data structures work, but also their time and space complexities, as well as their strengths and weaknesses. Being able to analyze a problem and choose the appropriate data structure for the task at hand is a crucial skill for any software engineer.
Telegram Link for Doubt: https://t.me/learncodewithdurgesh
Important Videos Links :
➡️React JS with Project : https://youtu.be/TjnWtDWFZFc
➡️Learn JDBC in one video:https://youtu.be/lZbl7Q21t4s
➡️Learn Python in One Video: https://youtu.be/7GYHAJdHFbE
➡️Learn HTML in one video:https://youtu.be/pJ722eVhSNA
➡️Learn HTML form in one video: https://youtu.be/pJ722eVhSNA
➡️Learn JavaScript in one videos: https://youtu.be/bRA0lemc3M0
➡️Learn Form Validation using javascript and jquery:https://youtu.be/gqOZdraPnE8
➡️Learn CSS in one video: https://youtu.be/pJ722eVhSNA
➡️Jquery in one video:https://youtu.be/pJ722eVhSNA
Kotlin is one video:https://youtu.be/poe98Hzh2n4
➡️Complete Python Project - Youtube downloader in one video: https://youtu.be/pJ722eVhSNA
Important Playlist:
➡️ Spring Boot Microservices:
➡️Spring Boot Tutorial with Project : https://www.youtube.com/playlist?list...
➡️Spring MVC Tutorial: https://www.youtube.com/playlist?list...
➡️Complete Spring Framework Tutorial: https://www.youtube.com/playlist?list...
➡️Hibernate Tutorials: https://www.youtube.com/playlist?list...
➡️E-Commerce Project using Java: https://www.youtube.com/playlist?list...
➡️AWS Free Java Hosting Playlist: https://www.youtube.com/playlist?list...
➡️Hibernate Tutorial Playlist: https://www.youtube.com/playlist?list...
➡️Learn Technology in One Vides: https://www.youtube.com/playlist?list...
➡️Programming Tips for Programmers: https://www.youtube.com/playlist?list...
➡️Complete Python for Beginners: https://www.youtube.com/playlist?list...
➡️Important Python Projects: https://www.youtube.com/playlist?list...
➡️Complete Servlet & JSP : https://www.youtube.com/playlist?list...
____________________________________________________
Subscribe to @LearnCodeWithDurgesh for more content.
There are several data structures that are important to know for an interview, and the specific ones that are relevant may depend on the particular job or company. However, some of the most commonly asked about data structures include:
Arrays: Arrays are a fundamental data structure used to store a collection of elements of the same data type in contiguous memory locations. They offer constant-time access to individual elements, but can be slow when it comes to inserting or deleting elements.
Linked Lists: A linked list is a linear data structure where elements are stored in nodes, each containing a value and a reference to the next node in the list. Linked lists offer fast insertion and deletion, but accessing individual elements can be slower than with an array.
Stacks: A stack is a data structure that follows a Last-In-First-Out (LIFO) order, where elements are inserted and removed from the same end. Stacks are often used to implement algorithms and for memory management.
Queues: A queue is a data structure that follows a First-In-First-Out (FIFO) order, where elements are inserted at the back and removed from the front. Queues are often used in computer science for resource allocation and scheduling.
Trees: A tree is a hierarchical data structure where each node has a parent and zero or more children. Trees are often used to represent hierarchical data such as file systems, organization charts, and HTML documents.
Hash Tables: A hash table is a data structure that stores keys and associated values in a table, with keys being mapped to indices using a hash function. Hash tables offer fast retrieval and insertion, but their performance can degrade if the table becomes too full.
Graphs: A graph is a non-linear data structure consisting of nodes and edges that connect them. Graphs are often used to model relationships between objects, such as in social networks or computer networks.
It's important to not only understand how these data structures work, but also their time and space complexities, as well as their strengths and weaknesses. Being able to analyze a problem and choose the appropriate data structure for the task at hand is a crucial skill for any software engineer.
Telegram Link for Doubt: https://t.me/learncodewithdurgesh
Important Videos Links :
➡️React JS with Project : https://youtu.be/TjnWtDWFZFc
➡️Learn JDBC in one video:https://youtu.be/lZbl7Q21t4s
➡️Learn Python in One Video: https://youtu.be/7GYHAJdHFbE
➡️Learn HTML in one video:https://youtu.be/pJ722eVhSNA
➡️Learn HTML form in one video: https://youtu.be/pJ722eVhSNA
➡️Learn JavaScript in one videos: https://youtu.be/bRA0lemc3M0
➡️Learn Form Validation using javascript and jquery:https://youtu.be/gqOZdraPnE8
➡️Learn CSS in one video: https://youtu.be/pJ722eVhSNA
➡️Jquery in one video:https://youtu.be/pJ722eVhSNA
Kotlin is one video:https://youtu.be/poe98Hzh2n4
➡️Complete Python Project - Youtube downloader in one video: https://youtu.be/pJ722eVhSNA
Important Playlist:
➡️ Spring Boot Microservices:
➡️Spring Boot Tutorial with Project : https://www.youtube.com/playlist?list...
➡️Spring MVC Tutorial: https://www.youtube.com/playlist?list...
➡️Complete Spring Framework Tutorial: https://www.youtube.com/playlist?list...
➡️Hibernate Tutorials: https://www.youtube.com/playlist?list...
➡️E-Commerce Project using Java: https://www.youtube.com/playlist?list...
➡️AWS Free Java Hosting Playlist: https://www.youtube.com/playlist?list...
➡️Hibernate Tutorial Playlist: https://www.youtube.com/playlist?list...
➡️Learn Technology in One Vides: https://www.youtube.com/playlist?list...
➡️Programming Tips for Programmers: https://www.youtube.com/playlist?list...
➡️Complete Python for Beginners: https://www.youtube.com/playlist?list...
➡️Important Python Projects: https://www.youtube.com/playlist?list...
➡️Complete Servlet & JSP : https://www.youtube.com/playlist?list...
Telegram
Learn Code With Durgesh ✅
This Channel provide you a technical content like Java Programming , Python Programming , C Programming , PHP Programing , Android Development etc. Learn how to make software using java,Python,android and other programming languages.
👍5🤷♂1
➡️Complete JDBC ( Java Database Connectivity) : https://www.youtube.com/playlist?list...
➡️Complete Java Project : TechBlog: https://www.youtube.com/playlist?list...
➡️Java Swing Projects: https://www.youtube.com/playlist?list...
➡️Java Core Concepts:https://www.youtube.com/playlist?list...
➡️Kya aap Jante hai Series: https://www.youtube.com/playlist?list...
Important Links:
👉Official Website (Source Code): https://learncodewithdurgesh.com/
👉Telegram Discussion Group: https://t.me/learncodewithdurgesh
👉Follow me on Instagram: https://www.instagram.com/durgesh_k_t/
👉Follow on Facebook https://www.facebook.com/learncodewit...
➡️Complete Java Project : TechBlog: https://www.youtube.com/playlist?list...
➡️Java Swing Projects: https://www.youtube.com/playlist?list...
➡️Java Core Concepts:https://www.youtube.com/playlist?list...
➡️Kya aap Jante hai Series: https://www.youtube.com/playlist?list...
Important Links:
👉Official Website (Source Code): https://learncodewithdurgesh.com/
👉Telegram Discussion Group: https://t.me/learncodewithdurgesh
👉Follow me on Instagram: https://www.instagram.com/durgesh_k_t/
👉Follow on Facebook https://www.facebook.com/learncodewit...
Learncodewithdurgesh
Master Code | Learn Code with Durgesh - Free Programming & Coding Courses in Hindi
Welcome to Learn Code with Durgesh, your go-to platform for free programming and coding courses in Hindi! Whether you’re a beginner starting your coding journey or an experienced programmer looking to upskill, we’ve got you covered.Our expert instructors…
👍6❤4🆒1
I tried to find out what 200k people will look like. And this is what I got . Its a huge huge number and I am so grateful to each one of you who trusted me and was there with me on this entire journey till now. Each one of you matter for me. Hopefully I'll get your support like this in future as well. Thank you so much everyone for helping me to reach this milestone. It brings more responsibility on me to provide more useful and helpful content and I'll always stick to my words. Thank you so much guys.
Grateful ❣️❣️
Grateful ❣️❣️
🤩37🫡23❤21👍13👌6❤🔥4🆒3😇2👨💻1💘1
Guys do you want typescript section with angular course
Anonymous Poll
91%
Yes
9%
We already know typescript