Articles tagged with: Tools

Speeding up my websites for fun

Summary: My efforts to speed up my websites by removing unused CSS, minimizing content, supporting Gzip and cache expiration headers, and compressing images.


Course Review: Webpack 2: The Complete Developer's Guide (Udemy)

Summary: A review of the course 'Webpack 2: The Complete Developer's Guide' on Udemy.


On Python 3, Flake8 and mypy

Summary: How I use Python 3.6, with flake8 as a linter, and mypy for typed Python at work and in personal projects.


Encoding JPGs with Google's Guetzli

Summary: Experimenting with Google's Guetzli, an algorithm that reduces JPG size by 35% without quality loss.


On Elastic Beanstalk, Docker and CircleCI

Summary: Discusses their experience with Elastic Beanstalk, Docker, and CircleCI while working on a new project. Provides notes and references for each tool and discuss alternatives to Elastic Beanstalk.