OVOmowunmi Victoriainomowunmio.hashnode.dev·Mar 20 · 3 min readString Interpolation and String Manipulation in SwiftString Interpolation and String Manipulation are two concepts in Swift that are often confused together. They look similar but solve different problems, and knowing when to use each one is something t00
OVOmowunmi Victoriainomowunmio.hashnode.dev·Nov 3, 2025 · 3 min read90 Days Later: My IOS Swift Journey So FarIf I had been told months ago that I’d be writing Swift code, I would have laughed but 90 days ago, something changed. I was chatting with a friend about careers and jobs, sharing how I’d fallen off web development. He mentioned iOS development, disc...00
OVOmowunmi Victoriainomowunmio.hashnode.dev·Jan 12, 2025 · 3 min readSimple way to build a Counter Functionality with ReactJSHaving counter buttons is very common in web apps like ecommerce app, etc. This functionality helps users to be able to increase or decrease a number of items. In this article, I will be sharing a very simple way to build this, using a product page a...00
OVOmowunmi Victoriainomowunmio.hashnode.dev·Jun 29, 2024 · 3 min readFrom Pixels to Programming- My Journey from UX to EngineeringFor as long as I can remember, I have always loved creating and building things. Being able to think of an idea and bring it to life gives me so much joy. Whether it was hand creating gift boxes as a young child, knitting, the process of creating som...00
OVOmowunmi Victoriainomowunmio.hashnode.dev·May 5, 2024 · 2 min readDocument Object Model (DOM) - What it is, how it works, structure and propertiesWe interact with webpages almost daily and sometimes you may wonder, how does this exactly work? It's like magic but there is a lot of stuffs that goes on behind the scene. One of the 'many stuffs' is the Document Object Model, also known as DOM. ...00