#code My take on react-three-fiber library So I decided to try out the react-three-fiber library, and it was… fun. I did enjoy the result, however the building process was a bit tiring. Let’s dive deeper into that.
#code Conditional object properties in JavaScript Add properties to objects conditionally without if statements!
#code How to customize verification emails in Amazon Cognito? Use Lambda! Cognito provides a way to verify the users, the developer should be responsible for customising how it looks like. The problem is that Cognito doesn’t provide a way to customize those messages easily.
#code Chrome DevTools: using Logpoints for on-demand JavaScript debugging. Google Chrome v73 introduced a cool new feature I’d like to share with you. It’s called logpoints and it’s meant to make it easier to debug the source code of a web app.
#code Logging and debugging in JavaScript. A few methods I use on a daily basis. I wrote this article to share a few debugging and logging methods I tend to use on a daily basis. I hope that at least some of them aren’t as popular as console.log, at least among the ones that just begin their journey with JavaScript.
#design Microinteractions, halo effect, react-rewards. Reward your users for little things and make them smile! Microinteractions are… let’s say they are events in our apps, that — when used wisely — create a moment of engagement and reward our users for the actions they did.