Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Why Refactor an App? We have Rehosted App on Cloud!

Enterprise IT and ISV developers are intrigued by technology benefits of containers and Kubernetes. However, when they go with a recommendation to their senior management to containerize applications, one question is asked – Why do we need to containerize? Didn’t we rehost our application to the cloud?

Docker and Kubernetes: What is the Value of Containerization?

In the last few years, the primitive and conservative world is vanishing. In its place is emerging new world whose base is science and technology. The DevOps community has been flourished due to microservices and containerization-based architecture. According to 451 Research, container technology such as Docker and Kubernetes will eventually face the fastest growth in contrast with other cloud-enabling technologies, with an estimated CAGR of 40% through 2020.

EveryStep and UserView - Script Time Watchers

There may be situations when you want to allow time for specific elements to load on your page or ensure certain actions occur within a specific time constraint. In these cases, a Script Time Watcher can be created and applied to individual steps within your script. Script Time Watchers are ideal for the following scenarios: Logon authentication, Credit card/payment method validation, ...

The importance of feedback in your work

Humankind was made to desire success. Everybody wants to be successful. Everybody wants to see successful results of their work. Same at work when you are on a project, same at home when you are trying to make a delicious meal. And the most satisfying feeling afterwards is when you get appreciated, which always is not the case at first couple of trials.

PHP Profiling: How to Find Slow Code

I use performance monitoring tools primarily to find slow and buggy code. At the start of development, I typically use the tools more for finding software bugs. Once the codebase is at a relatively stable phase, then I shift my focus toward finding less performant code. Which is why I turn to tools like Retrace to help with profiling for better performance.

The Differences Between Monitoring Containerized Apps and Non-Containerized Apps

Containers provide a nifty solution to package up applications along with their dependencies, and for the whole encapsulated process to be run on a host system. This technology is undeniably popular due to its ability to allow developers to create flexible, scalable, reliable solutions in a quicker amount of time. It has enabled more freedom in choosing the technology we use in our applications and has brought development and production environments closer to parity.

How IT Consultants Can Save Time with Uptime.com

Today’s economy has created a new class of worker: the IT consultant. This lone warrior often manages multiple websites, responding to anything from outages to update requests and every code debug in between. If one can manage the never ending onslaught of servers, API calls and transactions these sites rely on each day, it’s a pretty decent living. The key is removing all the menial work that overwhelms and stifles productivity.

Should you become a DevOps engineer?

While there are plenty of articles aiming to instruct newbies on “how to become a DevOps engineer”, none of them answer a simple question – should you become one to start with? For me, it’s been a long and winding journey to becoming what is called a Site Reliability Engineer (SRE). The journey was unplanned, and for each step, I had to figure out what I want my next challenge to be and how to achieve it.

Detecting jQuery File Upload vulnerability using Falco (CVE-2018-9206)

In the past few days, a new vulnerability was disclosed in a widely used component – jQuery File Upload plugin. A change in Apache’s Web Server security setting handling, exposed users of this plugin to an unrestricted file upload flaw. Let’s dig in on how to detect jQuery File Upload vulnerability (CVE-2018-9206) using Falco.