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

Fully Automated Deployment of an Open Source Mail Server on AWS

AWS customers who prefer to host their own email solutions over using fully managed services like Amazon WorkMail can face challenges running open source mail servers. In a blog post, Amazon Web Services details how it is using AWS CloudFormation templates to integrateMail-in-a-Box, offering functi.. read more  

Fully Automated Deployment of an Open Source Mail Server on AWS
Link
@faun shared a link, 2 years, 7 months ago
FAUN.dev()

C to WASM to Go

Daylon Wilkins discusses their journey of implementing proper regex support in Dolt, a version-controlled database tool. They initially added collation support, which broke their regex functionality. The author explores different solutions, including integrating the ICU library using CGo, but faces.. read more  

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

Writing High-performance TCP Applications Using the Gain Web Framework

The article provides an example implementation of an echo server using the TCP protocol with theGain frameworkand also discusses the OnStart, OnAccept, OnRead, OnWrite, and OnClose methods of the EventHandler interface in Gain. The author demonstrates how to start a Gain server and provides a simpl.. read more  

Writing High-performance TCP Applications Using the Gain Web Framework
Link
@faun shared a link, 2 years, 7 months ago
FAUN.dev()

Securing Golang Web Applications Using IP Whitelisting

Securing Web Apps with IP Whitelisting IP whitelisting is a web security measure used to restrict access to a network or resource based on authorized IP addresses. This post explains the concept, when to implement it, and how to do it in Go using the Gin framework. It's a simple and effective way t.. read more  

Securing Golang Web Applications Using IP Whitelisting
Link
@faun shared a link, 2 years, 7 months ago
FAUN.dev()

Step up Your Go App Testing Game With the Testify Framework

Testing is crucial in software development for ensuring code integrity, reliability, and quality. The Go ecosystem offers third-party packages likeTestifythat simplify testing tasks. The Testify package provides utilities and assertion functions for comprehensive testing, including assertions, mock.. read more  

Step up Your Go App Testing Game With the Testify Framework
Link
@faun shared a link, 2 years, 7 months ago
FAUN.dev()

Understanding the Conventional Hexagonal Architectural Structure for Go Apps

Thehexagonal (or "ports and adapters") architectureis a popular software architecture pattern for building Go apps. The hexagonal architecture divides applications into three main layers: Application layer, Ports and Adapters layer, and Infrastructure layer. - In Go, the typical hexagonal applicati.. read more  

Understanding the Conventional Hexagonal Architectural Structure for Go Apps
Link
@faun shared a link, 2 years, 7 months ago
FAUN.dev()

Build a serverless Discord bot with OpenFaaS and Golang

This tutorial shows how to create a Discord bot using OpenFaaS and Golang. The bot allows users to create Zoom meetings on-demand within Discord. The tutorial covers the process of - Integrating with Discord and Zoom APIs, - Setting up webhooks - Deploying the bot to OpenFaaS... read more  

Build a serverless Discord bot with OpenFaaS and Golang
Link
@faun shared a link, 2 years, 7 months ago
FAUN.dev()

How to migrate from IPv4 to IPv6 on Google Cloud

The article discusses migrating an existing Google Cloud network from IPv4 to dual-stack IPv6, focusing on Compute Engine VM instances used for external access.It describes the process consists of the following steps for a successful migration: - Converting the existing VPC network to custom mode if.. read more  

How to migrate from IPv4 to IPv6 on Google Cloud
Link
@faun shared a link, 2 years, 7 months ago
FAUN.dev()

Aqua Security Integrates with ServiceNow to Accelerate Cloud Native Risk Remediation

Aqua Security has announced an integration with the ServiceNow Container Vulnerability Response feature. - The integration allows joint customers to identify vulnerabilities in running containers with broad coverage across operating systems and programming languages, and with high accuracy. - It con.. read more  

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

Juniper Networks Unveils Cloud-Native Access Assurance Service

Juniper Networks has introduced a cloud-native access assurance service powered byMist AI. The solution aims to improve network security and performance through the use of artificial intelligence. - Mist AI uses a combination of artificial intelligence, machine learning, and data science techniques .. read more