Git Branching: When Less is More
After years in network engineering and software development environments, I’ve observed a troubling but rarely discussed reality: a significant proportion of...
After years in network engineering and software development environments, I’ve observed a troubling but rarely discussed reality: a significant proportion of...
GitHub Actions are automated tasks that can be triggered directly from a GitHub repository. They are used to automate software development workflows such as ...
I suggest approaching GitOps with caution, particularly when it comes to branching strategies. GitOps can be a great way to implement infrastructure as code,...
All configuration management that I do is using git. git is both fast and efficient. Different projects that I work on use either a mono-repo approach or a m...
Using git in both work and home, being able to configure the environment efficiently depending on what I’m doing is critical.
The rise of AI coding assistants like GitHub Copilot and Cursor marks a significant shift in how software is developed. While these tools undoubtedly offer p...
Modern network management systems increasingly leverage AI to interpret vast telemetry datasets, predict potential failures, and suggest remediation actions....
The evolution of Large Language Models (LLMs) has been primarily focused on generating human-like text—answering questions, writing content, and synthesising...
Prompt engineering has rapidly evolved from an obscure technique to a critical skill in the AI ecosystem. It represents the art and science of crafting input...
The evolution of domain-specific language models represents one of the most promising developments in practical AI deployment. While general-purpose models l...
Modern network management systems increasingly leverage AI to interpret vast telemetry datasets, predict potential failures, and suggest remediation actions....
The evolution of Large Language Models (LLMs) has been primarily focused on generating human-like text—answering questions, writing content, and synthesising...
Prompt engineering has rapidly evolved from an obscure technique to a critical skill in the AI ecosystem. It represents the art and science of crafting input...
The evolution of domain-specific language models represents one of the most promising developments in practical AI deployment. While general-purpose models l...
Recently I seem to be spending an inordinate amount of time setting up project infrastructure for Go based projects. Looking at options around how I could t...
Gotling is a great HTTP Load test tool. Nothing exists for doing something similar over NETCONF. nc-hammer is a tool that can be used to generate load agai...
Mature NETCONF client libraries exist for Python. For Go, the primary library is hosted at https://github.com/Juniper/go-netconf. Although hosted under the...
What Is IaC?
kubectl for clusters.
I’ve started documenting how terraform works with AWS, with a view to sharing with work colleagues that are unfamiliar with terraform and/or AWS resources.
What Is IaC?
kubectl for clusters.
I’ve started documenting how terraform works with AWS, with a view to sharing with work colleagues that are unfamiliar with terraform and/or AWS resources.
Gotling is a great HTTP Load test tool. Nothing exists for doing something similar over NETCONF. nc-hammer is a tool that can be used to generate load agai...
Mature NETCONF client libraries exist for Python. For Go, the primary library is hosted at https://github.com/Juniper/go-netconf. Although hosted under the...
Using Java in a Microservice based Architecture is challenging. The JVM is slow to start and consume significant memory at bootstrap. In container based de...
µONOS is a code-name for the next generation architecture of ONOS - an open-source SDN control and configuration platform. The µONOS architecture is:
To make (re)-initialising a mac easier I’ve scripted a setup bashed on homebrew.
Using git in both work and home, being able to configure the environment efficiently depending on what I’m doing is critical.
Kubernetes uses a key-value object called a secret, but by default, they are not fully secure. They are kept separate from other data to allow for separate s...
When working with Kubernetes, it is convenient to spin up a local cluster for development purposes. There are a variety of solutions for doing this: Minikube...
GitHub Actions are automated tasks that can be triggered directly from a GitHub repository. They are used to automate software development workflows such as ...
I suggest approaching GitOps with caution, particularly when it comes to branching strategies. GitOps can be a great way to implement infrastructure as code,...
There’s a growing interest in leveraging AI tools to aid in code development in the software industry. While many opt to use models like ChatGPT to generate ...
The emergence of OpenAI’s GPT models, including ChatGPT, has revolutionized the field of Natural Language Processing (NLP) and opened up new possibilities fo...
There’s a growing interest in leveraging AI tools to aid in code development in the software industry. While many opt to use models like ChatGPT to generate ...
The emergence of OpenAI’s GPT models, including ChatGPT, has revolutionized the field of Natural Language Processing (NLP) and opened up new possibilities fo...
The idea behind Micro Frontends is to think about a website or web app as a composition of features which are owned by independent teams. Each team has a dis...
Anyone that has worked with me for any period of time, knows I love Bob. Bob released a new book last year, only got time recently to work through it. If you...
I bumped into an old work-colleague, someone who I respect as a great programmer, a JVM nut, and he’s raving about Kotlin and type inference.
Gotling is a great HTTP Load test tool. Nothing exists for doing something similar over NETCONF. nc-hammer is a tool that can be used to generate load agai...
µONOS is a code-name for the next generation architecture of ONOS - an open-source SDN control and configuration platform. The µONOS architecture is:
Re-imaging servers for testing purposes is a laborious activity. Anything that can speed this up is a godsend. In a networked environment using a tftp and ...
Re-imaging servers for testing purposes is a laborious activity. Anything that can speed this up is a godsend. In a networked environment using a tftp and ...
Re-imaging servers for testing purposes is a laborious activity. Anything that can speed this up is a godsend. In a networked environment using a tftp and ...
Re-imaging servers for testing purposes is a laborious activity. Anything that can speed this up is a godsend. In a networked environment using a tftp and ...
Recently I seem to be spending an inordinate amount of time setting up project infrastructure for Go based projects. Looking at options around how I could t...
I’ve been learning a new product in work, as I go along I’ve kept notes on various features / functionality. Over time this has grown into a useful document...
I’ve been learning a new product in work, as I go along I’ve kept notes on various features / functionality. Over time this has grown into a useful document...
Using Java in a Microservice based Architecture is challenging. The JVM is slow to start and consume significant memory at bootstrap. In container based de...
To make (re)-initialising a mac easier I’ve scripted a setup bashed on homebrew.
When working with Kubernetes, it is convenient to spin up a local cluster for development purposes. There are a variety of solutions for doing this: Minikube...
I’ve started documenting how terraform works with AWS, with a view to sharing with work colleagues that are unfamiliar with terraform and/or AWS resources.
What Is IaC?
Distroless Docker images are becoming popular for deployment containers due to their small size and reduced attack surface. These images eliminate the full o...
Distroless Docker images are becoming popular for deployment containers due to their small size and reduced attack surface. These images eliminate the full o...
Nats.io is an open-source, cloud-native messaging system that provides high-performance and secure communication between services and applications. It uses t...
Nats.io is an open-source, cloud-native messaging system that provides high-performance and secure communication between services and applications. It uses t...
Conway’s Law serves as a reminder that effective communication structures are essential to successful software development. The structure of a team can enabl...
Conway’s Law serves as a reminder that effective communication structures are essential to successful software development. The structure of a team can enabl...
``` Scenario: User can scale a cloud native application horizontally
``` Scenario: User can scale a cloud native application horizontally
The use of the Kubernetes Operator pattern for purposes other than managing applications deployed on a cluster can be seen as a useful solution:
In May 2021, the U.S. White House issued its Executive Order on Improving the Nation’s Cybersecurity and it has the potential to revolutionize software devel...
Kubernetes uses a key-value object called a secret, but by default, they are not fully secure. They are kept separate from other data to allow for separate s...
Automated code review tools are a game changer for software development. By integrating these tools into the merge request process, developers can receive re...
As a software developer, I have a strong opinion on Event Sourcing as a software design pattern and architectural style. Event Sourcing is a unique and innov...
As a software developer, I have a strong opinion on Event Sourcing as a software design pattern and architectural style. Event Sourcing is a unique and innov...
There’s a growing interest in leveraging AI tools to aid in code development in the software industry. While many opt to use models like ChatGPT to generate ...
One of the significant challenges in the development of APIs is capturing and conveying their business value effectively.
The evolution of domain-specific language models represents one of the most promising developments in practical AI deployment. While general-purpose models l...
Prompt engineering has rapidly evolved from an obscure technique to a critical skill in the AI ecosystem. It represents the art and science of crafting input...
Progressive delivery has become a cornerstone of modern software deployment, but traditional canary releases often involve too much risk too quickly. Enter t...
Progressive delivery has become a cornerstone of modern software deployment, but traditional canary releases often involve too much risk too quickly. Enter t...
Progressive delivery has become a cornerstone of modern software deployment, but traditional canary releases often involve too much risk too quickly. Enter t...
Domain-Driven Design (DDD) has transformed how we build software by ensuring our technical implementations reflect the nuances of business domains. Yet while...
Domain-Driven Design (DDD) has transformed how we build software by ensuring our technical implementations reflect the nuances of business domains. Yet while...
Domain-Driven Design (DDD) has transformed how we build software by ensuring our technical implementations reflect the nuances of business domains. Yet while...
The evolution of Large Language Models (LLMs) has been primarily focused on generating human-like text—answering questions, writing content, and synthesising...
The evolution of Large Language Models (LLMs) has been primarily focused on generating human-like text—answering questions, writing content, and synthesising...
Modern network management systems increasingly leverage AI to interpret vast telemetry datasets, predict potential failures, and suggest remediation actions....
Modern network management systems increasingly leverage AI to interpret vast telemetry datasets, predict potential failures, and suggest remediation actions....
After years of championing Go for network automation and infrastructure projects, I’ve recently dipped my toes into Python. While Python’s ubiquity in the ne...
After years of championing Go for network automation and infrastructure projects, I’ve recently dipped my toes into Python. While Python’s ubiquity in the ne...
After years of championing Go for network automation and infrastructure projects, I’ve recently dipped my toes into Python. While Python’s ubiquity in the ne...
After years of championing Go for network automation and infrastructure projects, I’ve recently dipped my toes into Python. While Python’s ubiquity in the ne...
After years in network engineering and software development environments, I’ve observed a troubling but rarely discussed reality: a significant proportion of...
After years in network engineering and software development environments, I’ve observed a troubling but rarely discussed reality: a significant proportion of...
The rise of AI coding assistants like GitHub Copilot and Cursor marks a significant shift in how software is developed. While these tools undoubtedly offer p...
The rise of AI coding assistants like GitHub Copilot and Cursor marks a significant shift in how software is developed. While these tools undoubtedly offer p...
The rise of distributed tracing has fundamentally changed how we understand application behaviour in complex systems. With platforms like Datadog offering so...
The rise of distributed tracing has fundamentally changed how we understand application behaviour in complex systems. With platforms like Datadog offering so...
The rise of distributed tracing has fundamentally changed how we understand application behaviour in complex systems. With platforms like Datadog offering so...
The rise of distributed tracing has fundamentally changed how we understand application behaviour in complex systems. With platforms like Datadog offering so...
The rise of distributed tracing has fundamentally changed how we understand application behaviour in complex systems. With platforms like Datadog offering so...
The conventional wisdom suggests that true innovation belongs to the domain of nimble startups and small companies. Large organisations, with their bureaucra...
The conventional wisdom suggests that true innovation belongs to the domain of nimble startups and small companies. Large organisations, with their bureaucra...
The conventional wisdom suggests that true innovation belongs to the domain of nimble startups and small companies. Large organisations, with their bureaucra...
The conventional wisdom suggests that true innovation belongs to the domain of nimble startups and small companies. Large organisations, with their bureaucra...
Networking has always been a domain where automation arrives fashionably late to the party. While software developers have enjoyed increasingly sophisticated...
Networking has always been a domain where automation arrives fashionably late to the party. While software developers have enjoyed increasingly sophisticated...
Networking has always been a domain where automation arrives fashionably late to the party. While software developers have enjoyed increasingly sophisticated...
Networking has always been a domain where automation arrives fashionably late to the party. While software developers have enjoyed increasingly sophisticated...
Networking has always been a domain where automation arrives fashionably late to the party. While software developers have enjoyed increasingly sophisticated...
The post-pandemic embrace of remote work has fundamentally altered the landscape of professional environments across industries. While the flexibility and wo...
The post-pandemic embrace of remote work has fundamentally altered the landscape of professional environments across industries. While the flexibility and wo...
The post-pandemic embrace of remote work has fundamentally altered the landscape of professional environments across industries. While the flexibility and wo...
The post-pandemic embrace of remote work has fundamentally altered the landscape of professional environments across industries. While the flexibility and wo...
The post-pandemic embrace of remote work has fundamentally altered the landscape of professional environments across industries. While the flexibility and wo...
Early in my career, I viewed frameworks as magical solutions to complex problems—drop in a dependency, import a few packages, and suddenly you have authentic...
Early in my career, I viewed frameworks as magical solutions to complex problems—drop in a dependency, import a few packages, and suddenly you have authentic...
Early in my career, I viewed frameworks as magical solutions to complex problems—drop in a dependency, import a few packages, and suddenly you have authentic...
Early in my career, I viewed frameworks as magical solutions to complex problems—drop in a dependency, import a few packages, and suddenly you have authentic...