Articles tagged with: Tools

Migrating from BlogEngine.NET to Pelican

Summary: The process of migrating from BlogEngine.NET to Pelican due to a desire for a simpler, static site generator.


KISS

Summary: The KISS (Keep It Simple, Stupid) design principle, emphasizing its importance in development.


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.


Setting up a Ubuntu VirtualBox Virtual Machine

Summary: A detailed guide on setting up an Ubuntu VirtualBox Virtual Machine, including basic configuration, Ubuntu tweaks, troubleshooting tips, and security measures.


Code and style checks for Ruby at Sublime Text

Summary: Using Sublime Text for Ruby code and style checks, and setting up some Sublime plugins.