CODEVO

Results 49 repositories owned by CODEVO

grpc-node-prisma

16
Stars
3
Forks
Watchers

In this guide, you will learn how to build a complete CRUD gRPC API server and client with TypeScript in a Node.js environment that runs on an Expressjs framework and uses a Prisma database ORM. We'll...

rust-mysql-crud-sqlx

17
Stars
4
Forks
Watchers

In this article, we will explore how to use Rust, Actix Web, SQLX, and MySQL to build a CRUD (Create, Read, Update, Delete) API.

rust-axum-mongodb

21
Stars
8
Forks
Watchers

In this article, we'll explore how to create a robust API that supports Create, Read, Update, and Delete operations using the Axum framework and MongoDB.

totp-rust

26
Stars
4
Forks
Watchers

In this comprehensive guide, you'll learn how to implement two-factor authentication (2FA) in a Rust application using OTP tokens generated by an Authenticator app like Authy, Google Authenticator, or...

nextauth-nextjs14-prisma

38
Stars
18
Forks
Watchers

In this tutorial, you will learn how to set up NextAuth v5 in Next.js 14. With the release of NextAuth v5, a couple of breaking changes have been introduced, and getting NextAuth up and running in a N...

nextjs14-supabase-ssr-authentication

39
Stars
10
Forks
Watchers

In this article, you'll learn how to integrate Supabase with Next.js 14 for email and password authentication, as well as Google and GitHub OAuth.

nextauth-nextjs14-drizzle

17
Stars
5
Forks
Watchers

In this tutorial, we'll cover the complete process of integrating Drizzle ORM with NextAuth v5 in Next.js 14.

nextjs14-react-query

24
Stars
4
Forks
Watchers

This article will teach you how to set up and use React Query v5 in the new Next.js 14 app directory. With the recent release of React Query v5, it has generated considerable buzz in the React ecosyst...

nextjs14-trpc-react-query

20
Stars
5
Forks
Watchers

In this comprehensive guide, we will explore the process of integrating tRPC, React Query v5, and Prisma within the Next.js 14 App Router. tRPC is a modern RPC framework that allows you to define your...