Skip to content

Instantly share code, notes, and snippets.

@johncaruso
johncaruso / _cloudSettings
Last active February 16, 2020 17:25
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-09-27T17:19:50.986Z","extensionVersion":"v3.4.3"}
/****************************************
Creating Objects
1. Object literals
2. Object.create() with descriptors
3. function + new
4. factory function with closures
5. JS Class
****************************************/
@Nilpo
Nilpo / Using Git to Manage a Live Web Site.md
Last active October 29, 2025 12:07
Using Git to Manage a Live Web Site

Using Git to Manage a Live Web Site

Overview

As a freelancer, I build a lot of web sites. That's a lot of code changes to track. Thankfully, a Git-enabled workflow with proper branching makes short work of project tracking. I can easily see development features in branches as well as a snapshot of the sites' production code. A nice addition to that workflow is that ability to use Git to push updates to any of the various sites I work on while committing changes.

Contents