ContentPosts from @mterrel..
Link
@faun shared a link, 3 years ago
FAUN.dev()

Announcing Storage Manager and Relationship Support for Form Builder

AWS Amplifyhas launched two new features for Amplify Studio Form Builder, including Storage Manager and Relationship support. - Storage Manager allows users to upload files through their cloud-connected forms and automatically save the files to the S3 bucket - Relationship support allows forms to co.. read more  

Announcing Storage Manager and Relationship Support for Form Builder
Link
@faun shared a link, 3 years ago
FAUN.dev()

Introducing Amazon FinSpace with Managed kdb Insights, a fully managed analytics engine, commonly used by capital markets customers for analysis of real-time and historical time series data

AWS is launchingAmazon FinSpace with Managed kdb Insights, a new capability that simplifies the configuration, management, and running of kdb Insights on AWS. - Financial services companies rely on high-performance queries on real-time and historical market data for competitive advantage, and have b.. read more  

Introducing Amazon FinSpace with Managed kdb Insights, a fully managed analytics engine, commonly used by capital markets customers for analysis of real-time and historical time series data
Link
@faun shared a link, 3 years 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, 3 years 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, 3 years 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, 3 years 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, 3 years 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, 3 years 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, 3 years 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, 3 years 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