Web Development Resources
- JAM Stack
- JamStack Examples
- Six tools for a Static E-commerce Site
- Walkthrough For a Subscription Email Site
- Authentication
- Auth0: Provide JWT authentication based SaaS
- Netlify Identity: Netlify's Authentication…basically a hosted version of their Open-source GoTrue library.
- GoTrue: Open soruce JWT authentication backend)
- Captcha
- hCaptcha: More privacy focused Captcha
- CMS
- NetlifyCMS: SPA that allows for committing markdown changes to version control
- Communication
- Dashboards
- Databases
- Image/Database Hosting
- Cloudinary: Does on-the-fly image manipulation
- Monitoring
- PagerDuty: The big Saas monitoring solution, a ton of options and well used.
- UptimeRobot: For simpler web monitoring, up to 50 monitors at the free tier.
- Web Brainstorming
- Wordoid: Word brainstorming
- To Check Availability
- Name Check: Easy website, but pretty Ad heavy.
- Or…just use
host -t ns <domain name>
andwhois <domain name>
- Buzzsumo
- Web Layout
- Bootstrap CSS
- Bootstrap Color Scheme Generator
- Bootstrap Navbar Layout Generator
- PaintStrap
- Materialize: CSS Framework based on Google's Material design
- ZeroStatic: Static Website Themes
- Web Development
- Yii Framework: My current goto for PHP development
- MEAN Stack: MongoDB, Express.js, Angular.js, and Node.js
- Flask: A python-based Micro-Framework
- Flash Mega Tutorial: Full tutorial of using Flask, including database
- RESTful API with Flask: RESTful API with Flask
- D3: Javascript library for visualizations