ContentPosts from @flynnrider0620..
Story
@adammetis shared a post, 1 year, 8 months ago
DevRel, Metis

All Your Monitoring Solutions Are Just Wrong

There are many monitoring solutions available in the market. Some of them are ubiquitous and very popular. However, all of them are simply wrong and put the burden of monitoring on the users. They still use the approach that worked well when we didn’t have multi-tenant applications and hundreds of microservices but is not good enough today. In this article, we’re going to see what these solutions lack and what modern monitoring should look like.

Are Just Wrong@3x
Story
@squadcast shared a post, 1 year, 8 months ago

Mastering the Balancing Act: Strategies for SRE Teams to Innovate While Ensuring Reliability

Strategies for SRE teams to balance innovation with reliability, highlighting key practices and real-world scenarios

Link
@faun shared a link, 1 year, 8 months ago
FAUN.dev()

Developers Need to Learn How  to Give Up Sooner

Developers often struggle with knowing when to give up on a search for answers, falling into local maxima and wasting time on inefficient methods. Using AI for programming assistance, like Chat GPT, can lead to further confusion and require a strong sense of when to bail. Knowing when to read the ma.. read more  

Developers Need to Learn How  to Give Up Sooner
Link
@faun shared a link, 1 year, 8 months ago
FAUN.dev()

Want to become an AI developer? Here’s how with MySQL HeatWave

Story
@laura_garcia shared a post, 1 year, 8 months ago
Software Developer, RELIANOID

Meta’s March 5 Outage: Lessons Learned and the Need for Secure, Decentralized, and Open Source Social Platforms

On March 5, 2024, Meta Platforms Inc., the parent company of Facebook, Instagram, and Threads, experienced a global outage that left millions of users unable to access their accounts for approximately two hours. The incident, caused by a configuration issue, disrupted not only social interactions but also impacted Meta’s virtual reality hardware, raising concerns about the reliability and security of the tech giant’s services.

META outage RELIANOID
Story
@adammetis shared a post, 1 year, 8 months ago
DevRel, Metis

Platform Engineers Must Change Developers and Databases - And Here Is How

We went through a big transformation in recent decades, we learned how to deliver the software better, and we devised new practices and patterns to streamline the work between the teams. However, the current software development lifecycle (SDLC) is still far from being perfect. Teams spend much time on the handoffs of the artifacts. They communicate inefficiently, and they lack proper checks early in the pipeline. Platform Engineers can reshape the industry by pushing left guardrails to protect production, however, they need to have proper tools and processes. In this article, we are going to see what Platform Engineers can do to make Developers’ lives better.

Platform Engineers Must Change Developers and Databases - And Here Is How @2x
Story
@laura_garcia shared a post, 1 year, 8 months ago
Software Developer, RELIANOID

11th DEVOPS Conference - London and Online

DEVOPS Conference

The_DEVOPS_Conference_Online_RELIANOID
Link
@faun shared a link, 1 year, 8 months ago
FAUN.dev()

Stable Diffusion 3

Stable diffusion early preview text-to-image model shows significant improvement in performance and image quality, with enhanced spelling ability. Model is currently in waitlist for early access, with upcoming release aimed at gathering feedback to further enhance performance and safety... read more  

Stable Diffusion 3
Link
@faun shared a link, 1 year, 8 months ago
FAUN.dev()

BuildKit in depth: Docker's build engine explained

BuildKit is Docker's new default build engine, offering faster build times and improved layer caching capabilities compared to the original build engine. By optimizing Dockerfiles with multistage builds, developers can take advantage of parallelization and cache hits to greatly enhance overall build.. read more  

BuildKit in depth: Docker's build engine explained
Link
@faun shared a link, 1 year, 8 months ago
FAUN.dev()

The One Billion Row Challenge in Go: from 1m45s to 3.4s in nine solutions

The author describes how they solved theOne Billion Row Challenge (1BRC)in Go nine times, from a simple unoptimised version that takes 1 minute 45 seconds, to an optimised and parallelised version that takes 3.4 seconds... read more  

The One Billion Row Challenge in Go: from 1m45s to 3.4s in nine solutions