gaetano-osur.hashnode.devDetection EngineeringWhat Is Detection Engineering? In today’s banking and fintech landscape, cyber threats are no longer a distant concern- they are constant, sophisticated, and financially motivated. From credential theft to insider fraud and complex money-laundering s...Jan 22·3 min read
gaetano-osur.hashnode.devHandling Multiple Model Objects in a Single Rails FormI have been working on a flight booking project that required me to dynamically create passengers upon booking a flight. This led me to a painstakingly interesting journey of learning about nested forms in rails. In this blog, we'll explore how to ha...Sep 15, 2024·4 min read
gaetano-osur.hashnode.devViews in RailsI am learning how to develop web applications using Ruby on Rails from the The Odin Project - Full Stack Ruby on Rails path. Rails leverages the MVC pattern to build web applications. This week, I have been learning about how 'Views' work in rails. I...Sep 8, 2024·3 min read
gaetano-osur.hashnode.devCode Sharing in RubyI have been dipping my toes with learning different concepts of Object Oriented programming. This part of my path to learning Ruby on rails led me to reading Sandi Metz's, Practical Object Oriented Design in Ruby (POODR) (Currently, am in chapter 7)....Aug 18, 2024·4 min read
gaetano-osur.hashnode.devModel-View-Controller Architecture in Rails.In M-V-C architecture, a software is modeled into three main components: model, views, and controllers Models -> Acts as the medium for data interaction and representation Views -> Handles the presentation of information to the user. Controllers -...Aug 14, 2024·3 min read