Skip to content

another-guy/Scribble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scribble

un-md

Legend

Status Review Kind Format
✔️ have read/used ❗ important 🔧 practice 💻 course
➖ have not read/used yet 👍 liked 📄 theory 📺 video/presentation
👋 mixed feelings 🏋️ exercise 🌐 website
👎 disliked 🗄️ database

Learning Materials

Metalearning

JavaScript

Cloud

Certification

AWS vs Azure vs GCP

Front-end

Accessibility (A11y)

Node.js

React

Microservices

CSS

Building Tools

Windows

Global NPM packages

  • ✔️👍 create-react-app: Create React apps with no building configuration.
  • ✔️👍 @angular/cli: Scaffold Angular apps.
  • ✔️👍 vue-cli: A simple CLI for scaffolding Vue.js projects.
  • ✔️👍 generator-node-typescript: A minimal Yeoman Generator for creating NodeJS modules using TypeScript.
  • ✔️👍 lerna: A tool for managing JavaScript projects with multiple packages.
  • nodemon: Simple monitor script for use during development of a node.js app.
  • ✔️👍 hotel: Local domains for everyone and more!
  • ✔️👍 json-server: Serves JSON files through REST routes.
  • ✔️👍 npm-check-updates: Find newer versions of dependencies than what your package.json or bower.json allows.
  • ✔️👍 http-server: A simple zero-configuration command-line http server.
  • ✔️👍 serve: Serve static files.
  • ✔️👍 source-map-explorer: Analyze and debug space usage through source maps.
  • ✔️👍 yeoman: Rails-inspired generator system that provides scaffolding for your apps.
  • ✔️👍 tldr: Simplified and community-driven man pages.

Install individually via yarn global add <package-name>

...or install 'em all:

npm install --global create-react-app @angular/cli vue-cli generator-node-typescript lerna nodemon hotel json-server npm-check-updates http-server serve source-map-explorer yo tldr

React packages

  • ✔️👍 @material-ui/core: React components that implement Google's Material Design.
  • ✔️👍 react-loadable: A higher order component for loading components with dynamic imports.
  • ✔️👍 react-markdown: Render Markdown as React components.
  • ✔️👍 react-pdf: Display PDFs in your React app as easily as if they were images.

Candidates

  • flowchart.js: Draws simple SVG flow chart diagrams from textual representation of the diagram.
  • gitgraphjs: A JavaScript library to draw pretty git graphs.
  • git-also: For a file in a git repository, prints other files that are most often committed together.
  • packagephobia: Find the cost of adding a new dependency to your project.
  • jscpd: Copy/paste detector for programming source code.
  • c8: Code-coverage using Node.js' build in functionality that's compatible with Istanbul's reporters.
  • forever: A simple CLI tool for ensuring that a given script runs continuously (i.e. forever).
  • semantic-release: Fully automated version management and package publishing.
  • Puppeteer: provides a high-level API to control Chrome or Chromium over the DevTools Protocol. Puppeteer runs headless by default, but can be configured to run full (non-headless) Chrome or Chromium.
  • FuseBox: A blazing fast js bundler/loader with a comprehensive API 🔥.
  • Storybook: The UI Development Environment You'll ♥️ to use.
  • jsonata: JSON query and transformation language.
  • TensorFlow.js: A JavaScript library for training and deploying ML models in the browser and on Node.js.
  • enzyme: JavaScript Testing utility for React that makes it easier to assert, manipulate, and traverse your React Components' output.
  • react-testing-library: Simple and complete React DOM testing utilities that encourage good testing practices.
  • graphql-inspector: GraphQL Inspector outputs a list of changes between two GraphQL schemas. Every change is precisely explained and marked as breaking, non-breaking or dangerous.
  • SonarTS: Static code analyzer for TypeScript detecting bugs and suspicious patterns in your code.
  • axe-core: Axe is an open source rules library for accessibility testing. It was developed to empower developers to take automated accessibility testing into their own hands and to avoid common pitfalls of other automated accessibility tools. Found here; some examples.
  • Gatsby: Blazing fast modern site generator for React.
  • PragmataPro: PragmataPro™ is a condensed monospaced font optimized for screen, designed by Fabrizio Schiavi to be the ideal font for coding, math and engineering.

Recipes

Productivity Tools

  • ✔️👍🔧 Greenshot: The most awesome tool for making screenshots on Windows.
  • ✔️👍🔧 ScreenToGif: Screen, webcam and sketchboard recorder with an integrated editor. Because showing an animation is worth 1000 of pictures.
  • ✔️👍🔧 Emojipedia: Quick'n'dirty replacement for SVG icons.
  • ✔️👋🔧 Brave: Secure, Fast & Private web browser with Adblocker. Browser has multiple -- sometimes very limiting -- issues

Blogs

  • Google DevTools: blog.
  • Hillel Wayne: blog and twitter. Hillel Wayne is a software consultant who specializes in formal methods and specification. He also writes on empirical engineering, software history, and education. In his free time, he juggles and makes chocolate. Author of Practical TLA+: Planning Driven Development.
  • Dr. Alan E. Kazdin: blog. Dr. Alan E. Kazdin is Sterling Professor of Psychology and Child Psychiatry at Yale University and Director of the Yale Parenting Center. He was the 2008 President of the American Psychological Association and is the author of 49 books for professional-audiences on topics of parenting and child rearing, child psychotherapy, cognitive and behavioral treatments, and interpersonal violence.
  • The Black Swan Group: blog.

Releases

No releases published

Packages

No packages published