Simple exercise creating a Node JS backend with Adonis JS for API endpoints from Raspberry Pi
https://dev.to/bobbyiliev/how-to-build-adonisjs-api-to-store-your-raspberry-pi-temperature-5c6a
---
Long practice making Login system with OTP code or One Time Password on Node JS
https://javascript.plainenglish.io/create-otp-based-user-sign-up-using-node-js-cc4defc54123
—-
#nodejs #adonis #otp #api
https://dev.to/bobbyiliev/how-to-build-adonisjs-api-to-store-your-raspberry-pi-temperature-5c6a
---
Long practice making Login system with OTP code or One Time Password on Node JS
https://javascript.plainenglish.io/create-otp-based-user-sign-up-using-node-js-cc4defc54123
—-
#nodejs #adonis #otp #api
How to Build an OTP Input in Vue 3
https://www.freecodecamp.org/news/create-otp-input-vue-3/
#vue #otp
https://www.freecodecamp.org/news/create-otp-input-vue-3/
#vue #otp
freeCodeCamp.org
How to Build an OTP Input in Vue 3
By Paul Akinyemi OTP inputs are one of the most fun components you can use in your app. They make the dry process of filling in yet another form a little more engaging. In this article, you’ll learn how to build an OTP input from scratch in Vue 3. By...