for languages we use javascript for small projects and use typescript for larger projects
we use yarn since its fast
might switch to pnpm since its faster
we use nextjs for frontend ui and use apollo-client for data fetching
we use tailwind for styling since its
- more productive
- easier to tell fix since css is not hidden in some class or css file
- very good with react
we might use scss since its syntax is cleaner than css
we use css for small projects
we use nodejs since we're already using typescript (js) for the frontend so we dont need to learn another lang
we use a graphql api since its more readable and easier to understand what ur fetching
we use apollo-server with express for graphql (no reason)
we use mongodb for our database and mongodb (not mongoose) (no reason tho)
currently use heroku to deploy since its easy
currently use github pages for static sites but might switch to netlify
might use vercel or aws (not sure tho)
aws is more complex to deploy
might use docker but i havent found a reason to use it yet
we use git and github for version control
might use learn to use github actions and husky for big projects