Articles tagged with: Tools

Migrated to VS Code and so happy

Summary: A positive experience migrating from JetBrains and Sublime Text to Visual Studio Code for both work and personal projects.


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.