Skip to content

Instantly share code, notes, and snippets.

@boriscy
boriscy / description.md
Last active March 19, 2020 19:50
Phoenix + React + Elm config with webpack

Attemp to make work react with elm on a phoenix project.

The project directory for elm is

web
├── channels
├── controllers
│   └── api
│   └── v1

React && Firebase Workshop

Contact Information

Prequisite Setup

  • A recent version of Node.js
  • npm install -g create-react-app
@dfcarpenter
dfcarpenter / dockerfile
Created April 14, 2018 21:36
django dockerfile
FROM python:3.6-stretch as python-base
COPY webpack requirements.txt package.json yarn.lock ./
RUN set -ex \
&& apt-get update \
&& apt-get install apt-transport-https \
&& apt-get update \
&& apt-get install --no-install-recommends -y \
libpq-dev curl libjpeg-dev rsync libsass-dev libicu57 zlib1g-dev libpng-dev libmagickwand-dev \
I was drawn to programming, science, technology and science fiction
ever since I was a little kid. I can't say it's because I wanted to
make the world a better place. Not really. I was simply drawn to it
because I was drawn to it. Writing programs was fun. Figuring out how
nature works was fascinating. Science fiction felt like a grand
adventure.
Then I started a software company and poured every ounce of energy
into it. It failed. That hurt, but that part is ok. I made a lot of
mistakes and learned from them. This experience made me much, much