Hodeem

Hodeem @hmcodes

About: Software Developer

Joined:
Jun 13, 2021

Hodeem
articles - 17 total

AI: What is RAG ?

Introduction As a software engineer working with AI and machine learning, you've likely...

Learn More 1 1Aug 25 '24

AI: An overview of common LLM benchmarks

Introduction With almost every release of a state-of-the-art (SOTA) LLM, is an...

Learn More 4 0Aug 11 '24

iOS: The System Architecture

Introduction After covering Android's system architecture, I wanted to understand the...

Learn More 21 0Aug 4 '24

Android: Version types

In Android, you'll encounter various version numbers and terms that can seem confusing at first....

Learn More 0 0Jul 28 '24

Android: The System Architecture

Introduction After working with React Native, I was curious about how the Android system...

Learn More 9 0Jul 21 '24

Android: Skins vs Launchers

Introduction If you're like me, the first time you heard about skins and launchers, you...

Learn More 2 0Jan 18 '24

How to test the Hidden API (from Material UI)

If you want to hide or display the element tree nested inside <Hidden> tags for a jest test,...

Learn More 0 0Jun 14 '23

Tidbit: com.android.ide.common.signing.KeytoolException: Failed to read key <alias> from store "C:\..\<keystore-name>.keystore"

When attempting to create the release bundle for a React Native app, I followed the steps in the...

Learn More 5 0Jan 2 '23

How to test third-party React Native components using React Native Testing Library

Testing third-party React Native components using Jest and React Native Testing Library can be really...

Learn More 7 0Jul 15 '22

What's hindering React Native now?

I really like developing mobile applications with React Native, but I wasn't seeing much evidence of...

Learn More 9 0Jul 13 '22

What on earth is the DOM?

Why am I writing about this? Recently, I decided to get a concrete understanding of what...

Learn More 1 0Jan 11 '22

Abstraction, Encapsulation & Inheritance

Hopefully, these explanations make the principles easier to understand. In this article, I'll tackle...

Learn More 5 0Jan 11 '22

How I solved the >>’ViewPropTypes’ is not exported from ‘react-native-web/dist/index’<< error in ‘react-native-snap-carousel’

Introduction I couldn’t find the fix for this error anywhere in the...

Learn More 6 3Sep 19 '21

How the connect() function works in React-Redux for beginners — Part 3 of 3: Retrieving data from the store

In the final entry for this series I want to demonstrate how to retrieve or extract data from the...

Learn More 0 0Sep 5 '21

How the connect() function works in React-Redux for beginners — Part 2 of 3: Sending data to the Redux Store

In the last post, I gave an overview of how the connect() and its parameters worked. In this post, we...

Learn More 1 0Sep 5 '21

How the connect() function works in React-Redux for beginners -- Part 1 of 3: The Introduction

Overview In this series I want to illustrate the flow of data to and from the Redux store...

Learn More 2 0Jul 10 '21

Easy to follow explanation of State & Props for React Native beginners

The Big Picture When I first started learning React Native, it took me a little while to...

Learn More 4 0Jul 4 '21