Getting started with Lua
It’s not rocket science
Just like the Moon is constantly influencing planet Earth’s ocean tides, it is likely that, at some point, Lua influenced your navigation over the internet. …
Git Reflogs: A Guide to Rescuing Your Lost Work
Introduction Have you ever experienced one of those heart-stopping moments when something goes horribly wrong with your Git history? Maybe you accidentally deleted a branch, …
The Day Github Almost CrowdStriked Us All (Again)
In the world of tech startups, everyone aspires to become the next unicorn. Okay, maybe not this kind of unicorn: If you have no idea …
CodeTips#11: useEffect the right way
Why useEffect is necessary and why we should avoid it when it comes to data fetching
Last Updated on September 4, 2024 Recently, I’ve been delving into the basics of front-end development with React, one observation I’ve made is that many …
Understanding complex Rails projects – Ruby on rails stack trace made easy
The challenge of understanding complex systems Imagine a scenario where a project is so large and its features so complex that tracking and understanding the …
What you need to internationalize your Jekyll website
Last Updated on August 5, 2024 Hello, there! If you are looking for information regarding the internationalization of Jekyll websites, you have come to the …
Creating Powerful Rails Project Templates
Streamlining Your Rails Development Journey with Templates
Last Updated on September 4, 2024 In this article, we’ll dive into how the rails config file can be helpful to streamline your rails project …
CodeTips#10: Throttle and Debounce
Because your code could use a little discipline
Last Updated on September 4, 2024 When you learn to code, you usually start with understanding types and declaring variables, then reusing code through functions, …
Colors on websites: Beyond Aesthetics (Part II)
Finding out why website color palettes are probably way more important than you think.
Creating a cool but simple color palette can be very difficult, right? Designers often focus on UI and UX to get it right. But how …
Colors on websites: Beyond Aesthetics (Part I)
Finding out why colors are probably way more important than you think.
Last Updated on July 10, 2024 Colors are around us everywhere, even in the virtual world. Many people may think that their importance is only …