Skip to content
View sangdth's full-sized avatar
📖
Docendo discimus
📖
Docendo discimus

Highlights

  • Pro

Organizations

@vuejs-finland @getsieutoc
Block or Report

Block or report sangdth

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
sangdth/README.md

Hi, nice to meet you 👋

Gmail Badge Linkedin Badge

I enjoy creating digital products, trying out new ideas, and passing on the knowledge I gain to others.

This joy is the driving force behind my creation of a collection of starter templates and the development of open-source, self-hosted applications.

I hope that the materials I've created will act as catalysts, accelerating you toward your objectives quickly and effectively.

Projects:

  • Voi, the minimalist self-hosted customer feedback app, heavily inspired by Canny.
  • SyvaHire, a self-hosted app that allows you chat with interview videos, help your company know candidates better.
  • Pika Menu, a micro SaaS app thats help restaurants turn their Google Sheets files into digital menus effortlessly.
  • Platform, a Nextjs Starter Kit meant to facilitate a quicker SaaS launch.
  • Ninjutsu, Taijutsu and Genjutsu, 3 highly opiniate starter templates that cover most of your needs.

Pinned

  1. getsieutoc/platform getsieutoc/platform Public template

    Highly opinionated starter template for building your next modern apps

    TypeScript 3

  2. lazyjira lazyjira Public

    Jira in terminal for lazy people

    Go 2

  3. dotfiles dotfiles Public

    My dotfiles for neovim, zsh, git and other useful customised aliases

    Lua 2

  4. how-to-setup-eslint-typescript how-to-setup-eslint-typescript Public

    Because I always have to spend hours to setup ESLint with Typescript

    4 1

  5. If you can’t measure it, you can’t i... If you can’t measure it, you can’t improve it. – Peter Drucker
    1
    ### Config
    2
    
                  
    3
    ````bash
    4
    git config --global alias.fmain '!git checkout -b master && git branch -D main'
    5
    ````
  6. My list of most used Redis commands My list of most used Redis commands
    1
    ## Useful links
    2
    
                  
    3
    - Official docs from Redis https://redis.io/commands
    4
    - Nodejs Redis client https://github.com/redis/ioredis
    5