Live Sessions & Webinars: Engage with Expert Talks and Tutorials
Join me for live sessions and webinars covering the latest trends and techniques in web and mobile development. Participate in interactive discussions, coding tutorials, and Q&A sessions to enhance your skills and stay updated with industry advancements.
DOM Manipulation
The Document Object Model is a cross-platform and language-independent interface that treats an XML or HTML document as a tree structure wherein each node is an object representing a part of the document. The DOM represents a document with a logical tree.
Basics of Javascript
JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions.
Javascript Promises
Promises are used to handle asynchronous operations in JavaScript. They are easy to manage when dealing with multiple asynchronous tasks
Javascript CV maker app
Let's use everything we have learnt so far and create a CV maker app by using Javascript😎
Angular blogging system part1
Let's create a blogging system by using angular and firebase
Advance - Javascript Arrays
The 5th edition of ECMA-262 standard aka ES5 introduced really useful methods of the built-in Array object : forEach, every, some, filter, map, reduce, reduceRight.
Basic Problems Solving
Let's solve some basic coding problems by using javascript
Basics of Object Oriented Programming
Let's understand some basic concepts of OOP
Problem Solving - 2
Let's solve some common interview problems by using Javascript
React JS - Getting Started
Let's understand the basic concept of React and single page application (SPA)
React JS - Components
Lets create a basic todo list app by using React JS
Javascript Interview Preparation
Let's cover some basic JS questions for interview
React JS - Functional Components
Let's dive deeper in React component by making functional components and hooks
React - Router, Axios, Hooks
Let's understand how react router works and how can we fetch data from the API by using axios
Firebase + React Crash Course
Let's create app like jira board by using React JS and firebase for the backend
Discussion and Doubt Session
Let's discuss about everything we have learnt so far and clear doubts
Javascript refresher
Let's understand some weird concepts of javascript
Bootstrap & CSS
Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains HTML, CSS and JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components.
Javascript basics
JavaScript, often referred to as the "language of the web," is a dynamic and versatile scripting language empowering the interactive elements that breathe life into websites and applications.
JavaScript Basics Part 2
JavaScript is a high-level, versatile programming language primarily used for creating dynamic and interactive web pages. It was originally developed by Netscape and has become a key component of web development alongside HTML and CSS. JavaScript allows developers to add functionality, interactivity, and behavior to web pages.