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

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... read more  

SAST vulnerabilities summary now available on the security overview dashboard
Link
@faun shared a link, 1 year, 6 months ago
FAUN.dev()

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.. read more  

Benchmarking how end users perceive an application’s performance
Link
@faun shared a link, 1 year, 6 months ago
FAUN.dev()

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.. read more  

Create Your First PowerShell Azure Function: A Step-by-Step Guide
Link
@faun shared a link, 1 year, 6 months ago
FAUN.dev()

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... read more  

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

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.. read more  

Terraform Map Variable: A Complete Guide with Practical Examples
Link
@faun shared a link, 1 year, 6 months ago
FAUN.dev()

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.. read more  

Reflections on IaC using Terraform
Link
@faun shared a link, 1 year, 6 months ago
FAUN.dev()

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... read more  

What is DORA, and how does it impact the database?
Link
@faun shared a link, 1 year, 6 months ago
FAUN.dev()

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.. read more  

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

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... read more  

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

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.. read more Â