Operations | Monitoring | ITSM | DevOps | Cloud

April 2023

Static credential management for platform engineers

Cloud CI/CD is a force multiplier for development teams, especially those working remotely. Automated CI/CD takes load off of developers, allowing them to focus on building better products. Hosted CI/CD adds further benefit to this, ensuring that this newfound capacity isn’t spent managing the testing and deployment infrastructure, and that remote team members have easy access to CI/CD tools.

DevOps is dead? Nope, it is maturing ft. Jesse Robbins of Heavybit

In this episode, Rob sits down with the DevOps “party starter” himself, Jesse Robbins, to discuss the current state of software delivery. Is DevOps really dead, or are we simply witnessing a maturing model as organizations grow and evolve? Tune it to hear Jesse’s valuable take on where he sees the industry moving and the potential complexities on the horizon.

CircleCI config policies: A tale of empowerment and control

If you’ve worked in a large, security-minded organization, you know how developers’ need for speed often clashes with the organization’s need for security. Often this conflict erupts into a high-stakes battle between two teams with very different priorities and perspectives. Ok, it may not always be so dramatic, but the challenge of control and empowerment is very real.

CircleCI Technical Demo + Q&A

Join us for a high level tour of CircleCI, and learn how to most effectively utilize the platform’s features and capabilities. Every first and third Wednesday, we’ll be offering a technical demo so you can learn best practices and have all your CircleCI questions answered. Topics Covered: How it works: the nuts and bolts of the product Why CircleCI can make developers’ jobs easier and more rewarding How CircleCI can support your security posture by ensuring organizational policies and guardrails are met Greater visibility by surfacing trends and status across your organization

Deploy a Dockerized Go application to Azure

As a software engineer, one of your goals is to ensure that your product can be accessed globally by your customers. It’s not enough that an app is bug-free and works flawlessly if it only works on localhost. Docker was introduced to solve the “it works on my machine” problem. For example, the particular version of a programming language a developer is using on Windows or MacOS may not be working on the hosting server.