https://github.com/justsml/guides
Dan Levy's guides, cheat sheets and examples for software developers!
https://github.com/justsml/guides
ajax docker documentation eslint express gifs guides mongodb screen-recorder vscode
Last synced: 3 months ago
JSON representation
Dan Levy's guides, cheat sheets and examples for software developers!
- Host: GitHub
- URL: https://github.com/justsml/guides
- Owner: justsml
- Created: 2018-01-01T23:56:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T03:07:08.000Z (over 2 years ago)
- Last Synced: 2025-01-05T22:28:11.936Z (5 months ago)
- Topics: ajax, docker, documentation, eslint, express, gifs, guides, mongodb, screen-recorder, vscode
- Language: JavaScript
- Homepage:
- Size: 129 KB
- Stars: 90
- Watchers: 3
- Forks: 33
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Security: security/hashing.md
Awesome Lists containing this project
README
# Guides, Cheat Sheets and Examples
**By:** [Dan Levy](http://www.danlevy.net/) follow me on twitter: [@justsml](https://twitter.com/justsml)
## Overview
* [**docker**](https://github.com/justsml/guides/tree/master/docker)
* [example-server-commands](https://github.com/justsml/guides/tree/master/docker/example-server-commands) start popular DB servers with 1-liners
* [**express**](https://github.com/justsml/guides/tree/master/express)
* [setup-guide](https://github.com/justsml/guides/tree/master/express/setup-guide) 2 minute: REST server w/ 1-2 files
* [**interviews**](https://github.com/justsml/guides/tree/master/interviews)
* [Passing the tech screen](https://github.com/justsml/guides/tree/master/interviews/passing-the-tech-screen)
* [**javascript**](https://github.com/justsml/guides/tree/master/javascript)
* [syntax-cheat-sheet](https://github.com/justsml/guides/tree/master/javascript/syntax-cheat-sheet) *JS real good*
* [promises](https://github.com/justsml/guides/tree/master/javascript/promises) that never break
* [fetch-ajax-examples](https://github.com/justsml/guides/tree/master/javascript/fetch-ajax-examples) for HTTPing #allthethings
* [error-handling](https://github.com/justsml/guides/tree/master/javascript/error-handling) map outta hell
* [avoiding-null-errors](https://github.com/justsml/guides/tree/master/javascript/avoiding-null-errors) high-level notes
* [**mapping**](https://github.com/justsml/guides/tree/master/mapping)
* [google-geocoder](https://github.com/justsml/guides/tree/master/mapping/google-geocoder) address to lat & long (w/ promise constructor example)
* [**mongodb**](https://github.com/justsml/guides/tree/master/mongodb) seed script
* [mongoose-seeds](https://github.com/justsml/guides/tree/master/mongodb/mongoose-seeds) mongoose seed script
* [monk-seeds](https://github.com/justsml/guides/tree/master/mongodb/monk-seeds) monk seed script
* [**resources**](https://github.com/justsml/guides/tree/master/resources)
* [online-editors](https://github.com/justsml/guides/tree/master/resources/online-editors) repls to full IDE (VS Code online)
* [vs-code](https://github.com/justsml/guides/tree/master/resources/vs-code) tips, shortcuts and cheat sheet
* [**tooling**](https://github.com/justsml/guides/tree/master/tooling)
* [eslint](https://github.com/justsml/guides/tree/master/tooling/eslint) code auto-formatting setup guide
* [screen-recording](https://github.com/justsml/guides/tree/master/tooling/screen-recording) free tools to create GIFs to live streaming