FrontendMasters – CSS Grids and Flexbox for Responsive Web Design

[FreeCoursesOnline.Me] FrontendMasters – CSS Grids and Flexbox for Responsive Web Design
English | Size: 2.17 GB
Category: Tutorial


Starting with a review of floats for context, but quickly moving into Flexbox and CSS grids, this essential course is for web developers that want to build responsive, beautiful web applications faster using less code and best practices. Master CSS Grid and Flexbox, the latest tools and tricks to layout beautiful, responsive web applications with less code.

FrontendMasters – Introduction to Next.js

[FreeCoursesOnline.Me] FrontendMasters – Introduction to Next.js
English | Size: 1.91 GB
Category: Tutorial


Next.js is a complete full-stack framework built on top of React.js. You can use Next.js to create static sites like blogs and documentation websites to even full-blown, full-stack applications, and APIs. In this course, you’ll learn server-side rendering, static site generation, data fetching, build API endpoints, creating pages with the file system, add CSS modules inside of Next.js, and much more!

Frontendmasters – React.js ( Flux Architecture )

Frontendmasters – React.js ( Flux Architecture )
English | Size: 1.87 GB
Category: TUtorial


React is a JavaScript library to create user interfaces created by Facebook and Instagram. React.js creates its own virtual DOM where your components actually live. This virtual approach to DOM gives tremendous flexibility and amazing performance achievements, as React.js calculates what changes should be made in DOM in advance and updates the DOM tree. Discover the JSX (and the ES6 features that come with it) by creating React custom components, integrate React with the components of the J’uery UI/Bootstrap.