Skip to content

Instantly share code, notes, and snippets.

View vishwajeetio's full-sized avatar
🌴
On vacation

Vishwajeet vishwajeetio

🌴
On vacation
View GitHub Profile
@vishwajeetio
vishwajeetio / airflow_on_docker
Last active January 9, 2023 11:15
setup airflow on docker container in ubuntu 20.04 server
1. inbstall docker on ubuntu 20.04
# https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04
2. install airflow in docker
# https://hub.docker.com/r/puckel/docker-airflow
3. work with airflow
# https://airflow.apache.org/docs/apache-airflow/stable/start.html
4. create a user:
airflow users create -r Admin -u admin -e admin@example.com -f admin -l user -p test
@vishwajeetio
vishwajeetio / constants
Created April 26, 2023 07:19 — forked from adrianhajdin/constants
project_hoobank
import { people01, people02, people03, facebook, instagram, linkedin, twitter, airbnb, binance, coinbase, dropbox, send, shield, star } from "../assets";
export const navLinks = [
{
id: "home",
title: "Home",
},
{
id: "features",
title: "Features",
<!doctype html>
<!-- http://taylor.fausak.me/2015/01/27/ios-8-web-apps/ -->
<html>
<head>
<title>iOS 8 web app</title>
<!-- CONFIGURATION -->