Inkling Origins: Revolutionizing the Gaming Industry with User-Generated ContentFeb 6, 2023·3 min read·55
PinnedDumme: Revolutionizing Short-Form Video Creation with AIIn today's digital age, video content creation has become increasingly popular across various platforms such as YouTube, TikTok, and Instagram. However, the process of editing long-form content into short clips for these platforms can be time-consumi...Jun 3, 2023·4 min read·18
(Almost) Everything that the AWS S3 Can Do!Amazon Simple Storage Service (S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance. This means that you can store and retrieve any amount of data, at any time, from anywhere on the w...Dec 24, 2022·12 min read·16
AWS — Elastic Load Balancer (ELB) OverviewIntroduction to AWS Elastic Load Balancer — What is ELB? Amazon Elastic Load Balancer (Amazon ELB) is a load balancing service that automatically distributes incoming application traffic across multiple Amazon Elastic Compute Cloud (Amazon EC2) inst...Dec 24, 2022·8 min read·62
The Basics of AWS VPCAmazon Virtual Private Cloud (Amazon VPC) is a service that lets you launch Amazon Web Services (AWS) resources in a virtual network that you define. This virtual network closely resembles a traditional network that you might operate in your own data...Dec 24, 2022·19 min read·32
Kubernetes 101: Pods, Nodes, Containers, and ClustersKubernetes is an open-source platform for automating the deployment, scaling, and management of containerized applications. It provides a way to deploy and run applications in a consistent, reliable manner across a distributed infrastructure, such as...Dec 24, 2022·10 min read·66
A Beginner’s Guide to KubernetesWhat Is Kubernetes? Kubernetes (also known as "K8s") is an open-source system for automating the deployment, scaling, and management of containerized applications. It was originally developed by Google and is now maintained by the Cloud Native Comput...Dec 20, 2022·6 min read·17
Ansible in 10 minutesIntroduction Ansible is a super cool tool that I’ve used a lot, especially when I ran things on-prem. At that time, I used it mostly for provisioning and updating 100+ machines at once. What is Ansible? Ansible is a configuration management and orche...Dec 20, 2022·8 min read·92