My course is very in-depth, you will learn everything about “full-stack development”.
I have made it very simple to understand.
Git: Git is like our personal assistant, which manages all our daily activities in a log book. Technically, Git is software that keeps track of our source code changes. In Git, we store and keep track of our source code. On the other hand, GitHub is like our bank, where we securely store our money. Technically, GitHub is a website that stores our source code.
HTML5:- HTML is Hyper Text Markup Language, which creates the basic structure of our website. I am using HTML 5 which is the newest version of HTML.
CSS3: Cascading Style Sheet is responsible for designing the website.
Javascript:- Javascript is now a complete programing language with the help of NodeJs we can run javascript almost anywhere
If you learn Javascript in depth with my lectures, you will be able to create, desktop software (ElectronJs) and mobile apps (Android and iOS) with React Native. You can build full-stack applications using the MEAN/MERN stack, which internally uses pure Javascript. Finally, Javascript is used everywhere, from your smartphone to drones.
ReactJs Is a widely used frontend framework by most of the top companies in the world. every 9 out of 10 websites uses React for its speedy and dynamic nature. We are also using redux and RTK (Redux Tool Kit ) for managing the state of our application.
Docker:- Docker is like a Virtual Operating system where you can build and deploy your application. You don’t have to worry about local and live environmental differences.
MolecuerJs:- If you want to build a microservice app in NodeJs then you can use moleculerjs to build a microservice app.
Big companies use microservice applications where scalability and performance are the main concerns.
Happy learning and coding! : )
1. Staging
git add .
2. Committing
git commit -m ""
3. Push
git push origin master
1. Staging
git add .
2. Committing
git commit -m ""
3. Push
git push origin master
1. Source Code Management
2. Deployment
Domain
hosting
We will also learn about the paragraph tag (h) and many other things that are basic to developing the website.
CSS3 is the language we use to style a web page.
What is CSS? CSS is used to define styles for your web pages, including the design, layout, and variations in display for different devices and screen sizes. It is one of the most important tools for making a website.
We can also write CSS on the CSS page with the help of the link page in the index HTML sheet.
What are attributes in HTML?
What is margin and padding in css
Types of CSS Selectors
1. CSS Element Selector
2. CSS Id Selector
3. CSS Attribute Selector
4. CSS Universal Selector
5. CSS combinational Selector
6. CSS Pseudo Element Selector
GIT Quz
HTML Quiz
CSS Quiz
HTML - Structure
CSS - Presentation (Designing)
BOOTSTRAP - RWD (Responsive Web Designs)
* Bootstrap Work on 12-Column Grid System
Responsive web design is about using HTML and CSS to automatically resize, hide, shrink, or enlarge, a website, to make it look good on all devices (desktops, tablets, iPads, iPhones, and phones).
How to Create a Website Using Bootstrap. Step
1: Create an HTML page Step
2: Load Bootstrap via CDN or host it locally Step
3: Include jQuery Step
4: Load Bootstrap JavaScript Step
5: Put it all together
* Bootstrap_5 basics
* Advance in HTML CSS and Bootstrap_5
row - Parent
col - Child
col is a Flexible Class
COL - something
col-1 = 1 grid
BS5 BreakPoint
1. xs = extra small
2. sm = small
3. md = medium
4. lg = large
5. xl = extra large
6. xxl = extra extra small
Bootstrap Quiz
BootStrap Quiz