Skip to content

Instantly share code, notes, and snippets.

View dewan-ahmed's full-sized avatar
🥑
Learn --> Build --> Teach

Dewan Ishtiaque Ahmed dewan-ahmed

🥑
Learn --> Build --> Teach
View GitHub Profile
@dewan-ahmed
dewan-ahmed / gitness-docker.yaml
Created December 15, 2023 03:21
Gitness Docker Build and Push YAML
kind: pipeline
spec:
stages:
- name: build-and-push
spec:
platform:
arch: amd64
os: linux
steps:
- name: docker_build
@dewan-ahmed
dewan-ahmed / cd-pipeline.yaml
Last active April 17, 2024 13:02
Deploy to Kubernetes with Gitness - Gist
kind: pipeline
spec:
stages:
- name: ci-stage
type: ci
spec:
steps:
- name: ci-step
type: run
spec:
@dewan-ahmed
dewan-ahmed / howto-install-psql.md
Created March 27, 2023 20:50
How to install PostgreSQL client psql on macOS, Linux (Ubuntu), and Windows?

The installation process for the PostgreSQL client, psql, may vary depending on your operating system. Here are the general steps for some popular operating systems:

Linux (Ubuntu)

  1. Open the terminal and run the following command to update the package list:
sudo apt-get update
@dewan-ahmed
dewan-ahmed / Kubernetes-OpenShift-May12.md
Last active May 13, 2020 09:30
This is a public gist containing useful links for May12 2020 CrowdCast KRHOWT workshop by IBM Developer
  1. Sign-up for IBM Cloud account: https://ibm.biz/BdqyJj
  2. Kubernetes cluster (one-hour sandbox): https://www.katacoda.com/courses/kubernetes/first-steps-to-ckad-certification
  3. OpenShift cluster (one-hour sandbox): https://learn.openshift.com/playgrounds/openshift42/
  4. Workshop Gitbook: https://ibm-developer.gitbook.io/openshift101
  5. Workshop GitHub Repo: https://github.com/IBM/openshift101/tree/master/workshop
  6. Repo for the NodeJS application: https://github.com/IBM/node-s2i-openshift
  7. Background on containers: https://www.ibm.com/cloud/learn/containers
  8. Background on Kubernetes: https://www.ibm.com/cloud/learn/kubernetes
  9. All Kubernetes concepts under 30 minutes: https://www.youtube.com/watch?v=90kZRyPcRZw
  10. Source-to-Image(S2I) Deep-dive: https://www.youtube.com/watch?v=flI6zx9wH6M
@dewan-ahmed
dewan-ahmed / KRHOWT-workshop-links.md
Last active June 3, 2021 08:26
This is a gist containing helpful links for Kubernetes and OpenShift Workshop of April 21 2020 (by IBM Developer)