Skip to content

Instantly share code, notes, and snippets.

Galvanize Projects: Feb '16 - July '16

  • Seattle Crisis Resource Locator (Jul '16)

    • Angular 1, Electron (originally), Node.js, Express, PostgreSQL, Knex.js, Heroku

    • Designed for public installations, this application was built to connect people lacking internet or technology to information on resources such as housing, hygiene, medical, etc. using geolocation.

    • Heroku link (link to web version)

  • Github Repositories: backend, database, frontend

@mdblr
mdblr / resume.md
Last active October 17, 2017 21:54

Max Dobler

maxodobler@gmail.com | LinkedIn | Github

Summary

Software developer with 1+ years experience building and testing web applications, scripting tools and designing APIs. Possesses both startup as well large company experience. Driven by social impact, curiosity, and challenge.

Experience

@mdblr
mdblr / installing-postgresql.md
Last active July 23, 2021 05:40
installing-postgresql

Database Roles

In order to bootstrap the database system, a freshly initialized system always contains one predefined role. This role is always a "superuser", and by default (unless altered when running initdb) it will have the same name as the operating system user that initialized the database cluster. Customarily, this role will be named postgres. In order to create more roles you first have to connect as this initial role.

whats-the-default-superuser-username-password-for-postgres-after-a-new-install

sql-fatal-database-user-does-not-exist

Vault CLI

Quick reference to Vault commands; retrieved from the Vault documentation and other sources.

Leases