Web Development Resources
- JAM Stack
- JamStack Examples
- Six tools for a Static E-commerce Site
- Walkthrough For a Subscription Email Site
- Authentication
- Captcha
- hCaptcha: More privacy focused Captcha
- mCaptcha: Open source PoW Captcha mCaptcha Source
- CMS
- NetlifyCMS: SPA that allows for committing markdown changes to version control
- Communication
- Disqus: Emable comments on any webpage
- Twilio: Interact with customer via web UI, SMS, What’s App, etc
- Utterances: Leverage Github issues for blog comments
- Dashboards
- Databases
- E-commerce
- Icons
- Iconify: Open source icons useful for web development.
- 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.
- Privacy Policy/Terms Of Service
- 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
- Domainr: API for available domains. Like a more sophisticated whois…
- 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
- R15Cookie Javascript
- CS50: Web Programming with Python and JavaScript (Harvard University): Free course covering Python, JavaScript, and SQL using frameworks like Django, React, and Bootstrap.
- 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