Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

How to Expose and protect Logic App using Azure API Management (Part 3) - Exposing multiple Logic Apps in a single API

It has been a while since I wrote about this topic. I didn’t finish this blog series for several reasons, and now, one year later, it is the right time to continue this story. In the first part of this blog series, I have explained how you can expose a Logic App in API Management. It is a straightforward and simple process. Microsoft did a great job on this user experience.

3 Reasons Why Your Startup Should Move From Heroku To AWS

Heroku and AWS (Amazon Web Services) are the two most commonly used cloud services in present times. It lets a business deploy, monitor, and scale mobile and web applications. Both services are great for hosting applications and offer cloud computing resources. Choosing the best hosting service becomes difficult when you take a glance at the plethora of products that AWS offers. In case you are planning to switch to AWS from Heroku, you have come to the right place.

Event Log Management and Monitoring

Computer networks all around the world generate daily records of events occurring in their system. Some events are routine while others indicate potential security breaches or weak network health. Event log files consist of log information that can help organizations reduce their exposure against malware, intruders, damages and legal obligations.

How to SRE without an SRE on your team

Are terms like “Error budgets” and SLOs roadblocks on your way to adopting SRE practices for your organisation? Our latest blog talks of "How to SRE without an SRE on your team", where we look at some of the most elementary SRE concepts that you can start implementing right away! We help you pick SLOs, identify toil and touch base on Automation for SREs along with few best practices to get you started on your SRE journey.

Eliminating DevOps Monitoring Challenges, Part IV: Data Transparency

A crucial step to having efficient DevOps consulting is by being completely transparent with data. By making monitoring data available to everyone in the value stream, everyone shares a common view of reality, which aids in communications, and demonstrates transparency which enhances trust.

Eliminating DevOps Monitoring Challenges, Part V: Actionable Alerts

In our last four blog posts, we have been sharing tips on eliminating DevOps monitoring challenges. In case you’ve missed them, make sure to catch up with our “Eliminating DevOps Monitoring Challenges” series. The next key point is to make sure you’re engaging the right people at the right time. This sounds obvious, but you’d be surprised how often it doesn’t happen.

Embedded Linux for teams

A Linux kernel for each developer team, which uses it to bring up target boards. Bespoke, built, issued, and maintained over years by the vendor. Teams that focus on building great apps, rather than figuring out hardware dependencies. Happy developers that bootstrap smart devices in no time. This is what highly productive embedded systems development should look like. Let’s unpack that vision.

Accelerate Modernizing FSI Vertical's Legacy Apps

In the past 2 years over 25 FSI enterprises have explored CloudHedge to automate modernization of legacy apps. Applications within FSI enterprises are two kinds, the back-office apps and the external consumer apps (end customers or partners/vendors). Most of these applications were built with legacy technologies and are difficult to quickly add/fix features or hot-fixes. Some of the applications even take 3 months before a fix can be released for the end-users.

Continuous Code Analysis with SonarQube and Codefresh

SonarQube is a universal tool for code analysis that provides continuous inspection of your code to highlight existing and newly introduced issues. This allows you to “Clean as You Code”, which aims to reach the maximum code quality in your newly written code. This post will: The SonarQube architecture consists of a server and a SonarScanner. The Scanner is a separate client type application that is used to analyze projects in connection with SonarQube.