Asciinema fills a unique niche in the toolkit for terminal recording and sharing. It bridges the gap between plain text output and video, offering the best of both worlds: the clarity and timing of a recording with the selectability and accessibility of text. Whether you’re creating tutorials, documenting bugs, or sharing command-line workflows, asciinema deserves a spot in your toolkit.
From Relic to Relevance: COBOL’s 88-Level Fields for Modern Coders
Remember when blockchain was going to change everything? Now AI is the trend dominating every conversationโbut some of the most effective programming ideas have been around for decades. This post examines one of COBOLโs lesser-known yet highly practical features: the 88-level field. Far more than a simple boolean, 88-level fields provide a clear, maintainable way to describe data conditions, enforce business rules, and streamline initialization. Through real-world examples, youโll see how this feature can reduce complexity, eliminate hard-coded values, and make logic more expressiveโdemonstrating that sometimes proven tools from โoldโ languages still have lessons worth applying today.
CI/CD for Legacy .NET Framework Apps: How to Automate Deployment Pipelines
Outdated deployment practices can slow down even the best software teams. When youโre still manually moving files between servers, itโs easy for small mistakes to slip through and updates to take longer than they should. At Keyhole Software, weโve seen firsthand how this approach can hold back your projects. The solution is to automate deployment pipelines. It brings consistency, reliability, …
Writing Java Code and Unit Tests Faster with GitHub Copilot
In this post, weโll explore how to use GitHub Copilot to generate Java code and unit tests with minimal manual input. Using a real-world exampleโa mortgage calculator serviceโyouโll see how Copilot can help write both the core logic and the corresponding unit tests. Whether youโre new to AI-assisted development or curious about Copilotโs capabilities in a Java environment, this tutorial will give you practical insight into how it worksโand where human oversight still matters.
Best Practices for Secure Java Development in Regulated Industries
Security is the cornerstone of software built for regulated industries. Applications must work properly and meet strict compliance standards while protecting sensitive information at every stage. In healthcare, finance, and other regulated fields, secure Java development ensures data is safe, trust is maintained, and legal obligations are met. At Keyhole Software, we help teams build security into every part of …



