Skip to content

Instantly share code, notes, and snippets.

View dominic248's full-sized avatar
💻
Focusing

Dominic Silveira dominic248

💻
Focusing
  • Senior Software Engineer
View GitHub Profile
/*
Copyright 2011 Martin Hawksey
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
@dominic248
dominic248 / flutter_setup.md
Created April 24, 2020 12:37 — forked from bradtraversy/flutter_setup.md
Flutter dev setup & notes

How to create an HTTPS certificate for localhost domains

This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.

Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).

@dominic248
dominic248 / webdev_online_resources.md
Created July 16, 2018 14:15 — forked from bradtraversy/webdev_online_resources.md
Online Resources For Web Developers (No Downloading)