Skip to content

Instantly share code, notes, and snippets.

@ben196888
Created September 10, 2023 03:19
Show Gist options
  • Save ben196888/075f5413c1649d20c23e3b1867296569 to your computer and use it in GitHub Desktop.
Save ben196888/075f5413c1649d20c23e3b1867296569 to your computer and use it in GitHub Desktop.
Fullstack @ Openstartervillage

Coding

Common

  • git

Client side

  • javascript + react (in progress)
  • typescript
  • redux
  • SASS
  • css module
  • styled-component (css-in-js)
  • tailwindcss - server side rendering + client side hydration
  • webpack (bundling)
  • unit test (testing-library + jsdom + jest + code coverage)
    • behavior test
    • snapshot test
    • end-to-end test (playwright)
  • lint (linter + formatter) i.e. eslint + prettier
  • LightHouse

Server side

  • HTTP client
  • GraphQL
  • RESTful
  • SQL
  • noSQL
    • Redis (cache)
    • MongoDB
    • firebase

CI/CD

  • github actions
  • circleCI
  • travisCI
  • jenkins
  • gitlabCI

DevOps

  • docker
  • kubernetes
  • helm
  • terraform

Cloud

  • netlify
  • vercel
  • heroku

SEO

  • sitemap
  • robots.txt
  • meta tag

Log & Monitoring

  • Google Analytics
  • Google Tag Manager
  • Sentry
  • LogStash + ElasticSearch + Kestral
  • Relic
  • LogRocket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment