datadevlog.hashnode.devCustomer Segmentation with RFMI have always been a fan of personalized marketing. It makes me feel like I matter, and I guess that’s the point. From the business side, personalization is a proven revenue driver. However, I never really stopped to think about the mechanics of it. ...Jan 12·9 min read
remigathoni.comTechnical Writing Tips for BeginnersIntroduction I recently took the free technical writing course offered by Google and to say the least, it was clear, simple to understand, and very informative. In this article, I outline some of my key takeaways from the course. The course comes in ...Jan 9, 2022·4 min read
remigathoni.comBuild a CRUD API Using NodeJS, Express, and MongooseIntroduction CRUD stands for Create(Insert data to database), Read (Retrieve data from database), Update (Edit data from database), and Delete (delete data from database) It is a popular design through which Web APIs interact with databases. This tu...Nov 10, 2021·6 min read
remigathoni.comHow to make Font Awesome icons accessibleI have been learning about web accessibility and recently had to use some Font Awesome icons in my code. Here is how to go about making the icons accessible. The first question to ask yourself is whether the icon is purely decorative or adds meaning ...Oct 29, 2021·1 min read
remigathoni.com5 Quick tips to make your HTML links more accessibleWhile the content of a web page remains the same, different users access it differently. The content should therefore be displayed and organized in such a way that there is not a lot of difference in how different users consume it. I have been learni...Oct 11, 2021·3 min read