Join us

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

Customers must have control of their data in the cloud – AWS

AWS senior managerTommie Francishas said for the cloud to realize its full potential, customers must have sovereignty over their data. Francis told the 2023 ITWeb Security Summit in Johannesburg and Cape Town, that AWS, which was the only major cloud provider to initially allow customers control ov.. read more  

Customers must have control of their data in the cloud – AWS
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

AWS Nitro System gets independent affirmation of its confidential compute capabilities

AWS' Nitro System, the underlying platform for all AWS compute instances, has been independently audited by cybersecurity consulting firmNCC Group, which found "no gaps in the Nitro System that would compromise AWS security claims". The Nitro System's unique architecture protects customer data duri.. read more  

AWS Nitro System gets independent affirmation of its confidential compute capabilities
Link
@faun shared a link, 2 years, 6 months ago
FAUN.dev()

Host Single Page Applications (SPA) with Tiered TTLs on CloudFront and S3

This article explains how to use versioning and cache-control HTTP headers to optimize caching for Single Page Applications (SPAs) deployed through Amazon CloudFront and Amazon Simple Storage Service (Amazon S3). - SPAs have conflicting requirements: low latency for users, instant deploys, and reli.. read more  

Host Single Page Applications (SPA) with Tiered TTLs on CloudFront and S3
Link
@faun shared a link, 2 years, 6 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, 6 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, 6 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, 6 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, 6 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, 6 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, 6 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

This organization doesn't have a detailed description yet. If you are the administrator of this organization, please claim this page and edit it.