Articles tagged with: Development

Book Review: Lego Mindstorms EV3 Essentials

Summary: A review of the book 'Lego Mindstorms EV3 Essentials', by Abid H. Mujtaba.


OpenSSL certificate verify failed on Ruby & Windows

Summary: A solution to the OpenSSL certificate verification failure on Ruby and Windows.


Non-trivial Rails 3.x routing

Summary: Challenges and solutions encountered while changing URL formats in Ruby on Rails.


Small example with Python

Summary: Built a small Python tool to check if URLs have changed.


Don't load if you can stream

Summary: The importance of efficient data handling in computer applications, specifically not fully loading large datasets into memory.