Day: November 5, 2023
7 posts
useRef helps you to avoid re-rendering of the component
useRef can store any mutable data that you want to persist between renders. It helps you to avoid…
Python Secure Password Management: Hashing and Encryption #️⃣🔐✨
When building an application that validates user passwords or needs to store tokens for future use it is…
What’s New in StateAdapt 2.0.0: adapt rework
Three weeks ago, StateAdapt released a new major version. The main changes here is a rework of the…
I built a Snake Game in React
TL;DR: I built this classic “Snake Game” using React, HTML Canvas, and TypeScript. No third-party libraries are used.…
[Beginner Friendly] Transform Your Web App with Formbricks Surveys: A Must-Know Guide🔥🔥🔥
Welcome 👋 to this blog. In this blog we will learn how to integrate Formbricks Surveys within your…
A Missed Modifier, A Race Against Time: The Genesis of a Handy Online Smart Contract Editor
Navigating the thrilling yet challenging realm of Solidity can sometimes throw curveballs our way. One such unexpected moment…
How to set up and turn off Find My Device on Android
An Android app, short for “Android application,” is a software program designed to run on devices that use…