Cracking the Frontend Interview, Part 6: WebDev

A learning path to cover all important web development concepts to build a world-class modern website ultimately.

JavaScript Frontend Frameworks

React is still leading as the most used framework, Angular surprisingly still second, Vue catching up nicely in the third place, and Svelte in fourth.

Static Site Generators

Tools that adopts static rendering strategy and help you generate static websites.

Web Rendering Strategies

An overview of web rendering strategies like client-side, server-side, universal, prerendering, static, or rehydration.

What Languages Support WebAssembly?

What high-level programming languages currently can use WebAssembly as a compilation target.

Mar 02, 2020#webdev#wasm#lists

JavaScript Task Runners

Grunt and Gulp are two popular tools to automate repetitive, mundane, painful and time-consuming tasks effectively.

Top 3 JavaScript Transpilers/Compilers

Transpilers in JavaScript are source-to-source compilers that can transform syntax and polyfill features, allow developers to write future facing code.

Scaffolding Tools

Scaffolding tools allows for rapidly getting started on new projects and streamlines the maintenance of existing projects.

JavaScript Module Bundlers

Bundling JavaScript and non-JavaScript modules into bundles using Webpack, Rollup, Parcel and many more.

JavaScript Package Managers

Package managers are tools that help you manage packages as dependencies and might also provide a global package registry.