DEV Community

Cover image for Day 2 of Brylnt: Finalizing the tech-stack for the homepage
Manav Codaty
Manav Codaty

Posted on • Edited on

Day 2 of Brylnt: Finalizing the tech-stack for the homepage

Hey everyone! First off, I’m sorry that I haven’t posted in a while—things have been super busy! Since my last update, I’ve been deep in research mode, trying to figure out the perfect tech stack for Brylnt’s landing page. After a lot of consideration, I’ve decided to go with the T3 Stack for my web development. It feels like the right fit, especially with its focus on TypeScript.

For those who don’t know, the T3 Stack is a modern, flexible stack that helps streamline web development. It’s built around TypeScript, which makes coding safer and reduces bugs.

Here’s a quick breakdown of what’s in the T3 Stack:

  • Next.js: A powerful React framework that handles server-side rendering, static site generation, and routing with ease. It’s super fast and scalable for web apps.
  • TypeScript: The backbone of the stack. It’s JavaScript with type definitions, making the code easier to maintain.
  • tRPC: It enables typesafe communication between the client and server without the need for a REST or GraphQL API layer.
  • Drizzle: Instead of Prisma, I’m using Drizzle for my database management. Drizzle is a lightweight and typesafe ORM that fits perfectly with my stack.
  • NextAuth.js: This handles authentication, making it simple to secure user logins.

With the stack chosen, I’m excited to dive into building Brylnt’s landing page. There’s a lot to do, but I’m ready for the challenge! Please leave any suggestions for my stack in the comments section!

More updates to come soon!

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay