โจ ๐ง๐ผ๐ฝ ๐ญ๐ฌ ๐๐ผ๐ผ๐น๐ ๐๐ผ ๐น๐ฒ๐ฎ๐ฟ๐ป ๐๐ต๐ฎ๐โ๐ ๐ด๐ผ๐ถ๐ป๐ด ๐ผ๐ป ๐ถ๐ป ๐๐ผ๐๐ฟ ๐ฎ๐ฝ๐ฝ ๐Jan 10, 2024ยท4 min read
๐ซฐClickvote: Open-source upvotes, likes, and reviews to any context ๐ฅTL;DR I built an open-source app to add upvote, like, and reviews anywhere.And while it sounds easy, I kind of broke my head on the architecture.Let's talk about it. What the hell are you building? ๐คฏ In the last decade, I had the chance to develop...Jul 12, 2023ยท5 min read
๐ฆ Building a pricing page and charging visitors with NextJS ๐คฏ ๐คฏTL;DR In this article, we will build a page with multiple pricing tiers.Visitors can press the "Purchase" button and go to a checkout page. Once completed, we will send the customers to a success page and save them into our database. This use case ca...Jul 1, 2023ยท11 min read
๐ค Building the biggest list of useful open-source libraries ๐๐ฅณ๐TL;DR Every day we see "awesome" GitHub lists. They are great.The main problem is that it sometimes needs to be updated.Maintainers need more time, or they leave the company.It also needs to reflect usefulness. I have decided to build a list that wil...May 29, 2023ยท5 min read
Plugin to post WordPress posts to DEV.to ๐TL;DR If you want to grow your blog or business, cross-posting your content on multiple platforms can boost your views and gain more traction. At Novu, we know that very well. Every post on our blog page exists on DEV.to and Medium. I have been worki...May 9, 2023ยท3 min read
Sending real-time notifications with Socket.io in Node.jsWebsockets are a great way to create open communication between the client and the server.Great examples are Chat, Bidding System, Notifications, etcJul 18, 2022ยท9 min read