/road-to-become-a-ninja-developer

All technologies and tools I need to know.

MIT LicenseMIT

Road to become a ninja developer.

NINJA

All technologies and tools I need to know. As long as I can, I will put links where I used technologies or tools. Ticking a technology or a tool does not necessarily indicate that I am an expert with it but that I have at least the basics.

Front End

HTML

  • Learn the basics
  • Writing semantic HTML
  • Basic SEO
  • Accessibility

CSS

  • Learn the basics
  • Floats
  • Positioning
  • Display
  • Box model
  • CSS Grid
  • Flex Box
  • Media queries
  • CSS 3
  • Variable - Framework A119

Javascript

  • Syntax and basic constructs
  • Learn DOM manipulation - JS Clock & 15 methods on my CodePen
  • Learn fetch API / Ajax (XHR)
  • ES6+ and modular Javascript
  • Async / Await

Understand concepts

  • Hoisting
  • Event bubbling
  • Scope prototype
  • Shadow DOM
  • Strict
  • How browsers work
  • DNS
  • HTTP

Package managers

CSS pre-processors

  • SASS

CSS frameworks

CSS architecture

  • BEM

Linters and formatters

  • Prettier
  • ESLint

Task runner

  • NPM scripts

Module bundlers

  • Webpack

ReactJS

CSS in JS

  • Styled components
  • CSS modules
  • Emotion

Testing

  • Jest
  • Enzyme
  • Cypress

Understand concepts

  • Unit
  • Integration
  • Functional

Type checkers

  • Typescript
  • ReasonML

Mobile application

Static site generators

Desktop application

Progressive web apps

  • Storage
  • Web sockets
  • Service workers
  • PRPL Pattern
  • RAIL Model
  • Performance Metrics
  • Using Light House
  • Using DevTools

Back End

Node.js

  • Node.js

Testing

  • Mocha
  • Chai
  • Jasmine

Relational database

  • MySQL

Framework

NoSQL database

Caching

  • Memcached
  • Redis

Authentication / Authorization methodologies

Message brokers

  • RabbitMQ

Search engine

  • ElasticSearch
  • Solr

Knowledge of web servers

  • Apache
  • Nginx

Others

  • Web sockets
  • GraphQL - Pokedex
  • Docker
  • RESTful APIs

Books

  • Clean Code (Read in progress...)
  • The Clean Coder
  • Clean Architecture
  • Eloquent JavaScript
  • REST of Roy Fielding

Bonus

  • Elixir
  • Phoenix
  • Svelte

NINCHAT