Job oriented full stack boot camp for the freshers and unemployed


I am an IT professional with 15 years of experience. I worked with some of the best companies in the world like Infosys, Oracle Singapore, CITI Bank Singapore, BlackRock Singapore(Biggest American wealth manager in the world), Barclays Singapore, Standard Chartered Singapore, and ValueLabs.

 This course is designed to prepare freshers and unemployed job ready. Faculty will train you in real time project like in big IT companies to get you real time exposure. You will gain real time experience and project delivery skills by end of this course.  Join WhatsApp private group for free to receive free course material and guidance. 

Bootcamp highlights:

  • Be able to build ANY website you want.
  • Craft a portfolio of websites to apply for junior developer jobs.
  • Build fully-fledged websites and web apps for your startup or business.
  • Work as a freelance web developer.
  • Master backend development with Node
  • Master frontend development with React
  • Learn the latest frameworks and technologies, including Javascript ES6, Bootstrap 4, MongoDB.
  • Learn professional developer best practices.

Syllabus:

W E B D E V E L O P M E N T    F U N D A M E N T A L S 

  • Understand how websites work and how HTML, CSS and
  • JavaScript contribute.
  • Understand how the internet works.
  • Start coding with HTML, CSS, and JavaScript.
  • Learn and understand git, GitHub and version control.
  • Use the Unix command line to become a power user and
  • write bash commands.
  • Learn key troubleshooting and debugging skills to apply to
  • your projects.

H T M L 5

  • Learn the anatomy of HTML syntax to structure your websites.
  • Understand the HTML boilerplate and HTML doctypes.
  • How to structure text in HTML.
  • How to structure HTML lists to create unordered and ordered lists.
  • How to insert images using HTML
  • How to create hyperlinks using anchor tags.
  • Understand how to use HTML tables for content.
  • How to use tables for layout.
  • Learn HTML best practices.
  • Understand about HTML forms and create a simple contact me form.
  • HTML Divs and how to separate content for CSS styling.

C S S 3

  • Understand what are cascading style sheets and how you can
  • use it to style your website.
  • How to use CSS selectors and properties.
  • Learn about how to use inline, internal and external CSS.
  • Understand CSS coding best practices.
  • Learn about CSS sizing methods.
  • Learn the anatomy of CSS syntax and structure.
  • CSS specificity and implementing style hierarchy.
  • Class vs. Ids and how to target each.
  • CSS display and how to implement layout.
  • How to use CSS static, relative and absolute positioning
  • systems.
  • Font styling using CSS and web safe fonts.
  • Centering elements using CSS.
  • Website design fundamentals and typography.
  • How to use CSS float and clear.
  • How combine CSS selectors and understand selector priority.

B O O T S T R A P 4

  • Learn the fundamentals of implementing responsive web
  • design.
  • How to use Balsamiq to mockup and wireframe websites.
  • The fundamentals of UI design for websites.
  • How to install the Bootstrap framework.
  • Understanding the Bootstrap grid layout system.
  • How to use bootstrap containers to layout your website
  • easily.
  • Learn to use other Bootstrap components such as buttons.
  • Adding symbols using Font Awesome.
  • Learn to use Bootstrap carousels.
  • Add Bootstrap cards to your website.
  • Using Bootstrap navigation bars.

J A V A S C R I P T    E S 6

  • The Fundamentals of Code
  • Starting code with alerts and prompts.
  • Understand Variables and Data Types in JavaScript
  • Variable naming in JS
  • Working with strings and numbers
  • Randomisation and logical operators
  • Loops, collections and Conditionals.
  • Functions and invocation patterns
  • Discussion of ECMAScripts
  • Intermediate JavaScript
  • Learn to use JS Expressions, Operators, Statements and
  • Declarations
  • Object-Oriented Programming
  • JS Objects and Prototypes
  • `This`, Scope and Closures
  • Objects and Prototypes
  • Refactoring and Debugging

D O C U M E N T   O B J E C T    M O D E L ( D O M )

  • Learn the tree structure of HTML based websites.
  • Traverse through the document using object notation.
  • Separation of concerns and coding best practices.
  • Manipulate and change the HTML elements using your
  • understanding of the DOM.

