Skip to main content

Optimizing IT operations with Elasticsearch Machine Learning

Optimizing IT operations with Elasticsearch Machine Learning

In the 21st Century, data is the biggest commodity. The value you can rip out of data is immense. However, you need a sophisticated system to analyze data to get valuable insights. There are multiple sources of data in any IT operation. You can analyze data generated from applications, servers, networks, and infrastructure to detect potential issues. This operational data is primarily gathered through system-produced metrics and logs.

RBAC for frontend and backend using Keycloak

RBAC for frontend and backend using Keycloak

User authentication is necessary to safeguard your organization's data and systems. Granting system/data access to a person that he is not supposed to access can be disastrous. A Verizon report suggests that 82% of breaches are caused due to human elements such as misuse, errors, and social attacks. Organizations have seen a growth of 13% in ransomware breaches – more than the last five years combined.

Ensuring secured cloud migration

Ensuring secured cloud migration

The cloud expenditure forecasts are always filled with mind-boggling numbers. An IDC report suggests the whole cloud spending to reach $1.3 trillion by 2025. Although the report includes the entire cloud, which means all cloud-related expenses such as hardware, software, all the as-a-service models, and services, the number is still huge. These vast numbers also mean increased demand for service expertise on the cloud.

Creating Helm Repository Using GitHub Pages

Creating Helm Repository Using GitHub Pages

Helm is slowly becoming a popular choice for managing Kubernetes applications. It is a Kubernetes deployment tool for packaging, automating, creating, deploying, and configuring services and applications to Kubernetes clusters. Helm simplifies application deployments on Kubernetes, not only because it facilitates the application release phase but also because Helm makes it possible to manage variables in the Kubernetes manifest YAML files easily.

Bringing Value Stream Mapping to the DevOps culture

Bringing Value Stream Mapping to the DevOps culture

'Value' is a strong word for organizations today. Over the years, organizations have looked at ways to improve processes and bring value to their customers. Focusing on the proper techniques, cutting waste, and reducing process cycle times were some of the basic things we all did to bring value. Toyota production systems came up with Value Stream Mapping (VSM) in the 90s with the same purpose.

Animation with Vue.js and GreenSock

Front-end is a vital component of any product's success. There are a few exciting options when it comes to JavaScript frameworks for the front-end. Vue.js is one such option that is slowly becoming popular amongst developers because of the features like Virtual DOM, Data Binding, Components, Event Handling, Animation/Transition, Computed Properties, Templates, and Directives. In this blog, I will talk about one of these key features – animation and how to animate Vue.js with GreenSock.

Leveraging AIOps for SRE

Cloud, Agile, and DevOps have revolutionized how software is developed and consumed. Speed, dynamic implementation of changes, global presence, and quality are the areas that the IT revolution has influenced. While organizations are banking on the newer tech stacks and platforms to cater to the demands of a pool of ever-increasing users, it has become imperative to balance agility with reliability.

Ways to host a MongoDB cluster on Kubernetes

Ways to host a MongoDB cluster on Kubernetes

MongoDB is one of the most used database programs among developers. It is an open-source, general purpose, document-based, distributed NoSQL database server that is especially popular with JavaScript projects. It is instrumental in managing vast databases. In this blog, I will explain two ways of hosting a MongoDB cluster on Kubernetes.

Automating Microsoft OfficeJS Word Add-in

Automating Microsoft OfficeJS Word Add-in

The use of add-ins elevates the overall Office experience for many Microsoft Office users. There are more than 2,000 add-ins for Microsoft Office 365. The Office add-in platform allows for multiple development options, of which the Word add-in is one. To interact with the content in a Word document, you can utilize add-in commands that extend the Word UI and start task panes to run JavaScripts. All codes that you choose to run on the web browser will run in a Word add-in.