CODEVO

Results 49 repositories owned by CODEVO

node_typeorm

89
Stars
50
Forks
Watchers

In this article, you'll learn how to build CRUD RESTful API with Node.js, ExpressJs, TypeORM, and PostgreSQL. We will define the database schema with TypeORM and run the migration command to push the...

JWT_Authentication_React

193
Stars
69
Forks
Watchers

JWT Authentication and Authorization with React, RTK Query, Material UI, React Hook Form and Zod.

golang-mongodb-api

151
Stars
50
Forks
Watchers

In this article, you'll learn how to build a CRUD gRPC API server with Golang, MongoDB-Go-driver, and Docker-compose. You'll also build a gRPC client to interact with the gRPC API.

google-github-oath2-reactjs

27
Stars
18
Forks
Watchers

In this article, you'll learn how to implement Google OAuth2 in a React.js application, including creating a project in the Google API Console, configuring the application's client ID and redirect URI...

google-github-oauth2-rust

30
Stars
6
Forks
Watchers

This article will teach you how to integrate Google OAuth2 into your Rust application, all without relying on third-party OAuth crates such as https://crates.io/crates/oauth2.

rust-postgres-crud-sqlx

43
Stars
5
Forks
Watchers

In this article, you'll learn how to build a CRUD API in Rust using SQLX, Actix-web, and PostgreSQL. Learning how to build a CRUD API as a developer will equip you with valuable skills for building ro...

rust-jwt-hs256

25
Stars
5
Forks
Watchers

In this article, we will delve into the implementation of JWT authentication in Rust, covering all crucial steps from generating and verifying JWT tokens with the HS256 algorithm, to registering users...

golang-fiber-jwt

40
Stars
8
Forks
Watchers

In this comprehensive guide, you'll learn how to implement JWT (JSON Web Token) authentication in a Golang application using GORM and the Fiber web framework.

google-github-oauth2-nodejs

25
Stars
8
Forks
Watchers

In this article, I'll walk you through the process of setting up Google OAuth2 in a Node.js application, including creating the OAuth project on the Google API console, configuring the OAuth Client ID...

fullstack-rust-app

43
Stars
4
Forks
Watchers

In this article, I'll walk you through the process of building a backend API using the Actix web framework, SQLX, PostgreSQL, and Docker. Once we've created a powerful backend, we'll move on to buildi...