
Featured
MERN Stack Developer
With a focus on practical skills and real-world applications, this comprehensive course dives deep into each component of the MEAN stack, including authentication, routing, real-time communication, and deployment strategies.
Free
Curriculum
HTML
- Chapter 1 – IntroductionDuration :
- 1. HTML IntroductionDuration :
- 2. HTML WorkingDuration :
- 3. HTML InstallationDuration :
- 5. HTML Page StructureDuration :
- 6. HTML TagsDuration :
- 7. HTML ElementsDuration :
- 8. HTML AttributesDuration :
- 9. HTML CommentsDuration :
- 10. HTML Id & ClassesDuration :
- Chapter 2 – HTML basic tagsDuration :
- 1. Skeletal TagsDuration :
- 2. Heading TagsDuration :
- 3. Paragraph TagDuration :
- 4. Horizontal Line TagDuration :
- 5. Line Break TagDuration :
- 6. Anchor TagDuration :
- 7. Image TagDuration :
- 8. Pre TagDuration :
- Chapter 3 – Inline & Block ElementsDuration :
- 1. HTML Inline ElementsDuration :
- 2. HTML Block ElementsDuration :
- Chapter 4 – HTML ListsDuration :
- 1. HTML ListsDuration :
- 2. HTML Unordered ListDuration :
- 3. HTML Ordered ListDuration :
- 4. HTML Definition ListsDuration :
- Chapter 5 – HTML TablesDuration :
- 1. HTML TablesDuration :
- 2. More on TablesDuration :
- Chapter 6 – HTML FormsDuration :
- 1. Introduction to HTML FormsDuration :
- 2. HTML Input TypesDuration :
- 3. Textarea & SelectDuration :
- 4. More on formsDuration :
- Chapter 7 – Head ElementsDuration :
- 1. HTML Meta TagsDuration :
- 2. Link & Script TagsDuration :
- Chapter 8 – HTML MediaDuration :
- 1. Video & Audio TagsDuration :
- 2. SVG in HTMLDuration :
- 3. iFrames in HTMLDuration :
- Chapter 9 – Miscellaneous TagsDuration :
- 1. HTML Code TagDuration :
- 2. HTML Semantic TagsDuration :
- 3. HTML CanvasDuration :
- 4. HTML Global AttributesDuration :
- 5. HTML EntitiesDuration :
- 6. HTML Quotation TagDuration :
- 7. Obsolete HTML TagsDuration :
- 8. Character SetsDuration :
CSS
- Chapter 1 – IntroductionDuration :
- 1. Information & HistoryDuration :
- 2. Your first CSS websiteDuration :
- 3. How CSS works?Duration :
- 4. Syntax of CSSDuration :
- 5. Ways to add CSSDuration :
- 6. CSS SelectorsDuration :
- 7. CSS CommentsDuration :
- 8. CSS SpecificityDuration :
- Chapter 2 – PropertiesDuration :
- 1. CSS ColorsDuration :
- 2. CSS BackgroundsDuration :
- 3. CSS BordersDuration :
- 4. CSS ImagesDuration :
- 5. CSS Video EmbeddingDuration :
- 6. CSS FontsDuration :
- 7. CSS Text StylingDuration :
- 8. CSS Box ModelDuration :
- 9. CSS PaddingDuration :
- 10. CSS MarginDuration :
- 11. CSS HoverDuration :
- 12. CSS CursorsDuration :
- 13. CSS List StylesDuration :
- 14. CSS LinksDuration :
- 15. CSS CombinatorsDuration :
- 16. CSS Pseudo-classesDuration :
- 17. CSS ButtonsDuration :
- 18. CSS OverflowDuration :
- 19. CSS FloatDuration :
- 20. CSS !importantDuration :
- 21. CSS Maths FunctionsDuration :
- 22. CSS SizeDuration :
- 23. CSS PositioningDuration :
- 24. CSS Z-indexDuration :
- 25. CSS FormsDuration :
- 26. CSS Navigation BarDuration :
- Chapter 3 – DesigningDuration :
- 1. CSS DisplayDuration :
- 2. CSS FlexBoxDuration :
- 3. CSS GridDuration :
- 4. CSS Media QueriesDuration :
- Chapter 4 – Advance TopicsDuration :
- 1. CSS 2D TransformDuration :
- 2. CSS TransitionsDuration :
- 3. CSS Border ImagesDuration :
- 4. CSS GradientsDuration :
- 5. CSS InheritDuration :
- 6. CSS ShadowsDuration :
- 7. CSS ToolTip TextDuration :
- 8. CSS MaskingDuration :
- 9. CSS PaginationDuration :
- 10. CSS Media Queries AdvancedDuration :
- 11. CSS AnimationsDuration :
- Chapter 5 – FAQ’sDuration :
- 1. QuestionsDuration :
JavaScript
- 1. JS IntroductionDuration :
- 2. JS ExecutionDuration :
- 3. Node.js InstallationDuration :
- Chapter 2 – JavaScript VariablesDuration :
- 1. What are Variables?Duration :
- 2. Variable Naming RulesDuration :
- 3. Primitives and ObjectsDuration :
- 4. Operators and ExpressionsDuration :
- 5. var vs let vs constDuration :
- Chapter 3 – JavaScript BasicsDuration :
- 1. If else conditionalsDuration :
- 2. If else ladderDuration :
- 3. Switch caseDuration :
- 4. Ternary OperatorDuration :
- 5. For LoopsDuration :
- 6. While LoopDuration :
- 7. FunctionsDuration :
- Chapter 4 – JavaScript ObjectsDuration :
- 1. StringsDuration :
- 2. Arrays and Array MethodsDuration :
- Chapter 5 – DOM & BOMDuration :
- Chapter 6 – OOP’sDuration :
- 1. ClassDuration :
- 2. ObjectsDuration :
- 3. ConstructorDuration :
- 4. Static MethodDuration :
- 5. EncapsulationDuration :
- 6. InheritanceDuration :
- 7. PolymorphismDuration :
- 8. AbstractionDuration :
TypeScript
- Chapter 1 – Introduction.Duration :
- · What is TypeScript?Duration :
- · Features of TypeScriptDuration :
- · Why Use TypeScript?Duration :
- · Components of TypeScriptDuration :
- Chapter 2 – Environment SetupDuration :
- · Local Environment SetupDuration :
- · Installing Node.jsDuration :
- · IDE SupportDuration :
- · Visual Studio CodeDuration :
- · BracketsDuration :
- Chapter 3 – TypeScript – Basic SyntaxDuration :
- · Your First TypeScript CodeDuration :
- · Compile and Execute a TypeScript ProgramDuration :
- · Compiler FlagsDuration :
- · Identifiers in TypeScriptDuration :
- · TypeScript ─ KeywordsDuration :
- · TypeScript and Object OrientationDuration :
- Chapter 4 – TypeScript – TypesDuration :
- · The Any typeDuration :
- · Built-in typesDuration :
- Chapter 5 – TypeScript – VariablesDuration :
- · Variable Declaration in TypeScriptDuration :
- · Type Assertion in TypeScriptDuration :
- · Inferred Typing in TypeScriptDuration :
- · TypeScript Variable ScopeDuration :
- Chapter 6 – TypeScript – OperatorsDuration :
- Chapter 7 – TypeScript – Decision MakingDuration :
- Chapter 8 – TypeScript – LoopsDuration :
- Chapter 9 – TypeScript – FunctionsDuration :
- Chapter 10 – TypeScript – NumbersDuration :
- Chapter 10 – TypeScript – NumbersDuration :
- Chapter 11 – TypeScript – StringsDuration :
- · String MethodsDuration :
- Chapter 12 – TypeScript – ArraysDuration :
- · Features of an ArrayDuration :
- · Declaring and Initializing ArraysDuration :
- · Accessing Array ElementsDuration :
- · Array ObjectDuration :
- · Array MethodsDuration :
- Array Traversal using for…in loopDuration :
- Chapter 13 – TypeScript – TuplesDuration :
- · Accessing values in TuplesDuration :
- · Tuple OperationsDuration :
- · Updating TuplesDuration :
- · Destructuring a TupleDuration :
- Chapter 14 – TypeScript – UnionDuration :
- Chapter 15 – TypeScript – InterfacesDuration :
- Chapter 16 – TypeScript – ClassesDuration :
- Chapter 17 – TypeScript – ObjectsDuration :
- Chapter 18 – TypeScript – NamespacesDuration :
- Chapter 19 – TypeScript – ModulesDuration :
- Chapter 20 – TypeScript – AmbientsDuration :
React
- Chapter 1 Introduction.Duration :
- · React HomeDuration :
- · React SetupDuration :
- · React Getting StartedDuration :
- · React ES6Duration :
- · React Render HTMLDuration :
- · React JSXDuration :
- · React ComponentsDuration :
- · React ClassDuration :
- · React PropsDuration :
- · React EventsDuration :
- · React ConditionalDuration :
- · React ListsDuration :
- · React FormsDuration :
- · React RouterDuration :
- · React MemoDuration :
- · React CSS StylingDuration :
- Chapter 2 – React HooksDuration :
- · React useState HookDuration :
- · React useEffect HookDuration :
- · React useContextDuration :
- · React useRefDuration :
- · React useReducerDuration :
- · React useCallbackDuration :
- · React useMemoDuration :
NodeJS
- · What is Node.js?Duration :
- · Features of Node.jsDuration :
- · Who Uses Node.js?Duration :
- · Where Not to Use Node.js?Duration :
- Chapter 3 – First ApplicationDuration :
- Chapter 4 – REPL TerminalDuration :
- Chapter 5 – NPMDuration :
- Chapter 6 – Callback ConceptDuration :
- Chapter 7 – Event LoopDuration :
- Chapter 8 – Event EmitterDuration :
- Chapter 9 – BuffersDuration :
- Chapter 10 – StreamsDuration :
- Chapter 11 – File SystemDuration :
- Chapter 12 – Global ObjectsDuration :
- Chapter 13 – Utility ModulesDuration :
- Chapter 14 – Web ModuleDuration :
- Chapter 15 – Express FrameworkDuration :
- Chapter 16 – RESTful APIDuration :
- Chapter 17 – Scaling an ApplicationDuration :
- Chapter 18 – Scaling an ApplicationDuration :
- · PackagingDuration :
- · JXcore InstallationDuration :
- Packaging the CodeDuration :
- · Launching JX FileDuration :
Express
- Chapter 1 – OverviewDuration :
- Chapter 2 – EnvironmentDuration :
- Chapter 3 – App WorksDuration :
- Chapter 4 – RoutingDuration :
- · app.method(path, handler)Duration :
- · RoutersDuration :
- Chapter 5 – HTTP MethodsDuration :
- Chapter 6 – URL BuildingDuration :
- Chapter 7 – MiddlewareDuration :
- Chapter 8 – TemplatingDuration :
- Chapter 9 – Serving Static FilesDuration :
- Chapter 10 – Form DataDuration :
- Chapter 11 – DatabaseDuration :
- · Setting up MongooseDuration :
- · Saving DocumentsDuration :
- · Retrieving DocumentsDuration :
- · Updating DocumentsDuration :
- · Deleting DocumentsDuration :
- Chapter 12 – CookiesDuration :
- Chapter 13 – SessionDuration :
- Chapter 14 – AuthenticationDuration :
- Chapter 15 – Restful API’sDuration :
- Chapter 16 – ScaffoldingDuration :
- Chapter 17 – Error HandlingDuration :
- Chapter 18 – DebuggingDuration :
- Chapter 19 – Best PracticesDuration :
- · Directory StructureDuration :
- Chapter 20 – ResourcesDuration :
Database
- · What is a Database?Duration :
- · RDBMS TerminologyDuration :
- · MySQL DatabaseDuration :
- Chapter 2 – InstallationDuration :
- Chapter 3 – AdministrationDuration :
- Chapter 4 – PHP SyntaxDuration :
- Chapter 5 – ConnectionDuration :
- Chapter 6 – Create DatabaseDuration :
- Chapter 7 – Drop DatabaseDuration :
- Chapter 8 – Select DatabaseDuration :
- Chapter 9 – DatatypesDuration :
- Chapter 10 – Create TablesDuration :
- Chapter 11 – Drop TablesDuration :
- Chapter 12 – Insert QueryDuration :
- Chapter 13 – Select QueryDuration :
- Chapter 14 – Where ClauseDuration :
- Chapter 15: Update QueryDuration :
- Chapter 16: Delete QueryDuration :
- Chapter 17: Like ClauseDuration :
- Chapter 18: Sorting ResultsDuration :
- Chapter 19: Using JoinDuration :
- Chapter 20: Null ValuesDuration :
- Chapter 21: RegexpsDuration :
- Chapter 22: TransactionDuration :
- Chapter 23: After CommandDuration :
- Chapter 24: IndexesDuration :
- Chapter 25: Temporary TablesDuration :
- Chapter 26: Clone TablesDuration :
- Chapter 27: Database InfoDuration :
- Chapter 28: Using SequencesDuration :
- Chapter 29: Handling DuplicatesDuration :
- Chapter 30: SQL InjectionDuration :
- Chapter 31: Database ExportsDuration :
- Chapter 32: Database ImportDuration :
About Course
Orci nunc faucibus a pellentesque sit amet porttitor eget. Sit amet mauris commodo quis imperdiet massa tincidunt nunc. Quis blandit turpis cursus in hac habitasse. Sed libero enim sed faucibus turpis in eu. Leo vel orci porta non pulvinar neque laoreet suspendisse. Tincidunt dui ut ornare lectus sit amet est placerat in. Quam lacus suspendisse faucibus interdum posuere. Ultrices neque ornare aenean euismod elementum nisi. Habitant morbi tristique senectus et netus et malesuada fames ac. Nec tincidunt praesent semper feugiat nibh sed pulvinar. Lectus proin nibh nisl condimentum id. Odio ut sem nulla pharetra diam sit amet. Sed euismod nisi porta lorem mollis aliquam ut porttitor leo. Dictumst quisque sagittis purus sit amet volutpat consequat. Sem viverra aliquet eget sit amet tellus. Enim facilisis gravida neque convallis a cras. Quis varius quam quisque id diam vel quam. Sit amet nulla facilisi morbi tempus iaculis urna id volutpat.
Ku feugiat pretium nibh ipsum consequat nisl. Id diam vel quam elementum pulvinar etiam non. Enim neque volutpat ac tincidunt vitae semper. Scelerisque felis imperdiet proin fermentum leo. Fermentum leo vel orci porta non pulvinar neque. Urna condimentum mattis pellentesque id. Tempor commodo ullamcorper a lacus vestibulum sed arcu. Mus mauris vitae ultricies leo integer. Elementum curabitur vitae nunc sed velit dignissim sodales. Eros donec ac odio tempor. Consequat nisl vel pretium lectus quam id. Luctus venenatis lectus magna fringilla urna porttitor rhoncus. Donec ac odio tempor orci dapibus. Ultricies lacus sed turpis tincidunt id aliquet.
What will you learn
- Lget est lorem ipsum dolor. Elementum facilisis leo vel fringilla est ullamcorper
- Guam vulputate dignissim suspendisse in est. Id donec ultrices tincidunt arcu non.
- Jlandit turpis cursus in hac habitasse platea dictumst quisque.
- Crna nunc id cursus metus aliquam eleifend. Diam ut venenatis tellus in metus.
- Nget est lorem ipsum dolor. Elementum facilisis leo vel fringilla est ullamcorper
- Muam vulputate dignissim suspendisse in est. Id donec ultrices tincidunt arcu non.
- Clandit turpis cursus in hac habitasse platea dictumst quisque.
- Zrna nunc id cursus metus aliquam eleifend. Diam ut venenatis tellus in metus.
Members
Total number of Students in this course : 3
-
admin
Instructors
News
No news found!
Reviews
4
2 Reviews
-
1 Star
-
2 Stars
-
3 Stars
-
4 Stars
-
5 Stars
Comments ( 2 )
Leave a Reply to Nikita Cancel reply
Course Info
- Marketing
- 108
- 192
Interdum consectetur libero id faucibus nisl tincidunt eget nullam non.
Tellus elementum sagittis vitae et leo duis ut diam quam. In metus vulputate eu scelerisque felis imperdiet proin. Sit amet luctus venenatis lectus magna fringilla urna porttitor. Commodo nulla facilisi nullam vehicula ipsum a arcu cursus vitae.
Id faucibus nisl tincidunt eget nullam non nisi est. Quisque non tellus orci ac auctor augue mauris augue.
Urna porttitor rhoncus dolor purus non enim. Sed lectus vestibulum mattis ullamcorper velit sed ullamcorper morbi. Pulvinar sapien et ligula ullamcorper malesuada.