background preloader

Programming

Facebook Twitter

AlgPedia. BeeWare - The IDEs of Python. Screencasts de Programacion. Episode archive. Facilitating the spread of knowledge and innovation in enterprise software development. Fresh links for developers. Study. In the late 90's I realized the best way for me to learn something was to research how it works, write a tutorial for myself that covers the main concepts, and then post it online for me to reference when needed.

Study

This portion of the site is an archive of that content. Popular Information Security Not all SYN packets are created equal. jQuery Coding Standards and Best Practices. Resources. Resources. Vim is sexy. Emacs is sexy. Secrets of the Browser Developer Tools - Secrets. Fast, isolated development environments using Docker. Fast, isolated development environments using Docker.

Fast, isolated development environments using Docker

Define your app's environment with Docker so it can be reproduced anywhere: FROM orchardup/python:2.7 ADD . /code WORKDIR /code RUN pip install -r requirements.txt Define the services that make up your app so they can be run together in an isolated environment: web: build: . command: python app.py links: - db ports: - "8000:8000"db: image: orchardup/postgresql. Single page apps in depth (new free book) Y si nada fuera real? Competitive Programming.