CODEVO

Results 50 repositories owned by CODEVO

node_prisma_postgresql

63
Stars
15
Forks
Watchers

In this comprehensive article, you'll learn how to set up a Node.js API Project with ExpressJs, Prisma, PostgreSQL, Redis, and Docker-compose. The API will run on an Express server and use Postgres fo...

simple-api-actix-web

19
Stars
6
Forks
Watchers

In this comprehensive guide, you'll build a simple CRUD API in Rust using the Actix Web framework and an in-memory database.

nextjs13-redux-toolkit

64
Stars
28
Forks
Watchers

In this tutorial, you'll learn how to set up and use Redux Toolkit and RTK Query in your Next.js 13 project. It's worth noting that at the time of writing, Next.js 13 is still in beta.

nextjs-fastapi-framework

40
Stars
11
Forks
Watchers

In this article, you will learn how to seamlessly integrate a FastAPI project into your Next.js application and deploy the entire project on Vercel. But that's not all! We won't stop at integration; w...

nextjs-trpc-crud-app

35
Stars
13
Forks
Watchers

This article will teach you how to build a full-stack tRPC CRUD (Create, Read, Update, and Delete) app with Next.js. The tRPC API will be built on Next.js edge runtime and the tRPC client will be crea...

rust-axum-mysql

26
Stars
5
Forks
Watchers

In this article, you'll discover how to use the Axum framework to build a RESTful API in Rust that supports basic CRUD (Create, Read, Update, Delete) operations against a MySQL database.

nextjs13-trpc-setup

35
Stars
5
Forks
Watchers

Are you interested in using tRPC in the new Next.js 13 app directory? Look no further! In this article, I'll walk you through the process of setting up a tRPC server and client in the Next.js 13 app d...

golang-fiber-jwt-rs256

20
Stars
5
Forks
Watchers

In this comprehensive guide, you'll learn how to properly refresh JSON Web Tokens (JWTs) using the RS256 algorithm and Redis. The integration of Redis will give us the ability to effortlessly revoke o...

complete-restful-api-in-rust

25
Stars
3
Forks
Watchers

In this article, you will learn how to build a Rust API with unit testing in mind. This means we will take a modular approach, which will make our lives easier when writing unit tests.

simple-api-rust-axum

35
Stars
2
Forks
Watchers

If you're new to Rust and eager to build your first API, you're in luck: this article will guide you step by step through building a simple REST API in Rust using the Axum framework.