The complexity of today’s workplace technology means that all of our environments are incredibly unique. Two organizations may use the same platforms and applications, but the tactics we use to implement these tools are all unique to our own goals and business needs. But all of us who work in IT and engineering can agree: our companies’ success hinges on our ability to keep our environments running smoothly. I’m a senior engineer at the pharmaceutical company AbbVie.
We’re pleased to announced the launch of N-able Cloud User Hub, following the acquisition of Spinpanel in July of this year. N-able Cloud User Hub is a multi-tenant Microsoft 365 management and automation platform built for Microsoft Cloud Solution Providers and allows users to automate the management and security of all Microsoft tenants, users, and licenses.
Building and utilizing modern applications now essentially requires APIs. They are a crucial component of every company's automated workflow, and as more customers depend on your APIs to power their applications, the demand for them to be trustworthy is growing. Your business will suffer if its performance, availability, or health degrades, thus proactive API monitoring is essential to ensure its dependability. We'll go through the most important API metrics in this article.
When people hear ‘microservices’ they often think about Kubernetes, which is a declarative container orchestrator. Because of its declarative nature, Kubernetes treats microservices as entities, which presents some challenges when it comes to troubleshooting. Let’s take a look at why troubleshooting microservices in a Kubernetes environment can be challenging, and some best practices for getting it right.
Github’s, “Github Actions” CI/CD tooling is becoming an increasingly popular option for developers. I've personally worked with several Cycle users who are adopting Github Actions as part of their deployment solution and we've found that when pairing GH actions with Cycle it makes for a simple, yet powerful combination. Today we’ll stroll through a basic example of using Github Actions alongside the Cycle platform.
The latest 2022 Gartner® Magic Quadrant™ for Unified Endpoint Management Tools report has been published! Here at Ivanti, we’re excited Gartner recognized us in the Leader quadrant for completeness of vision and ability to execute. 2022 marks the first time we’ve been recognized as a Leader, after Gartner named us their only Visionary in the UEM Magic Quadrant for 2021. But what does being named a “Leader” or a “Visionary” by Gartner really mean?
In the last 2 parts of this series around improving performance in your Django applications, we focused on database and code optimizations. In part 3, we will focus on ways to improve the frontend speed of our Django applications by using the following.
Debugging is a frequently performed task not just for general software developers but also for game developers. During a debugging process of a game, most issues can be identified by simulating a code walkthrough.