What’s your current tech stack for web development?

what’s-your-current-tech-stack-for-web-development?

A tech stack in web development refers to the combination of technologies and programming languages used to create and maintain an excellent web application. A full-stack web app can be made using many different tech stacks. The specific technologies and languages used in a tech-stack depends entirely on the project and the goals of the developer or development team. So, what’s your current tech stack? It can have frameworks like React or Svelte, databases, ORMs, CSS frameworks, tools, plugins, extensions, and anything you use in the development process.

My current tech stack is T3 stack, which might sound a bit new to some people:

  • Next.js – Fullstack framework
  • Typescirpt – Don’t need any explanation🤣
  • tRPC – A way to write fully typesafe APIs. GraphQL Killer😈
  • Prisma – ORM
  • Tailwind CSS – For styling
  • NextAuth.js – For authentication

This tack focuses primarly on implementing full-stack TypeScript applications. Typescript isn’t optional here😓. This stack can be used both for front-end and back-end.

Write about your tech-stack in the comments below, looking forward to reading them!

Total
11
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post
51-ai-tools-you-should-be-using-for-life,-programming,-content-creation-and-everything-else

51 AI tools you should be using for life, programming, content creation and everything else

Next Post
from-gdsc-lead-to-flutter-developer:-lenz-paul’s-journey

From GDSC Lead to Flutter developer: Lenz Paul’s journey

Related Posts
postgresql-on-openbsd:-14-から-15-へのアップグレード-–-pg-upgrade-使用

PostgreSQL on OpenBSD: 14 から 15 へのアップグレード – pg_upgrade 使用

はじめに OpenBSD はすばらしいドキュメンテーションをプロジェクトの一環として提供してくれています。 (例えば man ページ (英語) は丁寧に維持されています。) これは OS だけで無く主要なサービス・パッケージにもあてはまります。PostgreSQL についても同様です。 さて PostgreSQL の pkg-readme (/usr/local/share/doc/pkg-readmes/postgresql-server) によると、データベースをアップグレードするのには…
Read More