Skip to main content

Development

👩🏻‍💻 Apps / Sites / Tools / Frameworks / Libraries / Resources related to development.

Resources

General

NameDescription
MDN Web DocsWeb Development blogs & resources.
w3schoolsTutorials of everything from in tech. Learn to code from here!
Developer RoadmapsFind role / skill based developer roadmaps that can guide you to develop skills as you learn.
A11y ProjectUnderstand accessibility design to create better products.
patterns.devArchitect better apps as a developer.

Learn to Code

API

  • public-apis : Github repo with a list of public API's to use for your projects.

Chrome Extensions

NameDescription
WhatFont?The easiest way to find a font on any web page.
Colorpick EyedropperFind any colour (hex or rgb values) on a webpage.
WCAG Contrast checkerChecks the color contrast between the foreground and background elements of a webpage.
React Developer ToolsInspect React components and code.
JSON FormatterMakes JSON easy to read.

VSCode Extensions

  • ES7 React Snippets: simple extension for React that gives code blocks suggestions.
  • Prettier: for code formatting, we can also auto-format code when we save a file from vscode settings.
  • ESLint: integrates ESLint into VSCode.
  • Live Server: launches a local development server with live reload, especially useful for auto-reloading .html pages

Misc

NameDescription
AlternativeToFind alternatives of popular industry products / web-apps.
AwesomeJSFind packages based on the framework you are using.
Flexbox FroggyLearn CSS Flexbox through a game.
TIL by jbranchaudGithub repo that features content based on different programming languages.
Lighthouse MetricsGet insights about a website's accessiblity, performance metrics and more.