ContentPosts from @madhan2409..
Link
@faun shared a link, 1 year, 1 month ago
FAUN.dev()

Started a guide to writing FUSE filesystems in Python

A developer builds a comprehensive hand-holding guide to writing FUSE-based filesystems in Python, showcasing several implementations and unique examples like DNS, markdown compiling, and unzip filesystems, with the aim to simplify and motivate further exploration among Python learners and deliverin.. read more  

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

Real Time Alert with Google Cloud Logging in 5 Minutes

To create real-time alerts in Google Cloud Logging, one must leverageLog Entriesand the robust Logging Query Language to filter specific events with precision, creating notifications through platforms like Slack or email whenever targeted actions, such as new VPC creations, occur... read more  

Real Time Alert with Google Cloud Logging in 5 Minutes
Link
@faun shared a link, 1 year, 1 month ago
FAUN.dev()

Confusing or misunderstood topics in systems programming

Intro to threads and async runtimes, discussing the differences between native and virtual threads. Native threads managed by the OS, while virtual threads are managed by a library or runtime. Runtimes provide scheduling for virtual threads, offering an abstraction for working with asynchronous task.. read more  

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

Terminal colours are tricky

Terminal color configuration often leads to poor contrast, like the common "blue on black" issue, due to the inconsistent mapping of ANSI colors (16 primary colors) without standard hex values across terminal emulators; tweaking settings via terminal emulator configurations or shell scripts can miti.. read more  

Terminal colours are tricky
Link
@faun shared a link, 1 year, 1 month ago
FAUN.dev()

What Is Testcontainers, and Why Should You Care?

Testcontainers revolutionizes integration testing by using throwaway Docker containers to manage test environments with ease, offering automatic cleanup, preconfigured modules for diverse technologies like databases and message brokers, and enabling scalable cloud execution with Testcontainers Cloud.. read more  

What Is Testcontainers, and Why Should You Care?
Link
@faun shared a link, 1 year, 1 month ago
FAUN.dev()

Mirantis Lens Update Provides Users with More Intuitive Kubernetes Management

Mirantis Lens's update revolutionizes Kubernetes management with a redesigned UI for enhanced clarity, multitasking capabilities through tabbed views, real-time metrics, and streamlined AWS EKS integration, reinforcing Lens's status as the world's most popular Kubernetes IDE for its over one million.. read more  

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

Amazon ElastiCache's new support for Valkey 7.2

Amazon ElastiCache's new support for Valkey 7.2 offers a compelling alternative to Redis OSS with better pricing—up to33% cheaperfor serverless setups and 20% for node-based clusters—while maintaining AWS-level security, availability, and scalability across regions and ensuring seamless API compatib.. read more  

Amazon ElastiCache's new support for Valkey 7.2
Link
@faun shared a link, 1 year, 1 month ago
FAUN.dev()

How we built ngrok's data platform

At ngrok, a solo engineer manages a data lake, embracing a unique approach where data engineering blends deeply with backend work, leveraging open-source tools like Airbyte, Flink, and dbt, alongside AWS and Clickhouse, facilitating a highly collaborative environment within a Go monorepo, tackling s.. read more  

How we built ngrok's data platform
Story
@idjuric660 shared a post, 1 year, 1 month ago
Technical Content Writer, Mailtrap

Gomail Guide: Configuration, SMTP Setup, and Email Sending

In this article, I break down my email-sending flow with Gomail, a super straightforward package for Golang. Of course, I’ve made sure to include code snippets ready for use.

I’ll also cover debugging and testing so you can make sure your code is working perfectly after following this guide.

Gomail-Guide_FOR-GREEN-1029x540
Link
@anjali shared a link, 1 year, 1 month ago
Customer Marketing Manager, Last9

OTEL Collector Monitoring: Best Practices & Guide

Learn how to effectively monitor the OTEL Collector with best practices and implementation strategies for improved system performance.


OTEL Collector Monitoring_ Best Practices and Implementation Guide