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

Golang: Handling Terraform Files

The article discusses manipulating Terraform state files using Golang. It explains setting up the project, opening and manipulating the state file, and saving the changes. The code example demonstrates updating a variable value and executing a Terraform plan to reflect the changes... read more  

Golang: Handling Terraform Files
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Build a Go API with wallet authentication, JWT, Gin

This tutorial explains how to implement one-click wallet sign-in using Go, Gin, SIWE (Signin with Ethereum), and JWT. It covers generating a nonce, verifying signatures, creating and retrieving user data, generating JWT tokens, and implementing authentication middleware for protecting routes. The tu.. read more  

Build a Go API with wallet authentication, JWT, Gin
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

The absurd cost of finalizers in Go

The Go programming language allows calling C code easily. Memory allocation and deallocation can be handled manually or automatically using Go's garbage collection. However, the automatic approach with finalizers significantly impacts performance, making it nearly ten times slower than manual memory.. read more  

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

A Comprehensive Guide to Zap Logging in Go

Zap is a structured logging package developed by Uber and designed for Go applications. According to their GitHub README document, it offers "Blazing fast", structured, leveled logging with minimal allocations. This claim is supported by their benchmarking results, which demonstrate that Zap outperf.. read more  

A Comprehensive Guide to Zap Logging in Go
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

AWS announces improved end-to-end latencies for Amazon EventBridge Event Buses

Amazon EventBridge Event Buses now delivers events with lower latencies enabling you to power an even broader set of latency sensitive event-driven applications, especially in industrial and medical applications. Amazon Eventbridge delivers events up to 80% faster than before, as measured by the tim.. read more  

AWS announces improved end-to-end latencies for Amazon EventBridge Event Buses
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

CrowdStrike & AWS to Accelerate AI Development in Cybersecurity

CrowdStrike and Amazon Web Services (AWS) are collaborating to develop a new generative AI app to help customers accelerate cloud security and AI adoption. The app includes cybersecurity-related generative AI applications and is designed to help customers build secure generative AI applications. Cro.. read more  

CrowdStrike & AWS to Accelerate AI Development in Cybersecurity
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Legion malware expands scope to target AWS CloudWatch monitoring tool

Cado Security researchers believe Legion was developed in Indonesia with an eye toward selling it to other attackers for exploiting cloud services... read more  

Legion malware expands scope to target AWS CloudWatch monitoring tool
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

SCPs: Protecting Your AWS Environment (and your job)

IAMbic, the open-source tool for managing distributed IAM permissions, has expanded its support to include AWS compliance guardrails through Service Control Policies (SCPs). SCPs provide policy governance in AWS, acting as a protective barrier for AWS resources. Users can now efficiently track chang.. read more  

SCPs: Protecting Your AWS Environment (and your job)
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Tag-based Deployment Trigger for AWS CodePipeline

Effective software development on AWS requires a structured environment. AWS CodePipeline offers branch-based and tag-based deployment strategies. Implementing a tag-based strategy involves disabling default triggers, creating an EventBridge rule with a specific tag format, and configuring the CodeP.. read more  

Tag-based Deployment Trigger for AWS CodePipeline
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Continuous Data Quality Monitoring for AWS Athena

A guide to implementing Continuous Data Quality monitoring on a typical AWS Athena and AWS Glue data architecture.. read more  

Continuous Data Quality Monitoring for AWS Athena