Articles tagged with: Tools

Small example with Python

Summary: Built a small Python tool to check if URLs have changed.


PowerShell-ing

Summary: My transition from despising Windows scripting capabilities to appreciating and using PowerShell for tasks such as image watermarking and mass file renaming.


Setup a basic node.js Windows development environment

Summary: A step-by-step guide on setting up a basic node.js development environment on a Windows system, including the installation of necessary tools and modules.


Removing DRM from Amazon Kindle and Apple books

Summary: My frustration with DRM on Amazon Kindle and Apple books, and provides a list of software tools to remove DRM from these platforms.


Of broken windows and IDEs

Summary: Discussion about the 'broken windows' theory in relation to untyped, case insensitive, and scripted programming languages like PHP, which can hide errors from developers. A proposed solution solution is to use a proper IDE or editor with automatic syntax checks and advanced greps.