Skip to content

Instantly share code, notes, and snippets.

View looselytyped's full-sized avatar

Raju Gandhi looselytyped

View GitHub Profile
@looselytyped
looselytyped / index.html
Created January 13, 2021 13:59
Containers in 3 weeks — Week 2 (nginx test file)
<!DOCTYPE html>
<html lang="en">
<head>
<!-- BLATANTLY STOLEN FROM https://getbootstrap.com/docs/4.1/examples/cover/ -->
<title>Containers in 3 weeks</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<style>
/*
@looselytyped
looselytyped / Setup.md
Last active August 16, 2023 14:29
Containers in 3 weeks - Set up

Containers in 3 weeks — Week 1/2 setup

Installation

You will need Docker installed! Here is a link to get you started. Proceed after you are done installing.

Warm up your engines!

@looselytyped
looselytyped / index.html
Last active August 16, 2023 14:04
Containers in 3 weeks — Week 1 (nginx test file)
<!DOCTYPE html>
<html lang="en">
<head>
<!-- BLATANTLY STOLEN FROM https://getbootstrap.com/docs/4.1/examples/cover/ -->
<title>Docker Workshop</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<style>
/*
@looselytyped
looselytyped / WebAppsWithVue.md
Created June 12, 2019 13:27
Web Apps with Vue.js

Web Apps with Vue

FriendsHq

NOTES

  • This requires a project created by the Vue CLI
  • I have this project — It is webpack based
  • Vue CLI works in tandem with package.json and NPM/Yarn, as well as the vue-cli-service to make its magic happen

Angular-with-TypeScript-Workshop

Setup

  • Open Style Guide
  • If you are using VS Code then make sure the following settings are put in place
"editor.formatOnSave": true,
"editor.insertSpaces": true,

Keybase proof

I hereby claim:

  • I am looselytyped on github.
  • I am looselytyped (https://keybase.io/looselytyped) on keybase.
  • I have a public key ASC7Jmb-5IDPJYa7kWV1zTRYIQj6F8g5cTMkfrePyFmZAAo

To claim this, I am signing this object:

Angular-with-TypeScript-Workshop

Logistics

  • Lunch time
  • Breaks
  • Power strips
  • Pair with your neighbor!!

Setup

{
"cmd": ["node", "$file"],
"selector": "source.js"
}