omowunmio.hashnode.dev90 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...Nov 3, 2025·3 min read
omowunmio.hashnode.devSimple 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...Jan 12, 2025·3 min read
omowunmio.hashnode.devFrom 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...Jun 29, 2024·3 min read
omowunmio.hashnode.devDocument 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. ...May 5, 2024·2 min read