Web Development Notebook

Web Application Security

APIs

OpenAPI Bookmarks

Graphics Editing Bookmarks

  • Image Magick - CLI to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, GIF, HEIC, TIFF, DPX, EXR, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves

Page Optimisation Bookmarks

Feature Detection Bookmarks

HTML 5 Bookmarks

JavaScript Bookmarks

CSS 3 Bookmarks

HTTP Servers

NPM http-server

  • Great to use when needing to test/serve local HTML files (and avoid browser issues accessing the local filesystem)
  • http-server is a simple, zero-configuration command-line http server. It is powerful enough for production usage, but it’s simple and hackable enough to be used for testing, local development, and learning.
  • Install: npm install http-server -g
  • Usage: In any folder, simply run http-server