CODEVO

Results 49 repositories owned by CODEVO

nextjs-typegraphql-api

27
Stars
8
Forks
Watchers

This article will teach you how to build a full-stack CRUD App with Next.js, React Query, GraphQL Code Generator, React-Hook-Form, Zod, and graphql-request to perform Create/Update/Get/Delete operatio...

nextauth-nextjs13-prisma

246
Stars
73
Forks
Watchers

In this tutorial, I'll walk you through setting up authentication in your Next.js 13 app directory using NextAuth.js. It's worth noting that while we use the NextAuth package in this tutorial, you may...

rust-axum-jwt-auth

110
Stars
10
Forks
Watchers

Are you interested in building a secure authentication system for your Rust web application? Look no further than the Axum framework and JSON Web Tokens (JWTs)! Axum is a fast and scalable Rust web fr...

fastapi_mongodb

84
Stars
29
Forks
Watchers

This article will teach you how to create a CRUD RESTful API with Python, FastAPI, PyMongo, MongoDB, and Docker-compose to perform the basic Create/Read/Update/Delete operations against a database.

nextjs13-user-signin-signup

47
Stars
13
Forks
Watchers

In this article, we'll explore how to implement JWT authentication in Next.js 13 API route handlers. We'll cover the process of generating and verifying JWTs, handling authentication errors, and prote...

nextjs13-simple-app

28
Stars
8
Forks
Watchers

In this article, you will learn how to build a fullstack application in the new Next.js 13 app directory. Next.js 13.2 introduced a new approach to building APIs in the App Router (app), where we can...

rust-axum-jwt-rs256

44
Stars
1
Forks
Watchers

In this article, you'll learn how to build a secure and efficient backend API in Rust with JWT access and refresh tokens functionality. We'll leverage the high-performance Axum framework and SQLX to s...

golang-gorm-postgres

98
Stars
28
Forks
Watchers

This article will teach you how to create a CRUD RESTful API in a Golang environment that runs on a Gin Gonic server and uses a PostgreSQL database. We’ll also discuss how you can build models, connec...

trpc-nextjs-prisma

95
Stars
18
Forks
Watchers

In this article, we’ll build a type-safe tRPC CRUD API with Next.js, PostgreSQL, and Prisma. This tRPC example in Next.js will showcase how to use tRPC on the backend and later we will consume the API...

python_fastapi

65
Stars
23
Forks
Watchers

This article will teach you how to create a CRUD RESTful API with Python, FastAPI, SQLAlchemy ORM, Pydantic, Alembic, PostgreSQL, and Docker-compose to perform the basic Create/Read/Update/Delete oper...