Next.js 2-Factor Authentication with Email and Password credentials based on session cookies and Prisma ORM

12.04.2024
tuedodev

Next.js 2-Factor Authentication (app directory) with Email and Password credentials, role-based authorizations, basic admin dashboard with CRUD functionality and toggle …

Read more
#017

Light and dark theme toggle button for Next JS

05.03.2024
tuedodev

Next JS together with SSR can be a challenge to create a flicker-free toggle button for light and dark, but …

Read more
#016

Encryption, Decryption and Hashing functions based on Web Crypto API

22.02.2024
tuedodev

Enabling basic cryptographic functions performing on Next.js Edge Runtime with Web Crypto API.

Read more
#015

Calculate the direction angle of the mouse with CSS trigonometric functions illustrated by the sleeping monk example

25.01.2024
tuedodev

Fun project that illustrated the benefits of CSS trigonometric functions like atan2 with a sleeping monk as the main character …

Read more
#014

Merging PDF files with Python´s pypdf

25.10.2023
tuedodev

This tiny Python program merges multiple PDF files within a directory into a single PDF file to make life easier.

Read more
#013

Next.js 13 Hydration: Bundling error with canvas dependency in react-pdf solved

28.12.2022
tuedodev

Server Side Rendering (SSR) widens the frontend possibilities of frameworks enormously, but on the other hand makes debugging for the …

Read more
#012

NFT Minter NFTetris: Minting the Game Result as NFT on the Ethereum Blockchain

14.05.2022
tuedodev

With our new game coded in React with Typescript, developed on Hardhat, deployed on Next.JS, connecting via Ethers.js and MetaMask …

Read more
#011