Operations | Monitoring | ITSM | DevOps | Cloud

Technology

The latest News and Information on APIs, Mobile, AI, Machine Learning, IoT, Open Source and more!

Generative AI and developer experience

From its initial appearance in the dev-tools space, GenAI has had an outsized impact on how developers approach day-to-day tasks (just ask any developer about when they first started using GitHub’s copilot). While any risks are still being evaluated—like potential for introducing anti-patterns or inadvertently running afoul of compliance requirements, many engineering teams have successfully implemented GenAI with measurable gains in collaboration and productivity.

How to use Tailscale for gRPC authentication in Golang

Friends of this blog know that I am a big fan of building internal tools, or as we call them, "tools that help scale people". As the name suggests, internal tools are used, well, internally and as such usually will require their access to be restricted to the company's staff and network. In the past, I've written about how to use Tailscale for authentication of internal tools using HTTP. In this post, I will show you how to use Tailscale for gRPC authentication in Golang.

Will AI Make Our Social Life Better?

In an era marked by unprecedented technological advancement, the question of how artificial intelligence (AI) will shape our social lives looms large. As society becomes increasingly interconnected through digital mediums, understanding the implications of AI on human interactions is paramount. Leveraging a plethora of studies and trends, this article seeks to provide a comprehensive analysis of whether AI will indeed make our social lives better.

PagerDuty Study Reveals Security Concerns Are Slowing Adoption of GenAI Among the World's Largest Companies

98% of top tech execs paused their corporate genAI initiatives to establish policies. Execs say that a trusted technology partner is key to incorporating genAI into their organizations.

Leveraging LLM/Gen-AI for Accelerating Left-Shift Operations Transformation

In today’s digital landscape, delivering a flawless customer experience is the ultimate competitive advantage. However, traditional methods of ensuring service resilience during operation can often be both expensive and cumbersome to maintain. This is where left-shift operations come into play—a powerful strategy aimed at instilling quality and resiliency in the early stages of building and delivering high-quality products and services..

5 AI-Driven Tools That Can Improve Content Quality

Any concerns you had before clicking on this article about artificial intelligence (AI) generated content should be immediately dispelled. There were some noticeable concerns among writers about AI-generated content not being good enough. At the start, I despised using AI for the longest time and refrained from using it as I considered it an insult to my intelligence and skills. That was before I started using AI tools on a colleague’s request for the first time around two months ago.

The Impact of AI on Cybersecurity

Explore the fusion of Artificial Intelligence (AI) and cybersecurity, unlocking the secrets behind AI’s transformative influence in digital asset protection, during our exclusive webinar, “Enhance Your Cybersecurity by Harnessing the Power of AI.” Our product expert will discuss the wide-reaching impact of AI and teach attendees how to navigate dynamic cybersecurity trends and the ever-evolving threat landscape.

Track Errors in FastAPI for Python with AppSignal

When you first try a new library or framework, you are excited about it. However, as soon as you run something on production, things are less than ideal — an error here, an exception there - bugs everywhere! You start reading your logs, but you often lack context, like how often an error happens, in what line, etc. Fortunately, tools such as AppSignal can help. AppSignal helps you track your errors and gives you a lot of valuable insights.

Avoid flaky end-to-end tests due to poorly hydrated Frontends with Playwright's toPass()

In this video we'll dive into the world of flaky tests in Playwright and synthetic monitoring with Checkly. We examine a site with poor Frontend hydration patterns, their effect on test stability, and how to work around them. Learn how to avoid using artificial delays and implementing a retry mechanism with Playwright's 'toPass()' method to achieve stable testing instead.