Posts tagged with python
-
A CLI comparison of Java, JavaScript and Python
Mar 16, 2019The inspiration for this post is the Python, Ruby, and Golang: A Command-Line Application Comparison published on Real Python.
-
Automatically upgrade parent pom
Feb 16, 2019TL;DR: I wrote a script that discovers git repositories with an outdated parent pom and then it creates a pull request on each repository to set the parent pom version to latest and greatest.
-
Goodbye bash
Feb 11, 2019Having written my fair share of bash scripts last year, I decided to replace it with something else. This is how I decided to replace it with Python.
-
Upgrading Dependencies
Nov 4, 2018This page shows how to upgrade dependencies in various programming languages and dependency management systems.
-
kddbot: JIRA to Confluence automation
Feb 14, 2018TL;DR: I implemented a small working poc that shows how to automatically create a Confluence page when a Jira ticket is created.
-
Batch editing WordPress posts
Jan 4, 2018TL;DR: I had some fun hacking a tiny tool to batch edit posts in my blog in order to fix syntax highlighting of code blocks.