Join us

heart Posts from the community tagged with aws...
Sponsored Link FAUN Team
@faun shared a link, 1 year, 1 month ago

Read Python Weekly

Python Weekly Newsletter, Pydo. Curated Python news, tutorials, tools and more! 

Join thousands of other readers, 100% free, unsubscribe anytime.

Story
@maddiefitz shared a post, 2 years, 4 months ago

Deploying a Custom Docker Image Using Nginx and Saving it to Amazon ECR

In this tutorial, I am going to be creating an image with a file that will tell you the time of day the container has been deployed using Nginx.

Story
@han-lon shared a post, 2 years, 4 months ago

Simple HTTP Redirects Using AWS API Gateway, AWS Lambda, and Python

For a recent personal project of mine, I needed to quickly and easily redirect and track user traffic to a serverless website I hosted in AWS.

0_OyVTqWIV4_xxAdFB.jpeg
Story
@thenjikubheka shared a post, 2 years, 5 months ago

How Netflix Works

Ever wondered what goes on behind the scenes of our favorite content streaming service?

1_e5G0zV4CA7LqKdwsLWFX_Q.jpeg
Story
@sasachde shared a post, 2 years, 5 months ago

An Introduction to Amazon Aurora Serverless for Beginners

When and how to use Amazon Aurora Serverless databases?

Story
@sasachde shared a post, 2 years, 5 months ago

How to Use Custom Domain Names inside AWS VPCs

Use your company-specific domain names instead of default AWS assigned domain names for EC2 instances inside VPCs.

1_1ewkrE29ICk0bcsjdHNkxA.png
Story
@contactmukul95 shared a post, 2 years, 6 months ago
Software Developer

Introduction to Kubernetes: What Problems Does It Solve?

Kubernetes is an open source container orchestration platform for scheduling and automating the deployment, management and scaling of containerized applications. Containers operate in a multiple container architecture called a “cluster.” A Kubernetes cluster includes a container designated as a “master node” that schedules workloads for the rest of the containers — or “worker nodes” — in the cluster.

Story
@thenjikubheka shared a post, 2 years, 7 months ago

Amazon Interview Preparation: Project Euler (Problem 1)

When preparing for a Technical interview with one of The Big Tech Companies; Amazon, Google, Facebook, Netflix, Microsoft, it’s vital to practice with resources such as Project Euler.

Screen Shot 2021-10-20 at 8.40.10 PM.png
Story
@warolv shared a post, 2 years, 8 months ago
DevOps Lead, warolv

Scheduled backup of Vault secrets with CronJob of Kubernetes

The second part of the 'Scheduled backup of HashiCorp's Vault secrets', this time I will show how to use Kubernetes CronJob to create scheduled backups on daily basis.

1.png
Story
@devgraph shared a post, 2 years, 8 months ago
Devgraph

Rails encrypted credentials on 6.2

Learn about the encrypted version introduced with 5.1 to handling multi-environment credentials before rails 6 to Handling multi-environment credentials in rails 6 here

Rails encrypted credentials on 6.2
Story
@devgraph shared a post, 2 years, 9 months ago
Devgraph

The Developers Guide To Scaling Rails Apps

Scaling Rails apps is an process of master app architecture and supporting infrastructure. Learn how it’s done straight from our developer-friendly Rails guide.

Scale-Rails-Apps