Module 1 : HTML & CSS
- Basic elements, DOM-create/delete elements.
- Selectors.
Module 2 :JavaScript
- Functions-named, callback.
- function expression.
- Array functions: filter, reduce, map deep dive.
Module 3 :ES6
- let, const, template string.
- Arrow function, Spread operator.
- destructing, Promise.
- Class, Inheritance.
Module 4 :TypeScript
- JavaScript limitations.
- Type inference.
- Union Types.
- How to compile ts files.
Module 5: Angular JS
- Angular introduction.
- Application setup in VS code.
- Angular Flow.
- Component details.
- Directives: ngModel, ngFor, ngIf.
- Adding BootStrap and Angular BootStrap.
- Different types of Pipes, Routing.
- Services ,HttpClient.
- Case Study: Angular SpringBoot Cricket Application-CRUD operations.
Module 6 : Node JS
- Node introduction and installation.
- Global objects- process, _dirname,_filename.
- Node Modules- path, v8, fs, readline,
- http Node Server creation.
Module 7 : Core Java
Module 8 : Intermediate Java
Module 9 : Hibernate
- Hiberante.
- CRUD operations.
Module 10 : Spring
- Spring IOC-setter injection.
- constructor injection.
Module 11:Spring Boot
- Maven Set up
- Spring Boot introduction and sample App
- Spring data JPA
- Spring data REST
- REST concepts