ContentPosts from @cchiruka2..
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Initializing Large Static Maps in Go

Exploring static map initialization in Go and strategies to address performance impacts... read more  

Initializing Large Static Maps in Go
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Go for Data Processing: Working with CSV and JSON Files

Go's built-in packages, encoding/csv and encoding/json, simplify these tasks. With Go, you can effortlessly handle data processing, whether it's small files or extensive datasets... read more  

Go for Data Processing: Working with CSV and JSON Files
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Go Channel: Master the Art of Concurrency in Golang

Go channels are communication pathways between goroutines. They enable safe and efficient data transmission, synchronization, and concurrency in Go programs... read more  

Go Channel: Master the Art of Concurrency in Golang
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Writing slower Go programs

Focus on readability, optimize for simplicity, and prioritize performance only when necessary... read more  

Writing slower Go programs
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Caching Golang tests in CI

Airplane uses Golang and runs unit tests through CI on their monorepo. They improved test speed by using go test caching, reducing test duration from minutes to seconds. The caching feature considers code changes, environment variables, and file access. By preserving the cache directory in CI, test .. read more  

Caching Golang tests in CI
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

AWS CloudTrail cheat sheet

Invictus Incident Response has developed a cheat sheet for CloudTrail events in AWS to aid incident responders in faster triage and identifying notable activity... read more  

AWS CloudTrail cheat sheet
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

AWS Lambda Monitoring — A Full Guide

Maximize your serverless success with the complete AWS Lambda monitoring guide... read more  

AWS Lambda Monitoring — A Full Guide
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

AWS announces AWS Payment Cryptography

This service simplifies your implementation of cryptography operations used to secure data in payment processing applications for debit, credit, and stored-value cards in accordance with various payment card industry (PCI), network, and American National Standards Institute (ANSI) standards and rule.. read more  

AWS announces AWS Payment Cryptography
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Removing header remapping from Amazon API Gateway, and notes about our work with security researchers

AWS rarely makes breaking changes or removes functionality from production services to avoid significant disruptions. Recently, a security issue with API Gateway led to the removal of a feature and adjustment of behavior to improve service performance... read more  

Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

AWS Trusted Advisor adds new checks for Amazon EFS

Achieve fault tolerance and optimize performance for Amazon EFS by checking redundancy of mount targets, verifying their existence in multiple availability zones, and configuring throughput mode... read more  

AWS Trusted Advisor adds new checks for Amazon EFS