Skip to content

Instantly share code, notes, and snippets.

View LisoCodes's full-sized avatar
🤪
I may be slow to respond.

Liso LisoCodes

🤪
I may be slow to respond.
  • NYC
View GitHub Profile
@hopsoft
hopsoft / Dockerfile
Last active May 17, 2023 19:58
Dockerize your Rails app
FROM ruby:3.0-alpine
RUN apk add --no-cache --update \
ack \
bash \
build-base \
curl \
git \
htop \
less \
@candera
candera / hundred-day-hacking.md
Created November 16, 2011 14:57
100 Days of Hacking

One Hundred Days of Hacking

Objective

Get better at some aspects of creating software by doing them more regularly.

Inspiration

A friend of mine, as a way to "level-up" her young daughter at violin, set a goal that the child would practice every single day for 100 days, without a break. This seems like such a good idea that I decided to steal it.