Join us

heart Curated links by FAUN
Link
@faun shared a link, 6 months, 2 weeks ago

SAST vulnerabilities summary now available on the security overview dashboard

GitHub has launched Actions Performance Metrics in public preview, providing Free, Pro, and Team plan users with a sophisticated observability UI for detailed insights into workflow or job performance, addressing issues like completion time, wait time, failure consistency, and origin of long runs...

SAST vulnerabilities summary now available on the security overview dashboard
Link
@faun shared a link, 6 months, 2 weeks ago

Benchmarking how end users perceive an application’s performance

To strategically navigate unpredictable traffic and ensure optimal user experiences, developers should benchmark entire critical user journeys (CUJs) end-to-end using tools like Locust, integrating these practices into their development process to proactively manage performance, continuously optimiz..

Benchmarking how end users perceive an application’s performance
Link
@faun shared a link, 6 months, 2 weeks ago

Create Your First PowerShell Azure Function: A Step-by-Step Guide

Creating an Azure Function to run PowerShell scripts on the cloud entails setting up an HTTP-triggered function app using PowerShell 7.2 on Linux, employing locally redundant "Standard_LRS" storage for cost-efficiency, and ensuring dependencies like Az.Storage, Az.Functions, and .NET Core SDK are in..

Create Your First PowerShell Azure Function: A Step-by-Step Guide
Link
@faun shared a link, 6 months, 2 weeks ago

Linux 6.12-rc6 Released With That Latest Performance Optimization & Various Fixes 

Linux 6.12-rc6 boasts a~2.6%performance boost, crucial Bcachefs fixes, and various patches, gearing up to be the year's Long Term Support kernel with the stable release anticipated in late November, though Torvalds' usual announcement was initially delayed...

Link
@faun shared a link, 6 months, 2 weeks ago

Terraform Map Variable: A Complete Guide with Practical Examples

Terraform map variables allow you to manage configuration through key-value pairs, streamlining code across environments and regions without repetition. Common types include map(string) for single values, map(object) for structured configurations, and nested maps for handling complex setups like env..

Terraform Map Variable: A Complete Guide with Practical Examples
Link
@faun shared a link, 6 months, 3 weeks ago

Reflections on IaC using Terraform

This post provides useful notes and examples on working with infrastructure as code projects using Terraform, focusing on techniques for querying from external providers and structuring variables. It also covers tips on using data blocks, variables, outputs, sensitive variables, locals, iterating ov..

Reflections on IaC using Terraform
Link
@faun shared a link, 6 months, 3 weeks ago

What is DORA, and how does it impact the database?

DORA mandates that by January 2025, financial institutions must demonstrate robust incident management, compliance, and governance by implementing detailed logging, incident response policies, and streamlined database monitoring and patch management...

What is DORA, and how does it impact the database?
Link
@faun shared a link, 6 months, 3 weeks ago

Durable Objects aren't just durable, they're fast: a 10x speedup for Cloudflare Queues

Cloudflare Queues allow developers to decouple Workers into event-driven services, increasing performance and scalability for larger workloads. The v2 architecture for Queues leverages multiple Durable Objects for each Queue, reducing latency and increasing message throughput and consumer concurrenc..

Link
@faun shared a link, 6 months, 3 weeks ago

How to Use Blocks in Ansible Playbooks

Ansible blocks enhance playbook organization and error handling by grouping tasks with shared logic, while Spacelift integrates seamlessly to create custom workflows and manage multi-tool infrastructure from a single platform, boosting efficiency and compliance...

Link
@faun shared a link, 6 months, 3 weeks ago

Model-Based Testing with Testcontainers and Jqwik

Using jqwik for model-based testing automates test case generation by comparing software against a model to identify bugs across varied demands while leveraging Testcontainers for container orchestration, enhancing test accuracy by simulating real-world conditions and uncovering hidden SQL compatibi..

loading...