Operations | Monitoring | ITSM | DevOps | Cloud

Gremlin Chaos Engineering Practitioner Certificate Prep Session

Looking to become one of the world’s first Gremlin-certified Chaos Engineering Practitioners? Find everything you need to prepare for the exam during our prep session! Get an in-depth understanding of exactly what you need to focus on in order to pass the Gremlin Chaos Engineering Practitioner Certificate exam.

The Evolving World of GitOps and Observability

Is GitOps changing observability as we know it? GitOps has been the buzz word in the DevOps space for several years. GitOps, to those that are not familiar, is an operational methodology for DevOps that leverages a continuous deployment approach with Git as the single source of ‘truth’ for declarative control over both infrastructure and applications.

Teamwork Project Management (Key Statistics)

Teamwork project management is critical to the success of your organization. If you have the right project management tools in place, these will give your team a strategic advantage. A team can only ever be as good as the tools it utilizes. Organizations committed to delivering incredible customer experiences are actively investing in teamwork project management solutions.

Go with your Data Flow - Improve your Machine Learning Pipelines

Many of you are familiar with Splunk’s Machine Learning Toolkit (MLTK) and the Deep Learning Toolkit (DLTK) for Splunk and have started working with either one to address security, operations, DevOps or business use cases. A frequently asked question that I often hear about MLTK is how to organize the data flow in Splunk Enterprise or Splunk Cloud.

Interview with Cybersecurity Specialist Mark Kerzner

For the newest instalment in our series of interviews asking leading technology specialists about their achievements in their field, we’ve welcomed Mark Kerzner, software developer and thought leader in cybersecurity training who is also the VP at training solutions company, Elephant Scale. His company has taught tens of thousands of students at dozens of leading companies. Elephant Scale started by publishing a book called ‘Hadoop Illuminated‘.

How to Find Hibernate Performance Issues in Development and Production

The Java Persistence API (JPA) is used in most Java applications to interact with a relational database. One of its most popular implementations is the Hibernate ORM, because it uses object-relational mapping to abstract database interactions and makes implementing simple CRUD operations very simple. But this abstraction also has its downsides. Hibernate uses a lot of internal optimizations and hides all database interactions behind its API.