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

Building a Minimalist (CGO enabled) Scratch Docker Container with Alpine Linux and GoLang

Containerization with Docker is a powerful tool for packaging application dependencies in a lightweight and isolated environment. This article provides a step-by-step process for building a minimalist Docker container using Alpine Linux and the Go programming language... read more  

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

Announcing Go support for Wasm Workers Server

WASM Worker Server is a project that aims to help develop serverless applications by supporting multiple languages, including Rust, Python, Ruby, and Go. It provides an SDK to enable interoperability between different language modules and has a vibrant community contributing to its growth and suppor.. read more  

Announcing Go support for Wasm Workers Server
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Focus on the Happy Path With Step Functions

This article discusses a coding pattern in Go called step functions, which allows for a more declarative approach to defining the "what" of a program's logic, separating it from the "how". The author of the article provides examples and code snippets to demonstrate the implementation of step functio.. read more  

Focus on the Happy Path With Step Functions
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Event-Driven Scaling of Golang Applications in Azure Kubernetes Service (AKS) using KEDA

Setting up event-driven scaling of a Golang application deployed in Azure Kubernetes Service (AKS) using Kubernetes Event-Driven Autoscaling (KEDA). KEDA is an open-source project that provides event-driven autoscaling for Kubernetes workloads... read more  

Event-Driven Scaling of Golang Applications in Azure Kubernetes Service (AKS) using KEDA
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Using interfaces in Go the right way

Interface programming constructs describe the behavior of objects without specifying underlying implementation details. Interfaces in Go are powerful and can be satisfied implicitly, meaning that types can implement an interface simply by declaring the methods defined in the interface. This article .. read more  

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

Process huge log files

Processing several gigabyte log files in CSV or AWS ALB format using concurrency features, encoding/csv and github.com/actforgood/bigcsvreader packages to quickly process and analyze the data... read more  

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

Raspberry Pi Coding in Go: Traffic Lights

This article provides a guide on how to create a standalone traffic light using the Go programming language on a Raspberry Pi. It includes instructions on setting up the Raspberry Pi, installing the necessary software, and compiling and running the code for the traffic light... read more  

Raspberry Pi Coding in Go: Traffic Lights
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Scrubbing sensitive data at 180MiB/sec/core

Redacting sensitive data from traces with static analysis and JSON tokenization... read more  

Scrubbing sensitive data at 180MiB/sec/core
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Generative AI with Large Language Models — New Hands-on Course by DeepLearning.AI and AWS

Generative AI has become increasingly popular and has the potential to revolutionize customer experiences in various industries. DeepLearning.AI and AWS have collaborated to create an on-demand course on Coursera that teaches data scientists and engineers how to develop and deploy large language mod.. read more  

Generative AI with Large Language Models — New Hands-on Course by DeepLearning.AI and AWS
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Hijacked S3 buckets used in attacks on npm packages

Miscreants are exploiting expired Amazon Web Service (AWS) buckets to place malicious code in legitimate packages on the npm repository. The bignum package is one of several releases on npm that has been found to be vulnerable to this type of attack... read more  

Hijacked S3 buckets used in attacks on npm packages