Skip to content

Instantly share code, notes, and snippets.

View Kikiodazie's full-sized avatar
🎯
Focusing

Divine Odazie Kikiodazie

🎯
Focusing
View GitHub Profile
@Kikiodazie
Kikiodazie / eks-cluster.yaml
Created March 5, 2023 02:32
Demo EKS cluster configuration
apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
metadata:
name: main-garden-cluster
region: us-east-1
vpc:
subnets:
private:
@Kikiodazie
Kikiodazie / index.html
Created April 13, 2022 16:24
Automated Image Responsiveness Using Cloudinary Core
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<script
src="https://unpkg.com/cloudinary-core@latest/cloudinary-core-shrinkwrap.js"
type="text/javascript"