https://github.com/momsfriendlydevco/momsronomicon
General documentation on everything MFDC
https://github.com/momsfriendlydevco/momsronomicon
Last synced: over 1 year ago
JSON representation
General documentation on everything MFDC
- Host: GitHub
- URL: https://github.com/momsfriendlydevco/momsronomicon
- Owner: MomsFriendlyDevCo
- Created: 2014-05-09T06:09:43.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-11-23T04:46:36.000Z (over 3 years ago)
- Last Synced: 2025-04-12T03:56:38.868Z (over 1 year ago)
- Size: 1.72 MB
- Stars: 7
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The Momsronomicon
=================
A concise and (not) complete list of the procedures, advice, tips and miscellany of [Mom's Friendly Development Company](http://mfdc.biz).
Table of contents
=================
1. [Development stack](devstack/)
1. [Node dev stack](devstack/node.md)
2. [PHP dev stack (legacy projects)](devstack/php.md)
2. [Projects](projects.md)
3. [Code Style](style/)
1. [PHP projects](style/php.md)
2. [Node projects](style/node.md)
4. [Tools](tools/)
1. [Design tools](tools/design.md)
2. [Code editors](tools/editors.md)
3. [Versioning](tools/versioning.md)
5. [Hosting](hosting/)
1. [DigitalOcean / BinaryLane / VMs](hosting/vms.md)
2. [Hosting Node Environments](hosting/node.md)
6. [Job Roles](jobs/)
1. [Interviewing](jobs/interviews.md)
2. [Onboarding](jobs/onboarding.md)
7. [Productivity Tips](productivity-tips.md)
8. [Further reading](further-reading.md)
9. [Glossary](glossary.md)
10. [Misc Guides](guides/)
1. [Common Errors with JavaScript](guides/errors.md)
2. [Setting up GMail for your email](guides/gmail.md)
3. [NPM Module Writing](guides/npm-modules.md)
4. [Using SSH to dial into servers](ssh/)
1. [Setting up SSH keys](ssh/keys.md)
2. [Tunneling with SSH](ssh/tunneling.md)
3. [Remote mounting with SSH](ssh/sshfs.md)