CODEVO wpcodevo
-
CodevoWeb
- https://codevoweb.com
- @wpcodevo
- in/wpcodevo
- @looptrue
-
-
forum Public
Vue UpdatedJan 5, 2026 -
ClipDrive Public
Rust UpdatedDec 26, 2025 -
orpc Public
Forked from middleapi/orpcTypesafe APIs Made Simple 🪄
TypeScript MIT License UpdatedDec 24, 2025 -
fastapi_sqlalchemy Public
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 Pydant...
-
reactjs-jwt-auth Public
-
In this article, you'll learn how to implement CRUD operations on a PostgreSQL database using Django REST Framework.
Python UpdatedNov 12, 2024 -
django-sqlite-crud-rest-api Public
In this tutorial, you'll learn how to build a CRUD Django REST API using the Django REST Framework.
Python UpdatedNov 9, 2024 -
go-postgres-jwt-auth-api Public
In this article, you will learn how to implement authentication and role-based authorization in Golang using JSON Web Tokens (JWT).
-
node_prisma_postgresql Public
In this article, you’ll learn how to implement JWT authentication with access and refresh tokens using Node.js, ExpressJs, Prisma, PostgreSQL, Redis, and Docker-compose.
-
go-postgres-crud-rest-api Public
In this article, you will learn how to create a CRUD REST API in Golang using Fiber as the web framework and PostgreSQL as the database.
-
form-validation Public
In this article, you will learn how to validate React.js forms without relying on external libraries. Good form validation can make the difference between a positive user experience and a negative ...
TypeScript UpdatedNov 3, 2024 -
nextauth-nextjs15-prisma Public
In this article, you'll learn how to set up NextAuth v5 within a Next.js 15 project. On October 21, 2024, the Next.js team announced that Next.js 15 is officially stable and ready for production.
-
rust-axum-mysql-crud-api Public
In this article, we’ll build a CRUD (Create, Read, Update, Delete) API in Rust using the Axum web framework and MySQL as the database.
-
jwt-auth-axum-rust Public
In this article, we'll focus on implementing JWT authentication using the Bearer Token approach in Rust, and we will use the HS256 algorithm to ensure the integrity and authenticity of the tokens.
-
feedback-axum-mongodb Public
In this article, I will guide you through the process of building a CRUD API—specifically, an API for a feedback application—using Axum as our HTTP framework and MongoDB as our data storage solution.
-
In this article, I’ll guide you through building a CRUD app—essentially a note-taking app—that uses Google Sheets as its database and React Query for handling HTTP requests.
TypeScript UpdatedOct 7, 2024 -
rust-feedback-api Public
In this tutorial, we will build a CRUD API for a feedback application. This project will help you get started with API development in Rust or enhance your skills as a Rust developer.
-
nextjs14-trpc-authentication Public
In this article, you will explore the implementation of user registration, login, and logout functionalities in Next.js 14 using tRPC (Type Remote Procedure Call). tRPC is a library designed to str...
-
phone_website Public
An eCommerce website template built with HTML, CSS, and JAVASCRIPT.
-
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.
-
go-standard-lib-crud-app Public
Therefore, in this article, we will build a basic CRUD API to cover almost 80% of what you need to know when building an API with the net/http package.
-
lc12-travel-website Public
Travel website with HTML, CSS and JAVASCRIPT.
-
golang-mongodb-api Public
In this article, you'll learn how to implement JWT access and refresh tokens with gRPC using Golang, MongoDB-Go-driver, Gomail, Docker, and Docker-compose.
-
reactjs-crud-note-app Public
In this comprehensive guide, you'll learn how to build a CRUD application with React.js, Tailwind CSS, React Query, React-Hook-Form, and Axios. In brief, we'll use CRUD (CREATE, READ, UPDATE, DELET...
-
golang-gorm-postgres Public
In this comprehensive guide, you will learn how to secure a Golang RESTful API with JSON Web Tokens and Email verification.
-
nextjs14-react-query Public
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 ecos...
-
fullstack-rust-app Public
In this article, I'll walk you through the process of building a backend API using the Actix web framework, SQLX, PostgreSQL, and Docker.
-
nextauth-nextjs14-drizzle Public
In this tutorial, we'll cover the complete process of integrating Drizzle ORM with NextAuth v5 in Next.js 14.
-
nextauth-nextjs14-prisma Public
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 ...