© 2023 Hashnode
#prisma
Introduction RedwoodJS is a full-stack framework for building web applications. It offers a powerful set of tools for building both the front end and back end of your application in a single codebase. I got to know about Redwood from watchi…
Introduction In this guide, we'll be using a JSON or CSV file with some data in it to build a fully featured GraphQL API inside a NextJS application. For this to work, we'll need some tools, here are links to all the tools used in this guid…
Recently, I have used the T3 Stack to create a type-safe, full-stack Next.js web application. Before this project, I had no prior experience with any of these technologies, but thanks to create-t3-app, created by nexxel, the setup process w…
Introduction I've spent the past few days or so setting this up and wanted to share everything I've learned to hopefully help some people out! This article assumes basic proficiency with Graphql. We'r…
Nest, Prisma and GraphQL are tools I was using daily at my previous work and I thought to write about them. In this article, we will be building a basic blog to show some relevant concepts relating to…
Motivation I tend to always come up with ideas for new projects, things to study, or work to do. With every task I come across, I always ask myself this question - "What is the motivation?". In this m…
Next.js is a database-agnostic web-based framework. This way, you can use any database with Next.js. You can use ORM to model your database data structure when working with databases. Next.js uses Pri…
I am seeking a good stack I can switch to for my new projects. So, I decided to try and evaluate Next.js, Tailwind CSS, and Prisma stack with a small project. Before I start, I must admit that I have zero experience or don't have experience…
I have a side project closed source in early stage development, it has been running nicely on NextJS 12 but as things go, there is a new shiny version so naturally I wanted to use that! The following…
https://youtu.be/Ob8_MpAZ7ps What is NestJS? In this post, let's talk about building a REST API with NestJS. NestJS is a progressive Node.js framework for building server-side applications in JavaScript with built-in support for TypeScript …