Operations | Monitoring | ITSM | DevOps | Cloud

Speeding up PostgreSQL ETL pipeline with the help of GODS

When working on the new Federated Reporting feature for CFEngine we had to solve the problem of collecting data from multiple CFEngine hubs (feeders) on a single hub (superhub). CFEngine hubs are using PostgreSQL to store data, so, more specifically, the problem was how to collect data from multiple PostgreSQL databases in one PostgreSQL database.

How to Develop a Cloud Optimization Strategy

If your company uses AWS, chances are you’ve considered developing a cloud optimization strategy. Since AWS resources can infinitely scale, many organizations find themselves in a conundrum where they’re not using these resources efficiently. However, a good cloud optimization strategy could potentially save an organization thousands, if not millions of dollars per year. Rather than be surprised by one more AWS bill, now is the time to think about your strategy.

Cloud Management and Optimization: How to Do it Right

If you’re anything like our customers, you’re running the majority of your business on the cloud. After headcount, it’s not uncommon that your cloud bill is one of your highest business expenses. So, it’s important to make sure you are getting maximum returns on that investment. Done right, cloud computing offers major financial and operational benefits for companies.

4 Benefits of Implementing DevOps

DevOps is a tech industry buzzword that refers to the collaboration of a software development team and operations teams within a company. The results are a Development + Operations team, a DevOps team. While it’s a buzzword, it also represents a new shift left standard that’s starting to take hold in the software development industry.

20 Best Chrome Extensions for SEO

Search Engine Optimization is not a single activity or element. In fact, it is a process which encompasses a wide range of activities focusing on different SEO elements. To improve search engine rankings, you need to pay attention to different elements which is not easy. Though there are dedicated SEO tools available, many of them require paid subscriptions.

Log Management and Graylog Alerts - Keeping Track of Events in Real-Time

Every log management solution out there has its own alerting feature. Alerts are a critical component of every logging tool. They can tell you whether an event is something you want to check out rather than just normal everyday activity you want to ignore. Graylog’s simplified interface is incredibly accessible to assist you with all the information you need in real-time, yet scalable enough to never compromise the level of detail provided.

Software team KPIs for competitor beating software

Back in the bad old days of battleship grey UIs, rounded corners made up with GIF files and “Best Viewed With Netscape Navigator 3.0” badges, businesses just wanted their software teams to ship – quality be damned! In today’s modern software world, things are much different. Technology leaders are expected to deliver on time.

Rancher and Arm Partner to Accelerate Edge Computing

Edge computing has become a clear strategic goal for many enterprises, for some it is already an absolute necessity. As the demands of applications software and the capabilities of hardware continue to grow, containers and Kubernetes have become a compelling technology for edge computing. In just the past 5 years, the way that software is manufactured and maintained has changed dramatically with the introduction of Kubernetes container orchestration.

Birds of a Fiber: A look at Falcon, a modern asynchronous web server for Ruby

The GitHub Readme describes Falcon as, "... *a multi-process, multi-fiber rack-compatible HTTP server ... Each request is executed within a lightweight fiber and can block on up-stream requests without stalling the entire server process."* The gist: Falcon aims to increase throughput of web applications by using Ruby’s Fibers to be able to continue serving requests while other requests are waiting on IO (ActiveRecord queries, network requests, file read/write, etc).