Skip to content

abhidave001/Tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 

Repository files navigation

Resources

My compiled list of web development resources.

HTML / CSS

CSS Frameworks

CSS Precompilers

CSS Libraries

CSS Generators

Pattern / SVG Generators

Color Generators

JSON Generators

JSON Validator

Learning

Reference

Assets

Images / Videos

Icons

Icon Fonts

Fonts

Design Tools

JavaScript

Front-End Libraries/Frameworks

Back-End

Static Site Generators

Other Tooling

Libraries

Vue Component Frameworks

Vue Frameworks

Vue Plugins

React Frameworks

Learning

Design Systems and CMS's

Reference

PHP

Reference

Back-End Frameworks

Content Management Systems (CMS)

Libraries

Learning

Regex

API

GraphQL

Mobile Utilities / Frameworks

General Web Development Learning

Udemy Courses

Laracasts Courses (by Jeffrey Way)

Reference

Concepts

Blogs and Subreddits

Design and Prototyping Tools

Design Resources

Placeholder Text

Mail Utilities

Public API's

Game Development

Local Development Environments

Digital Ocean Setup

Digital Ocean Setup [Advanced]

Setting up SSL Cert with a wildcard with Certbot

Replace your-tld.com below with your Top Level Domain name.

sudo certbot certonly --manual --preferred-challenges=dns --server=https://acme-v02.api.letsencrypt.org/directory --agree-tos -d your-tld.com,*.your-tld.com

or, if you have the dns-digitalocean certbot plugin installed:

sudo certbot certonly \
  --dns-digitalocean \
  --dns-digitalocean-credentials ~/certbot-creds.ini \
  -d your-tld.com \
  -d '*.your-tld.com'

Web Design Inspirations

Browser Compatibility

Tools

Cloud Hosting Options

Debugging, Logging, and Content Management Utilities

About

My compiled list of web development resources.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors