Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
View baikov's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report baikov

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
baikov/README.md

Hi there 👋

Technology stack

Python FastAPI

Postgresql MONGODB Redis

TypeScript Vue.js

Docker

Linux Git

Pinned Loading

  1. tpl-traefik tpl-traefik Public template

    Universal Traefik 2.11 template for local development with https + production ready for multi-repo backend and frontend

    Dockerfile 2

  2. tpl-nuxt3 tpl-nuxt3 Public template

    Production ready Nuxt3 template (docker compose for local development and prod)

    Vue

  3. tpl-drf tpl-drf Public template

    Production ready Django+DRF template (Docker Compose for local development and prod)

    Python 1

  4. traefik-prometheus traefik-prometheus Public

    Traefik v2.5 + Prometheus + Grafana

    Dockerfile

  5. Ubuntu 20.04 first touch.sh Ubuntu 20.04 first touch.sh
    1
    # add ssh key
    2
    ssh-copy-id root@ip
    3
    
                  
    4
    # add user
    5
    adduser www && usermod -aG sudo www
  6. Neovim config file Neovim config file
    1
    " Base
    2
    set mouse=a
    3
    set encoding=utf-8
    4
    set number
    5
    set noswapfile