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

ebook: Protecting your AWS environment from ransomware

AWS updated itsebook on protecting your AWS environment from ransomware, with new best practices and features since April 2020. The ebook covers a range of security capabilities to empower customers to protect themselves against ransomware, including: - unparalleled visibility, - efficient patching.. read more  

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

Using Amazon CloudWatch metrics to monitor time to expiration for Reserved Instances

Learn how to monitor the days remaining for Amazon EC2 Reserved Instances using AWS Lambda, Amazon CloudWatch, Amazon SNS, EventBridge, and CloudFormation. Receive an email notification when an EC2 Reserved Instance has fewer days remaining than a specified threshold. Follow the step-by-step guide .. read more  

Using Amazon CloudWatch metrics to monitor time to expiration for Reserved Instances
Link
@faun shared a link, 3 years, 2 months ago
FAUN.dev()

Getting started with multi-module workspaces

This tutorial teaches how to use multi-module workspaces in Go to write code in multiple modules simultaneously. You'll create a module, initialize a workspace, modify and use a local copy of a package, and learn about workspace commands. With workspaces, it's easy to make changes in one module and.. read more  

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

Reverse proxy with dynamic backend selection

Traditional reverse proxies are not sufficient for routing traffic based on unique hostnames that serve all customers. Caddyoffers a simple solution that uses Redis, Ruby and OpenSSL for generating a JWT, and Caddy as a reverse proxy layer. Caddy allows dynamic selection of upstream servers in less.. read more  

Reverse proxy with dynamic backend selection
Link
@faun shared a link, 3 years, 2 months ago
FAUN.dev()

Funcs, Interfaces, Generics, and Golang’s Standard Library Problem

According o the author of this post, Go's standard library has a problem -it lacks the use of generics. Generics enable more dynamic code selection at compile-time, while interfaces and higher-order functions provide more dynamic code selection at runtime. The absence of generics in the standard li.. read more  

Funcs, Interfaces, Generics, and Golang’s Standard Library Problem
Link
@faun shared a link, 3 years, 2 months ago
FAUN.dev()

a[low:high:max] in Golang

Golang has a "full slice expression" in the form ofa[low:high:max], where the third index sets the capacity of the slice. Slices are a solution to bounds checking for pointers in Golang, and they augment pointers with a length field for easy runtime bounds checking. The capacity of a slice acts as .. read more  

a[low:high:max] in Golang
Link
@faun shared a link, 3 years, 2 months ago
FAUN.dev()

Retrospectives Antipatterns

Retrospectives have been around forever, but only in 2001 were they named.Agile Retrospectives - Making Good Teams Greatintroduced shorter retrospectives that would fit into agile processes. However, retrospectives can be inefficient if not followed correctly, leading to harmful consequences. The a.. read more  

Retrospectives Antipatterns
Story GitLive Team
@ygnys shared a post, 3 years, 2 months ago
gitlive

Share your work in progress in real time from VS Code or JetBrains

GitLive

Need to ask a teammate for some help with your code, but don’t want to push broken changes to GitHub? GitLive has a solution 💡

👉 Share your work in progress in real time from VS Code or JetBrains 🎥

dev.png
Story Mia-Platform Team
@pmartinoli shared a post, 3 years, 2 months ago
Technical Writer, Mia-Platfom

Mia-Platform launches open-source MongoDB CRUD Service

MongoDB

Mia-Platform releases open-source a CRUD Service tailored for MongoDB. Read the blog post to discover all its features and advantages!

Mia-Platform MongoDB CRUD Service
Link
@faun shared a link, 3 years, 2 months ago
FAUN.dev()

Is Platform Engineering a Value Stream?

In the article, the answer is "Yes", Platform Engineering is a value stream, delivering technical and business value to internal customers through self-service capabilities. It reduces cognitive load, standardizes security and compliance policies, and improves software delivery. Platforms are produ.. read more  

Is Platform Engineering a Value Stream?