T H E    U N I X    C O M M A N D    L I N E

  • How to use basic bash commands in a Unix/Linux Terminal.
  • How to manipulate files and folders without needing a
  • graphical user interface.
  • How to download and install to your computer using
  • command line.

G I T G I T H U B    A N D     V E R S I O N    C O N T R O L

  • Using git for version control and collaboration
  • Git forking, branching and cloning
  • Using GitHub as a remote repository
  • Checkout and rolling back changes with git
  • Using git and GitHub with Xcode

N O D E . J S

  • Explore the components of back-end development, working with an MVC framework
  • Apply concepts like data types, objects, methods, object oriented programming, and classes in the context of backend development.
  • Server-Side JavaScript
  • Using Node on the command line
  • NPM
  • JavaScript Build Processes
  • Event Loop and Emitters
  • File System Interaction
  • Modules
  • Native Node drivers

E X P R E S S . J S

  • Understand how to install and use express in Node
  • applications
  • Creating Node and Express based servers
  • RESTful Routing with Express
  • Understand and use middleware for Node applications

A P P L I C A T I O N    P R O G R A M    I N T E R F A C E S ( A P I S )

  • Understand what APIs are and how they work.
  • HTTP in Depth
  • Calling APIs
  • Reading API documentation
  • Basic API Authentication
  • Server to server communication
  • JSON vs. XML, sending data over the wire.

D A T A B A S E   F U N D A M E N T A L S

  • Data Relationships
  • Designing a Data Model
  • Relational Databases
  • Alternative Databases
  • Entity Relationship Modelling (ERM) and Object Relational
  • Mapping (ORM)

S Q L    D A T A B A S E S

  • Working with Database Schemas
  • Create-Read-Update-Destroy (CRUD)
  • Database Joins
  • Querying SQL databases

N O S Q L    D A T A B A S E S    W I T H    M O N G O D B    A N D    M O N G O O S E

  • Serialization
  • How to model NoSQL data
  • Document Databases (MongoDB)
  • Create-Read-Update-Destroy (CRUD)
  • NoSQL Best Practices
  • Mongo Shell and command line use
  • Installing MongoDB
  • Mapping relationships with MongoDB
  • Using an object-data modelling library (Mongoose) to work
  • easily with your data.

D E P L O Y M E N T

  • Hosting static websites with GitHub Pages.
  • Deploying server based applications with Heroku.
  • Deploying Databases with Mongo Atlas.

B U I L D I N G     R E S T f u l     A P I s

  • Understand REST and guiding principles behind API design.
  • Learn to work with a MongoDB GUI Robo 3T
  • Implementing GET, POST, PUT, PATCH and DELETE by creating a
  • public API from scratch.
  • Understand and use chained route handlers from Express.

A U T H E N T I C A T I O N    a n d    S E C U R I T Y

  • Understand the need for authentication and keeping user
  • details secure.
  • Learn about Encryption and use encryption to keep your
  • database secure.
  • Learn and implement Hashing and Salting with bcrypt
  • Using Sessions and Cookies to persist user log in sessions.
  • Setting up local authentication from scratch.
  • Implementing Passport to authenticate users quickly and
  • effectively.
  • Understand and use environment variables to keep secret keys
  • secure.
  • Understand and use OAuth 2.0 to log in users using Google and
  • Facebook.

R E A C T . J S

  • Learn front-end development with React.
  • Understand when and how to use React Components.
  • Learn to pass Props and work with them.
  • Learn to write JSX and understand JSX syntax.
  • Learn about the React DOM.
  • Learn State Management in React.
  • Learn about React Hooks.
  • Learn about conditional rendering in React.
  • Understand the difference between class and functional
  • components.

J A V A S C R I P T    E S 6

  • Arrow Functions
  • Map/Filter/Reduce
  • Find/FindOne/FindIndex
  • Import/Export and Modules
  • Object and Array Destructuring
  • Spread Operator

Book your slot for just 5000 INR

Pay using UPI ( 5000 INR). Scan below QR code using google pay/paytm/phonepe or pay using card






Comments

Contact Form

Name

Email *

Message *

Popular posts from this blog

Full Stack Web Application Training Bootcamp and Startup Ideas