raaynaldo.hashnode.dev๐ RTK Query Tutorial (CRUD)โ๏ธ Introduction Finally, I have a chance to continue my Redux blog series. If you haven't read it, I suggested to read the first blog first here. You must understand the Redux concept before reading this blog. To be honest, I was planning to have a b...Nov 29, 2022ยท10 min read
raaynaldo.hashnode.dev๐ Redux Toolkit Setup TutorialIntroduction Does anyone feel reluctant when you want to implement Redux in your react app? I always feel implementing Redux at the beginning is too much effort especially because Redux has a lot of boilerplate, and I always don't remember all the st...May 23, 2022ยท6 min read
raaynaldo.hashnode.dev๐ Javascript Datetime ๐ Introduction Have you ever felt annoyed when you should code related to Datetime? Maybe you have not experienced it yet, but when you get there, you will be thankful to read this blog. I decided to write this post because I feel upset when I see a Da...Mar 31, 2022ยท4 min read
raaynaldo.hashnode.dev7 Powerful Mac Applications that You Must InstallTom Cruise said, โI feel the need... the need for speed.โ Me too! I started using MacBook in 2014 when I got my first MacBook, which was the first MacBook with a retina screen. Originally, I was a windows user, I had a difficult time getting familiar...Feb 28, 2022ยท8 min read
raaynaldo.hashnode.devAn Easy Way to Understand Promise in JavascriptIntroduction Do you feel confuse when you read new Promise(), .then(), or .catch()? You are not alone, and I experience the same thing. Let's start with reading the documentation itself. According to MDN Web docs, "The Promise object represents the ...Jan 24, 2022ยท5 min read