Skip to content

Instantly share code, notes, and snippets.

View Talha-Altair's full-sized avatar
🇸🇦
Winner

Talha Abdur Rahman Talha-Altair

🇸🇦
Winner
View GitHub Profile
@Talha-Altair
Talha-Altair / receiver.js
Created August 30, 2021 14:19
jinja to javascript
let data = JSON.parse('{{data|tojson}}')
@Talha-Altair
Talha-Altair / docker-install.sh
Last active January 27, 2026 15:18
docker installation script
#!/bin/bash
if [ $EUID -ne 0 ]; then
echo "$0 is not running as root. Try using sudo."
exit 2
fi
#Setup
sudo apt update
sudo apt install -y jq
2021/12/02 18:40:23 Registering 3 clients
2021/12/02 18:40:23 Registering 3 informer factories
2021/12/02 18:40:23 Registering 3 informers
{"severity":"INFO","timestamp":"2021-12-02T18:40:23.131426092Z","caller":"logging/config.go:116","message":"Successfully created the logger."}
{"severity":"INFO","timestamp":"2021-12-02T18:40:23.131487846Z","caller":"logging/config.go:117","message":"Logging level set to: info"}
{"severity":"INFO","timestamp":"2021-12-02T18:40:23.232421259Z","logger":"activator","caller":"activator/main.go:134","message":"Starting the knative activator","commit":"f1e419a","knative.dev/controller":"activator","knative.dev/pod":"activator-68b7698d74-j5jc8"}
{"severity":"INFO","timestamp":"2021-12-02T18:40:23.235697631Z","logger":"activator","caller":"activator/main.go:179","message":"Connecting to Autoscaler at ws://autoscaler.knative-serving.svc.cluster.local:8080","commit":"f1e419a","knative.dev/controller":"activator","knative.dev/pod":"activator-68b7698d74-j5jc8"}
{"severity":"INFO","tim

Terraform Module to Provision a GKE Cluster with istio enabled

pre-requisites

  • Gcloud credentials json file
  • Terraform
  • Helm

Variables to include

aws cloudformation delete-stack --stack-name CDKToolkit
aws s3 ls | grep cdk # copy the name
aws s3 rb --force s3://cdktoolkit-stagingbucket-abcdef # replace the name here
# Just make Sure that you do not accidentally delete some other bucket which co-incidentally happens to have cdk in it's name.

Developer Deep Dive

Non-Technical Roles

  • Business Analyst.
  • Market Research Analyst.
  • Digital Marketing Strategist.
  • Social Media Manager.
  • Marketing Manager.
  • Business Development Manager.
From nobody Mon Sep 17 00:00:00 2001
From: A (zzz)
U
Thor
<a.u.thor@example.com> (Comment)
Date: Fri, 9 Jun 2006 00:44:16 -0700
Subject: [PATCH] a commit.
ls - The most frequently used command in Linux to list directories
pwd - Print working directory command in Linux
cd - Linux command to navigate through directories
mkdir - Command used to create directories in Linux
mv - Move or rename files in Linux
cp - Similar usage as mv but for copying files in Linux
rm - Delete files or directories
touch - Create blank/empty files
ln - Create symbolic links (shortcuts) to other files
cat - Display file contents on the terminal
Complete Python - https://bit.ly/3AbYClH
Efficient Code Optimization techniques for Python : https://bit.ly/3tAbNsW
System Design Important terms - https://bit.ly/3Om9d3H
ML System Design Case Studies Series : https://bit.ly/3i5EDiH
System Design Case Studies
Design Messenger App : https://bit.ly/3DoAAXi
Design Instagram : https://bit.ly/3BFeHlh
Design Twitter : https://bit.ly/3qIG9Ih
Design Uber : https://bit.ly/3fyvnlT
Design TikTok : https://bit.ly/3UUlKxP