Category: Uncategorized
-
10X Your Developer Productivity with GPT-4, Custom Instructions, and Code Interpreter
Introduction In the fast-paced world of software development, finding ways to boost productivity can make a significant difference in meeting project deadlines and delivering high-quality code. Advancements in artificial intelligence have opened up new possibilities for developers to streamline their workflows and enhance their coding experience. In this article, we will explore how GPT-4 can…
-
Converting Python’s requirements.txt into Homebrew formula resources

For developers who maintain both Python and Homebrew packages, you’ve likely found that managing dependencies between the two ecosystems can be a bit challenging. Today, I am going to share a Python function that I wrote that automates the conversion of a Python requirements.txt file into Homebrew resource blocks. This can be a real time-saver,…
-
Using TFLint Behind a Corporate Firewall
There are times where you may not be able to initialize a plugin (aws, azurerm, etc.) for tflint because you are behind a corporate firewall. This can cause failures when running tflint –init. Being able to lint code locally is helpful to ensure that you are meeting your teams quality standards before you push to…
-
A Guide to Getting the Most Out of Agile
Overview I love helping teams deliver more application and cloud platform features faster to happier customers. An important component of being able to accomplish this is following an Agile methodology that works. In this post I will cover how teams can get the most out of Agile principles and practices to deliver products faster and…
-
Migrating Apps to the Cloud
App modernization looks different for everyone! There are no hard-and-fast rules or one-size-fits-all approaches to migrating applications to the cloud. Every organization has its own unique challenges, constraints, culture, goals, budgets, and market pressures that guide them on their journey. There are however some common strategies that have helped organizations successfully move tens, hundreds, or…
-
Continuous Integration and Delivery With Azure DevOps 2022
Sharing the first video in a planned series of tutorials around Azure DevOps! Learn how to use and configure Azure DevOps to implement DevOps best principles and practices with Boards, Repos, and Pipelines.
-
Getting Latest Azure DevOps Artifact Feed Package Version
The following Python script can be used to get the latest package version from a feed using Azure DevOps REST API’s. For the token, you need to generate a PAT token that at least has permissions to Packaging / Artifacts.
-
Terraform Mesh CLI Early Preview
Hello, my fellow Engineers and Developers! As many of you on the journey of adopting Terraform have likely experienced, over time your configurations grow in size and sophistication. As teams mature, Cloud Engineering becomes a body for enablement for App Developers that builds platforms rather than running every infrastructure-as-code project. This allows everyone to scale and…
-
The Twelve Days of Christmas (DevOps Edition)
What better way to celebrate the holidays than combining two of my favorite things. Christmas and DevOps! Be sure to sing to the tune of Twelve Days of Christmas. On the day before Christmas my DevOps engineers gave to me… Twelve merge requests arising Eleven tests passing Ten bugs a-squashing Nine features flying Eight pipelines…
-
Enable Developers to Adopt Cloud and Build the Future by Shifting Left
Looking to inspire broad cloud adoption and rapid transformation within your company? Finding ways to shift left so that product teams and app developers are in control of their cloud journey is an important step. Shift left simply means making it possible for development teams to self service the cloud for building their applications. Said another way, it takes…