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

Data lake vs. data mesh: Which one is right for you?

Organizations seeking to analyze enterprise data face challenges such as data quality governance, ETL pipeline dependencies, and a shortage of data science and engineering talent. A solution is to distribute data in amesh architectureinstead of a centralized data lake. The data mesh approach promo.. read more  

Data lake vs. data mesh: Which one is right for you?
Link
@faun shared a link, 2 years, 9 months ago
FAUN.dev()

Considerations for the security operations center in the cloud: deployment using AWS security services

In this blog post, the author discusses considerations for a security operation center (SOC) in the context of deploying it to the cloud using different operating models - centralized, decentralized, and hybrid. They focus specifically on AWS native security services and the use ofAWS Security Hub... read more  

Considerations for the security operations center in the cloud: deployment using AWS security services
Link
@faun shared a link, 2 years, 9 months ago
FAUN.dev()

Managing Unconfirmed Users in AWS Cognito with a Lambda Function: A Step-by-Step Guide

Amazon Web Services (AWS) Cognitoallows for user authentication, access control, password recovery, and multi-factor authentication. However, unconfirmed user accounts can create issues! A lambda function can automatically delete unconfirmed or unverified users. This article provides a step-by-ste.. read more  

Managing Unconfirmed Users in AWS Cognito with a Lambda Function: A Step-by-Step Guide
Link
@faun shared a link, 2 years, 9 months ago
FAUN.dev()

Creating a MPRIS service (server) in Go

The article discusses creating a MPRIS service(Media Player Remote Interfacing Specification) in Go for broadcasting metadata to the system, specifically for a webradio player. MPRIS is a D-Bus interface used for communication between applications on Linux, similar to APIs for web applications. The.. read more  

Creating a MPRIS service (server) in Go
Link
@faun shared a link, 2 years, 9 months ago
FAUN.dev()

Go 1.21 will (likely) have a static toolchain on Linux

The author encountered difficulty building a binary with Go 1.20 on Ubuntu 20.04, which required building Go 1.17 first. They noted that the Go toolchain is dynamically linked against the system glibc, likely due to the need to download packages over the network, which requires looking up DNS names.. read more  

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

Google Cloud: We've got easy tools to enable Cloud SQL for your Go apps

The Cloud SQL Go Connector is the recommended way to securely connect your Go application to a Cloud SQL database. It offers code-level control, and is a more convenient way to establish connections than traditional database connections... read more  

Google Cloud: We've got easy tools to enable Cloud SQL for your Go apps
Link
@faun shared a link, 2 years, 9 months ago
FAUN.dev()

The adapter pattern in Go

In software development, testability problems are often caused by underlying design problems. If code is not testable, it is not well-designed. External dependencies like databases can present both design and testing problems, which can be solved by using the adapter pattern to encapsulate all know.. read more  

The adapter pattern in Go
Link
@faun shared a link, 2 years, 9 months ago
FAUN.dev()

Synchronization Patterns in Go

Go language makes it easy to write concurrent and parallel programs, but there are potential issues related to shared memory and synchronization. Mutexandsemaphorescan be used to address these issues. Channels are recommended for communication and synchronization between goroutines. A sample prog.. read more  

Synchronization Patterns in Go
Link
@faun shared a link, 2 years, 9 months ago
FAUN.dev()

Guide to setting withdrawal address for your Ethereum validator using deposit-cli

This article is a step-by-step guide forsetting up a withdrawal address for an Ethereum validatorusing thedeposit-cli tool. It walks through the process of booting a machine with a bootable Ubuntu USB, downloading and running deposit CLI, creating text files, entering mnemonic and validator data, a.. read more  

Guide to setting withdrawal address for your Ethereum validator using deposit-cli
Link
@faun shared a link, 2 years, 9 months ago
FAUN.dev()

Public preview: AKS support for Kubernetes 1.26 release

AKS support for Kubernetes release 1.26 is now in public preview. Kubernetes 1.26 delivers 37 enhancements. This release includes new improvements in general Kubernetes metrics as well as in pod scheduling... read more