Menggunakan Fetch API dan Axios pada project berbasis React
https://www.smashingmagazine.com/2020/06/rest-api-react-fetch-axios/
---
Membuat fitur lazy loading image seperti di Medium
https://medium.com/javascript-in-plain-english/medium-like-progressive-image-loading-in-react-eefa49f5c550
---
Latihan membuat Markdown Preview dengan React JS
https://www.freecodecamp.org/news/how-to-build-a-markdown-previewer-with-react-js/
---
Panduan pemula menggunakan
useState dan useEffect
https://www.freecodecamp.org/news/beginners-guide-to-using-react-hooks/
---
Deploy aplikasi React JS ke Netlify dengan mudah
https://medium.com/javascript-in-plain-english/deploy-your-react-application-to-production-within-seconds-58754c79c239
---
Membuat aplikasi tracking virus Corona dengan Ionic dan React
https://www.freecodecamp.org/news/how-to-create-corona-tracker-app-in-3-days/
---
Membuat fitur Authentication dengan One Time Password OTP pada aplikasi React, Node JS dan Amazon AWS Amplify
https://blog.bitsrc.io/building-otp-authentication-with-reactjs-and-aws-amplify-c5fd2e517fac
---
Form Validation dengan Formik di React
https://dev.to/estheragbaje/how-to-build-a-simple-form-with-validation-using-yup-and-formik-beginner-friendly-521j
#react #fetch #axios #formik #lazyload #image #ionic #otp #aws
https://www.smashingmagazine.com/2020/06/rest-api-react-fetch-axios/
---
Membuat fitur lazy loading image seperti di Medium
https://medium.com/javascript-in-plain-english/medium-like-progressive-image-loading-in-react-eefa49f5c550
---
Latihan membuat Markdown Preview dengan React JS
https://www.freecodecamp.org/news/how-to-build-a-markdown-previewer-with-react-js/
---
Panduan pemula menggunakan
useState dan useEffect
https://www.freecodecamp.org/news/beginners-guide-to-using-react-hooks/
---
Deploy aplikasi React JS ke Netlify dengan mudah
https://medium.com/javascript-in-plain-english/deploy-your-react-application-to-production-within-seconds-58754c79c239
---
Membuat aplikasi tracking virus Corona dengan Ionic dan React
https://www.freecodecamp.org/news/how-to-create-corona-tracker-app-in-3-days/
---
Membuat fitur Authentication dengan One Time Password OTP pada aplikasi React, Node JS dan Amazon AWS Amplify
https://blog.bitsrc.io/building-otp-authentication-with-reactjs-and-aws-amplify-c5fd2e517fac
---
Form Validation dengan Formik di React
https://dev.to/estheragbaje/how-to-build-a-simple-form-with-validation-using-yup-and-formik-beginner-friendly-521j
#react #fetch #axios #formik #lazyload #image #ionic #otp #aws
Smashing Magazine
Consuming REST APIs In React With Fetch And Axios — Smashing Magazine
If you’re a React developer who’d like to learn how you can start consuming APIs in your React applications, then this article is for you. Consuming REST APIs in a React Application can be done in various ways, but in this tutorial, Shedrack Akintayo will…
Memahami cara kerja queue sistem antrian proses di Node JS
https://blog.logrocket.com/a-deep-dive-into-queues-in-node-js/
---
Membuat sistem Two Factor Authentication dengan Node JS dan OTP Library
https://blog.soshace.com/implementing-two-factor-authentication-with-nodejs-and-otplib/
---
Beberapa cara memperbarui library dengan NPM dan Node JS
https://blog.logrocket.com/how-to-keep-javascript-libraries-up-to-date/
---
Caching data dengan Redis Db di Node JS
https://codeburst.io/caching-api-with-redis-and-node-b6f76831b442
---
Membuat satu router untuk menerima banyak tipe request dengan Middleware di Express JS
https://levelup.gitconnected.com/guide-to-the-express-router-object-multiple-requests-and-middleware-9d5c99b2ade6
#queue #nodejs #twofactor #auth #otp #library #npm #express #redis #middleware #multirequest
https://blog.logrocket.com/a-deep-dive-into-queues-in-node-js/
---
Membuat sistem Two Factor Authentication dengan Node JS dan OTP Library
https://blog.soshace.com/implementing-two-factor-authentication-with-nodejs-and-otplib/
---
Beberapa cara memperbarui library dengan NPM dan Node JS
https://blog.logrocket.com/how-to-keep-javascript-libraries-up-to-date/
---
Caching data dengan Redis Db di Node JS
https://codeburst.io/caching-api-with-redis-and-node-b6f76831b442
---
Membuat satu router untuk menerima banyak tipe request dengan Middleware di Express JS
https://levelup.gitconnected.com/guide-to-the-express-router-object-multiple-requests-and-middleware-9d5c99b2ade6
#queue #nodejs #twofactor #auth #otp #library #npm #express #redis #middleware #multirequest
LogRocket Blog
A deep dive into queues in Node.js - LogRocket Blog
Find out what queueing in Node.js is all about. Learn how it works with the event loop, its various types, and how it can help with async operations.
Tips menggunakan auto complete untuk One Time Password ataupun OTP Code pada input form dengan autocomplete one-time-code
https://twitter.com/sulco/status/1320700982943223808?s=09
#input #form #otp #autocomplete
https://twitter.com/sulco/status/1320700982943223808?s=09
#input #form #otp #autocomplete
Twitter
Tomek Sułkowski
#HTML/#UX tip for today: Setting `autocomplete="one-time-code"` will allow your user to fill the input field with the auth code they've just received - without the need to manually copy it from a message. https://t.co/AzK6YorX45
Latihan sederhana membuat backend Node JS dengan Adonis JS untuk endpoint API dari Raspberry Pi
https://dev.to/bobbyiliev/how-to-build-adonisjs-api-to-store-your-raspberry-pi-temperature-5c6a
---
Latihan panjang membuat sistem Login dengan kode OTP atau One Time Password pada 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
---
Latihan panjang membuat sistem Login dengan kode OTP atau One Time Password pada Node JS
https://javascript.plainenglish.io/create-otp-based-user-sign-up-using-node-js-cc4defc54123
—-
#nodejs #adonis #otp #api
DEV Community
How to build AdonisJS API to store your Raspberry Pi Temperature
Introduction I have a few Raspberry Pi devices at home and I wanted to be able to collect...