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

Building Better on AWS With the Enhanced AWS Well-Architected Framework

The AWS Well-Architected Framework now includes customizable profiles, standardized review templates, enhanced AWS Trusted Advisor integration, and Jira integration. Profiles allow tailoring to specific organizational needs, and templates ensure consistent reviews. Trusted Advisor integration helps .. read more  

Building Better on AWS With the Enhanced AWS Well-Architected Framework
Link
@faun shared a link, 1 year, 11 months ago
FAUN.dev()

6 Tips to Integrate Container Orchestration and APM Tools

APM setup for containerized applications varies based on infrastructure design. Tools like Kubernetes enable autodiscovery of containers, while granular metrics help optimize resources. Dependency mapping and distributed tracing aid in identifying performance issues, and using a service mesh enhance.. read more  

6 Tips to Integrate Container Orchestration and APM Tools
Link
@faun shared a link, 2 years ago
FAUN.dev()

How We Made PostgreSQL as Fast as Pinecone for Vector Data

Pgvectorscale, a new PostgreSQL extension, offers advanced indexing techniques for vector data. It improves approximate nearest neighbor (ANN) query performance by implementing the DiskANN algorithm, which allows SSD storage, and introducing SBQ (statistical binary quantization) for better accuracy... read more  

How We Made PostgreSQL as Fast as Pinecone for Vector Data
Link
@faun shared a link, 2 years ago
FAUN.dev()

An Applied Introduction to eBPF with Go

eBPF allows reprogramming the Linux kernel to trace system calls, user space functions, and network packets efficiently. Programs are written in high-level languages, compiled into bytecode, and loaded into the kernel. This approach avoids modifying kernel source code and reduces overhead, making it.. read more  

An Applied Introduction to eBPF with Go
Link
@faun shared a link, 2 years ago
FAUN.dev()

Mastering the Sev0

A Sev0 incident is the most severe, demanding immediate attention and involving many people, including executives, legal teams, and customer support. High pressure, uncertainty, and external scrutiny are common. Effective handling requires flexibility, clear communication, and managing subgroups eff.. read more  

Mastering the Sev0
Link
@faun shared a link, 2 years ago
FAUN.dev()

Jenkins up and running on Kubernetes

This hands-on guide covers deploying Jenkins on Kubernetes, configuring Kubernetes as Jenkins agents, running a sample pipeline on a k8s Pod Jenkins agent, and monitoring the Pod life cycle for a pipeline run. It is designed for a PoC or Pilot environment to explore Jenkins and Kubernetes features. .. read more  

Jenkins up and running on Kubernetes
Link
@faun shared a link, 2 years ago
FAUN.dev()

Serverless Jupyter Notebooks at Meta

At Meta, Bento allows engineers to mix code, text, and multimedia in a single document, from simple prototyping to complex machine learning workflows. To speed up lite workloads, Meta built infrastructure that enables code execution directly in the browser using Pyodide on WebAssembly. With a focus .. read more  

Serverless Jupyter Notebooks at Meta
Link
@faun shared a link, 2 years ago
FAUN.dev()

New PHP Vulnerability Exposes Windows Servers to Remote Code Execution

Details on a critical security flaw in PHP, tracked as CVE-2024-4577, have been disclosed, allowing for remote code execution on Windows systems. Vulnerable PHP versions have been fixed in updates 8.3.8, 8.2.20, and 8.1.29. Exploitation attempts have been detected, urging users to apply patches quic.. read more  

New PHP Vulnerability Exposes Windows Servers to Remote Code Execution
Link
@faun shared a link, 2 years ago
FAUN.dev()

Exploring the 2024 EU Election: Internet traffic trends and cybersecurity insights

The 2024 European Parliament election saw significant internet traffic drops and spikes in various regions. Central Europe experienced the highest declines, particularly in the Czech Republic and Slovakia, while Estonia saw the highest peak increase at 35%. Notable announcements in Belgium and Franc.. read more  

Exploring the 2024 EU Election: Internet traffic trends and cybersecurity insights
Link
@faun shared a link, 2 years ago
FAUN.dev()

Common Mistakes Junior Developers Make (and How to Avoid Them)

Junior developers often focus narrowly on coding without understanding that programming is about solving problems for stakeholders and users. They must master communication and document their work clearly, as collaboration and networking are crucial for career growth. Avoid labeling yourself as "jun.. read more