Michail Konst

Now Generating URL Slugs With Natural Language Processing!

Generate clean, SEO-friendly URL slugs using spaCy’s natural language processing capabilities.

Read more →


Safe Storage of App Secrets in Python Development

Discover an effective method for securely storing and managing sensitive app secrets in Python development.

Read more →


Automate All The Things: A Manifesto for Building Better Teams

Explore how automation can transform team dynamics, boost productivity, and foster innovation. This manifesto outlines the benefits of automating repetitive tasks to free up creative energy and improve collaboration across teams.

Read more →


Preserve commit history when moving files across Git repositories

Learn how to preserve your commit history when moving files between Git repositories, ensuring that valuable project history and context are retained during the transfer process.

Read more →


Publishing a Jekyll site to a separate Github Pages repository using Github Actions

Learn how to automate the deployment of your Jekyll site to a separate GitHub Pages repository using GitHub Actions, streamlining your workflow and ensuring seamless updates.

Read more →


Writing a Novel With Visual Studio Code

Discover how to use Visual Studio Code as a powerful tool for writing and organising your novel, with tips to enhance your creative writing process.

Read more →


Installing the NewRelic .NET agent on an Alpine Docker image

Learn how to install the New Relic .NET agent on an Alpine-based Docker image, with step-by-step instructions for monitoring your .NET applications in a lightweight container environment.

Read more →


An Implenentation of the Capital Controls Kata in Python

A walkthrough of the Capital Controls Kata in Python. Train of thought and a retrospective.

Read more →


Trigger validation of a dropdown box when tabbing over it in KnockoutJS

When tabbing over a dropdown box in a form, it’s tougher to trigger its validations than it is with empty text boxes. Here’s a trick on how to enable that.

Read more →


The Capital Controls Kata

A code kata to explore adaptation in changing system requirements.

Read more →