Skip to content

Instantly share code, notes, and snippets.

View apoclyps's full-sized avatar
💭
٩(^‿^)۶

Kyle Harrison apoclyps

💭
٩(^‿^)۶
View GitHub Profile

Keybase proof

I hereby claim:

  • I am apoclyps on github.
  • I am apoclyps (https://keybase.io/apoclyps) on keybase.
  • I have a public key whose fingerprint is E73E 7E31 909D E131 92F7 5BE7 744D 519F 6714 D301

To claim this, I am signing this object:

FROM python:3.7-alpine
MAINTAINER Declan Traynor <coderdex@gmail.com>
WORKDIR /usr/src/app
RUN apk add --no-cache build-base
# install application dependencies inside the container
COPY requirements.txt /usr/src/app/
RUN pip install --no-cache-dir -r requirements.txt
@apoclyps
apoclyps / custom-events.json
Created September 29, 2018 09:58
Example custom data source for Muxer
{
"events":[
{
"name":"Community Social Coding",
"description":"Let's take a little time to code together and build something awesome.",
"url":"https://www.github.com/apoclyps",
"start":"2018-09-29 12:00:00Z",
"end":"2018-09-29 12:00:00Z",
"duration":10000,
"topics":[

Useful Docker Commands

kill all running containers with

docker kill $(docker ps -q)

delete all stopped containers with

docker rm $(docker ps -a -q)
Gorilla, especially Mux
Logrus
An Error Package (Dave Cheney's JUju) allows for base exceptions to be made more specific
Web Frameworks
- gin
- beago
- echo
- kit

Keybase proof

I hereby claim:

  • I am apoclyps on github.
  • I am kyleharrison (https://keybase.io/kyleharrison) on keybase.
  • I have a public key ASCAHgO54Nfew3CnOu6F5SdYU6DAsVz88F4E7gIaXtowkwo

To claim this, I am signing this object: