How to turn your macOS into a Linux-like Desktop
Last Updated on July 22, 2024 TLDR: This is NOT about installing Linux on a Mac! Who would do that? 😏 So, you got yourself …
What’s coming next in React 19?
Introduction If you have been writing apps with React for a couple of years, you know that React has changed. From React’s first steps using …
Working Effectively with a Headless CMS in React – Part III
Last Updated on March 21, 2024 Previously we talked about decoupling the CMS from the UI and how to handle code-splitting. In the last post …
Working Effectively with a Headless CMS in React – Part II
Last Updated on April 11, 2024 Previously, we set the stage and learned how to tackle rendering components that are only determined at runtime. Now, …
Working Effectively with a Headless CMS in React
Last Updated on April 11, 2024 Headless CMSes are amazing tools that empower teams in creating and managing content. Besides all the benefits of traditional …
Introduction to Headless WordPress
Last Updated on April 11, 2024 Web technologies come and go very frequently, but some tend to stick longer than others. WordPress is a big …
From Bulls to Bytes: Excel Data Importation Made Easy with Ruby on Rails
Simplifying Data Integration using Roo
Last Updated on April 11, 2024 Have you ever wondered about the complexity of importing data from Excel files (.xlsx) into a Ruby on Rails …
Two’s Complement trick revealed
Last Updated on April 11, 2024 In my last post I made a promise. We talked about IEEE 754 Standard and some other things. One …
CodeTips#7: Spread operator: the slow beauty
Let’s go learn how and when to use the beautiful spread operator
Last Updated on September 4, 2024 For a couple of years now, the JS community has been using the famous spread operator, AKA three dots …
Command and Conquer Web Applications
Do, Undo, and Redo
Last Updated on September 7, 2024 Sometimes I wonder how great would it be if we could simply undo things in life. Ate more than …