Tech Posts
I write about software development, user experience, project management, or anything else that I learn. I'm aggregating my tech posts and adding some new ones. You'll find more posts here very soon!
Intellectual laziness?
Tech on Nov 01, 2024
After the Industrial Revolution, where we began to rely on machines instead of our muscles to get physical jobs done, our physical strength is likely less than that of a person 200 years ago. Could the same happen to our minds, as we increasingly rely on machines to handle intellectual tasks?
Join vs Includes
Tech on May 28, 2024
In Rails, Join and Includes are both methods used to handle associations between models. Difference: The main difference is that includes eager loads the data into memory. So, when fetching multiple records from the tables, it doesn't fire multiple queries to the database; instead, it fetches the records already loaded in memory. This reduces the load on the database. However, it's . . . .
Time-lapse of XML (rss feed) into a beautiful display
Linkedin Post on May 21, 2024
Press to checkout post
Turning XML (rss feed) into a beautiful display
Linkedin Post on May 21, 2024
Press to checkout post
Dynamic button scope
Linkedin Post on May 21, 2024
Press to checkout post
Dynamic float menu
Linkedin Post on May 21, 2024
Press to checkout post
CSS grid
Linkedin Post on May 21, 2024
Press to checkout post
First post
Linkedin Post on May 21, 2024
Press to checkout post
Transforming client’s requirements into features
Linkedin Post on May 21, 2024
Press to checkout post
Prioritising quality
Linkedin Post on May 21, 2024
Press to checkout post
Managing projects
Linkedin Post on May 21, 2024
Press to checkout post
Curiosity vs Obsession
Linkedin Post on May 21, 2024
Press to checkout post
Zapier plugin to automate record keeping
Linkedin Post on May 21, 2024
Press to checkout post

View all my tech posts on