ContentPosts from @faun..
Link
@faun shared a link, 2 years, 3 months ago

Amazon DynamoDB now supports up to 50 concurrent table restores

Amazon DynamoDB now supports up to 50 concurrent table restores per AWS account. The default service quota for table restores increased from 4 to 50, and is applicable to restores performed using point-in-time recovery and on-demand backups managed by DynamoDB and AWS Backup...

Amazon DynamoDB now supports up to 50 concurrent table restores
Link
@faun shared a link, 2 years, 3 months ago

AWS Snowball Edge Compute Optimized now supports Amazon S3 compatible storage

AWS has introduced Amazon S3 compatible storage on Snowball Edge Compute Optimized devices. - This enables customers to store data and run highly available applications on the Snowball Edge devices in disconnected or limited network environments. - The expanded S3 API features and increased cluster ..

AWS Snowball Edge Compute Optimized now supports Amazon S3 compatible storage
Link
@faun shared a link, 2 years, 3 months ago

20 Terraform Best Practices to Improve your TF workflow

This article focuses on best practices for managing Infrastructure as Code (IaC) with Terraform. It suggests: - Using remote state, - Using existing shared and community modules, - Avoiding hardcoded variables, - Consistently formatting and validating code, - Using a naming convention, - Tagging re..

20 Terraform Best Practices to Improve your TF workflow
Link
@faun shared a link, 2 years, 3 months ago

Monitoring DynamoDB with SkyWalking

Skywalkingis an open source APM system that offers a user-friendly UI to collect, aggregate, and display logs, traces, and metrics. This article shows how to use Skywalking to monitor DynamoDB via a CloudWatch metric stream. It also covers how to useAWS Firehose Receiverto receive and calculate dat..

Monitoring DynamoDB with SkyWalking
Link
@faun shared a link, 2 years, 3 months ago

Automate the CloudWatch Agent configuration upon instance size change

Hetul Sheth outlines how to set upCloudWatch Agentfor disk and memory monitoring and use custom metrics to avoid false alarms in scenarios where instance size might change due to intentional or unintentional actions. They provide detailed guidance on setting up automation and event trigger to updat..

Automate the CloudWatch Agent configuration upon instance size change
Link
@faun shared a link, 2 years, 3 months ago

Dependency Injection Pattern In Practice

Dependency injection is a powerful pattern to handle different data sources and interactions in applications. It allows the decoupling of the source data from the actual implementation of interacting with the data service. A quick tutorial on implementing dependency injection in a Go application is..

Dependency Injection Pattern In Practice
Link
@faun shared a link, 2 years, 3 months ago

Create a CRUD app with Go Fiber, docker, and Postgres

This tutorial teaches how to perform the Update and Delete functions of CRUD for an app. The first two parts of the tutorial cover Create and Read functions. The tutorial starts by improving some existing code before moving on to updating and deleting data from a database. The tutorial also explain..

Create a CRUD app with Go Fiber, docker, and Postgres
Link
@faun shared a link, 2 years, 3 months ago

Data Types and Variables

This tutorial for Go beginners covers data types and variables in Go, including integers, floating point numbers, strings, booleans, complex numbers, runes, and bytes. It explains how to declare variables using var and short declaration, and covers variable scoping. It also introduces constants usi..

Data Types and Variables
Link
@faun shared a link, 2 years, 3 months ago

A Mysterious Case Solved - After I typed `??` in the Terminal, the Golang CLI popped up

The author discovered that typing `??` in the Terminal when Golang is installed brings up the Golang command line interface. After investigating, they found that the `??` command is being expanded by the shell to match any two-character filename or directory entry in the current working directory. ..

A Mysterious Case Solved - After I typed `??` in the Terminal, the Golang CLI popped up
Link
@faun shared a link, 2 years, 3 months ago

With new funding, Honeycomb.io CEO sees observability taking off

Honeycomb, a full-stack observability provider, has raised $20 million in a Series B funding round led by Silicon Valley firm Scale Venture Partners. - The company plans to use the funding to accelerate its growth, expand its product offerings and open new offices, as well as invest in research and ..

With new funding, Honeycomb.io CEO sees observability taking off