CODEVO

Results 49 repositories owned by CODEVO

golang-postgresql-api

37
Stars
3
Forks
Watchers

This article will teach you how to set up a SQLC API project with Golang, standard Database/SQL package, Gin Gonic, PostgreSQL, Golang-migrate, and Docker-compose. You will also learn how to generate...

2fa-nodejs

68
Stars
26
Forks
Watchers

This article will teach you how to secure a Node.js API by implementing two-factor authentication (2FA) system using tokens generated by Google Authenticator or Authy. The one-time passcode (OTP) can...

nextjs-flask-framework

32
Stars
13
Forks
Watchers

In this article, you will learn how to integrate a Flask API project with Next.js and deploy them on Vercel.

fastapi_sqlalchemy

43
Stars
25
Forks
Watchers

In this article, I'll provide you with a simple and straightforward guide on how you can build a CRUD app with FastAPI and SQLAlchemy. The FastAPI app will run on a Starlette web server, use Pydantic...

two_factor_reactjs

47
Stars
21
Forks
Watchers

This article will teach you how to secure a React.js app by implementing two-factor authentication (2FA) feature using TOTP tokens generated by Google Authenticator, Authy, or Chrome's Authenticator e...

rust-axum-postgres-api

50
Stars
4
Forks
Watchers

Are you interested in building a Rust API with CRUD functionalities using the Axum framework and PostgreSQL database? If so, you're in the right place! In this article, I will guide you through buildi...

Blog_MUI_React-hook-form

16
Stars
11
Forks
Watchers

Login and Signup Forms with React, React Hook Form, TypeScript and Material UI

rust-yew-signup-signin

20
Stars
1
Forks
Watchers

In this comprehensive guide, you will learn how to build a single-page frontend web application in Rust using the Yew.rs framework. The application will include essential authentication features such...

nextjs13-react-query

127
Stars
20
Forks
Watchers

Are you interested in using React Query in your Next.js 13 app directory? If so, you've come to the right place! In this article, I'll guide you through the process of setting up React Query and makin...

two_factor_golang

34
Stars
3
Forks
Watchers

This article will teach you how to secure a Golang API by implementing two-factor authentication (2FA) using TOTP codes generated by an authenticator app like Google Authenticator or Authy.