Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

Top Data Center Management Trends to Watch in 2024

In the blink of an eye, 2023 has come to an end and the data center industry saw lots of movement towards sustainability, AI, and operational efficiency. Data center management is ever-changing and evolving, and it’s important to stay on top of the latest trends to guide you to success in the new year. With 2024 just days away, here are the top 10 emerging data center management trends that you should watch out for.

Testing a PyTorch machine learning model with pytest and CircleCI

PyTorch is an open-source machine learning (ML) framework that accelerates the path from research prototyping to production deployment. You can work with PyTorch using regular Python without delving into the underlying native C++ code. It contains a full toolkit for building production-worthy ML applications, including layers for deep neural networks, activation functions and optimizers. It also has associated libraries for computer vision and natural language processing.

Dave Farley reflects on 25 years of software development & the future of AI

In this episode Rob is joined by Dave Farley, software legend and author of books "Continuous Delivery" and "Modern Software Engineering”. The two tackle the essence of software development culture and the current state of software delivery. They unpack why it’s important to prioritize problem-solving abilities over technical skills when it comes to hiring, emphasizing a healthy culture and the need for continuous learning on the job.

Deploying a Golang Microservice to Kubernetes

With the rise of cloud computing, containerization, and microservices architecture, developers are adopting new approaches to building and deploying applications that are more scalable and resilient. Microservices architecture, in particular, has gained significant popularity due to its ability to break down monolithic applications into smaller, independent services.

The Era Of Efficient Engineering: 3 Takeaways From AWS re:Invent 2023

I GOT MENTIONED BY AMAZON’S CTO!!!!! Sorry. Just had to get that out of the way. Another year, another pilgrimage to Sin City to rub shoulders with the architects of Amazon, to talk shop with the world’s leading software companies, and to hear the latest announcements from all the wave-makers on the expo floor. It’s also an opportunity for the cloud industry, now endowed with the very serious task of keeping much of our economy humming, to live a little.

What is MDM & Key Features | Android MDM Introduction

Android mobile device management is best used to access, deploy, configure, control, and monitor devices remotely, in which, use a centralized console to carry out the management process. Chapters: Mobile device management for Android is available to manage these device types: smartphones, tablets, rugged handhelds, check-in kiosks, digital signages, smart TVs, and other AOSP devices.

Build Your Own kubectl in Node, Python and Go by Kyle Quest - Navigate Europe 23

Join Kyle Quest as he demystifies Kubernetes and its command-line tool kubectl. Deep dive into the complexities of Kubernetes' APIs, the structure of kubectl, and how to replicate its functionality in Node, Python, and Go. Get valuable insights into Kubernetes' API groups, practical examples in different programming languages, and tips for understanding and building your own kubectl.