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.


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.


Free password management solution: KeePass

Summary: My transition from a commercial password management solution to KeePass, a free, open-source alternative.


Code and style checks for Python at Sublime Text

Summary: Outlines the packages used for code and style checks for Python in Sublime Text, including SublimeLinter 3, PEP8, MyPy, Flake8, and Flake8Lint. Also explains how custom rules can be added under the pep8 section.