Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

Multi-Cloud Trends In The Banking And Finance Sector

Organisations in the banking, insurance, and financial services sectors have been slower than others in moving to the cloud due to concerns over security, data residency, and privacy. For more traditional financial institutions, there is also the not insignificant consideration that their core banking systems are running on decades old on-prem architecture that is just not possible to shift to the public cloud. Nevertheless, adoption of the cloud in banking and finance is happening.

The next-gen open source financial services cloud

The financial services industry has evolved at an astonishing rate in recent years, underpinned by rapid advances in technology. Financial institutions (FIs) are digitising their customer journeys and scaling-up transformation. Cloud is a catalyst for enterprise business transformation and is a focus for C-suite executives and board members of financial services organisations.

Logic App Best practices, Tips and Tricks: #9 Control your connectors (API connections)

Welcome once again to another Logic App Best practices, Tips, and Tricks. In my previous blog posts, I talked about some of the most essential best practices you should have while working with the Azure Logic App: And some tips and tricks: Today I’m going to speak about another critical Best practice, Tips, and Tricks that you need to implement while administrating your cloud integration resources: Control your connectors (API connections).

Podcast: Break Things on Purpose | JJ Tang: People, Process, Culture, Tools

For this episode we’re continuing to “Build Things on Purpose” with JJ Tang, co-founder of Rootly, who joins us to talk about incident response, the tool he’s built, and his many lessons learned from incidents. Rootly is aiming to automate some of the more tedious work around incidents, and keeping that consistency. JJ chats about why he and his co-founder built Rootly, and the problems they’re trying to fix and eliminate when it comes to reliability.

The State & Future of GitLens

GitLens was developed in 2016 as a lightweight extension that supercharges the capabilities of Git within VS Code. Today, with over 14 million installs and counting, GitLens is the most popular Git extension in the VS Code marketplace and one of the most widely-used extensions overall. Millions of developers are leveraging GitLens to unlock helpful insights about their project history in VS Code.

Testing Python: Understanding Doctest and Unittest

Testing is crucial in the software development phase. It helps ensure easy debugging, agile code, and enhanced reusability. Performing tests that cover all use cases helps prevent a codebase from breaking — minimizing exposure to vulnerabilities. Python has two main testing frameworks that developers can use, doctest and unittest.