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

Typescript Form Validation In React and React Framework Material UI

22.02.2022
tuedodev

Multiple validations on TextFields or Select fields? Simply use this validation form coded in React, the framework Material UI and …

Read more
#010

How to rotate an array in Javascript

08.02.2022
tuedodev

To rotate a two-dimensional array or matrix by 90 degrees is sometimes necessary (e.g to twist a specific pattern or …

Read more
#009

Curved Image Carousel Coded in Svelte with Swipe and Grabbing Functionality for Smartphones

13.11.2021
tuedodev

A neat image carousel coded in Svelte and therefore an up-to-date web app with swipe and grabbing functionality. Easily adaptable …

Read more
#008

Trigger Repository Dispatch Event on Github Actions from Sanity.io through Node Express as Workaround

11.09.2021
tuedodev

Want to start the build process from your headless CMS automatically after you created new content? Here is a solution …

Read more
#007

Nifty Portfolio Website Template with Vanilla JS and SCSS

21.06.2021
Markus Felder

Nifty (S)CSS template with pure Vanilla Javascript, perfectly suitable for a personal portfolio website running on a javascript framework like …

Read more
#006

React Textbox with text alignment justified and ResizeObserver API

15.03.2021
tuedodev

Although there is a CSS property text-align: justify to generate justified text inside a paragraph, the display of individual lines …

Read more
#005