02 Feb 2025・generalweb development
In 2025, having a business without a website is like having a storefront with no sign—potential customers won’t know you exist. With more people relying on the internet for everything from shopping to researching services, a strong online presence is no longer optional; it’s essential.
31 Oct 2024・react native
A status bar appears along the upper edge of the mobile screen and it displays information about the device’s current state, like the time, the cellular carrier, and also the battery level. By default, its shown on a white background and the status information is in black. I did some research on Youtube and I […]
27 Sept 2024・react js
A common beginner React question you’ll find on Stack Overflow is ‘why aren’t my elements displaying when i use the .map method?’ Funnily enough, it’s usually just a small mistake that causes this problem. But before we dive into how we render lists in React, let’s first understand the map method and how its used […]
20 Aug 2024・generaljavascript
Javascript is considered one of the most popular programming languages and has grown significantly in demand over the last few years. It’s usually the 3rd language to learn on the list for aspiring web developers, after HTML and CSS. A common theme is that these new developers tend to grasp majority of the concepts in HTML and CSS, but encounter […]
31 Oct 2024・react nativemobile app
How to style the status bar of an iOS app in React Native
A status bar appears along the upper edge of the mobile screen and it displays information about the device’s current state, like the time, the cellular carrier, and a...
Read more
27 Sept 2024・react jsjavascript
Understanding the map method and how to use it to render lists in React
A common beginner React question you'll find on Stack Overflow is ‘why aren't my elements displaying when i use the .map method?' Funnily enough, it's usually ju...
Read more
20 Aug 2024・generalcoding
Why can’t I understand Javascript? Advice on how to learn programming from a self taught freelance developer.
Javascript is considered one of the most popular programming languages and has grown significantly in demand over the last few years. It’s usually the 3...
Read more