Skip to content

Instantly share code, notes, and snippets.

View sangam14's full-sized avatar
🖥️
🦀🐳🕸️☁️🛡️🥑

Sangam Biradar sangam14

🖥️
🦀🐳🕸️☁️🛡️🥑
View GitHub Profile
@sangam14
sangam14 / booklist.md
Created May 18, 2017 08:26 — forked from rouzbeh84/booklist.md
list of programming books

Coders at Work: Reflections on the Craft of Programming

  • iinpute

If you’re curious about life as a programmer than Coders at Work is the book for you. It’s packed with interesting interviews from 15 accomplished programmers and computer scientists including Joshua Bloch, Peter Norvig, Donald Knuth, Ken Thomson, and Jamie Zawinski. The author, Peter Seibel (a programmer turned writer), got interviewees to open up about the famous projects that they worked on and the inspiring stories behind them. Coders at Work gives a peek into what makes some of the greatest programmers tick and how they think. Definitely a must read!

[Coders at Work Best Programming Books](http://www.amazon.com/gp/

@sangam14
sangam14 / booklist.md
Created May 18, 2017 08:26 — forked from rouzbeh84/booklist.md
list of programming books

Coders at Work: Reflections on the Craft of Programming

  • iinpute

If you’re curious about life as a programmer than Coders at Work is the book for you. It’s packed with interesting interviews from 15 accomplished programmers and computer scientists including Joshua Bloch, Peter Norvig, Donald Knuth, Ken Thomson, and Jamie Zawinski. The author, Peter Seibel (a programmer turned writer), got interviewees to open up about the famous projects that they worked on and the inspiring stories behind them. Coders at Work gives a peek into what makes some of the greatest programmers tick and how they think. Definitely a must read!

[Coders at Work Best Programming Books](http://www.amazon.com/gp/

@sangam14
sangam14 / README.md
Created October 14, 2018 18:00 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.


@sangam14
sangam14 / index.html
Created June 26, 2019 13:45 — forked from apparentlymart/index.html
Golang and Terminal.js web terminal
<html>
<head>
<script src="/terminal.js/dist/terminal.js"></script>
<style>
#terminal {
background: #000000;
color: #ffffff;
display: inline-block;
padding: 10px;
}
@sangam14
sangam14 / index.html
Created June 26, 2019 13:45 — forked from apparentlymart/index.html
Golang and Terminal.js web terminal
<html>
<head>
<script src="/terminal.js/dist/terminal.js"></script>
<style>
#terminal {
background: #000000;
color: #ffffff;
display: inline-block;
padding: 10px;
}
@sangam14
sangam14 / docker-compose.yml
Last active January 9, 2022 23:55
PDC_Treafik.md
version: "3.3"
services:
################################################
#### Traefik Proxy Setup #####
###############################################
traefik:
image: traefik:v2.3
restart: always
@sangam14
sangam14 / redis-cluster.yml
Last active August 2, 2020 18:05
okteto-redis-cluster
---
apiVersion: v1
kind: ConfigMap
metadata:
name: redis-cluster
labels:
app: redis-cluster
data:
fix-ip.sh: |
#!/bin/sh
@sangam14
sangam14 / Civo-Keptn.txt
Last active October 5, 2020 18:48
keptn-civo
Last login: Sat Sep 19 02:40:19 on console
sangam:~ sangam$ export KUBECONFIG=Downloads/civo-sangam-kubeconfig
sangam:~ sangam$ kubectl get nodes
NAME STATUS ROLES AGE VERSION
kube-master-c115 Ready master 32m v1.18.6+k3s1
sangam:~ sangam$ keptn install --use-case=continuous-delivery
Helm Chart used for Keptn installation: https://storage.googleapis.com/keptn-installer/keptn-0.7.1.tgz
Please confirm that the provided cluster information is correct:
Cluster: sangam
# This manifest deploys the OpenEBS control plane components, with associated CRs & RBAC rules
# NOTE: On GKE, deploy the openebs-operator.yaml in admin context
# Create the OpenEBS namespace
apiVersion: v1
kind: Namespace
metadata:
name: sangam14
---
# Create Maya Service Account