5 followers
Hi there! I'm Kenneth. I build apps then I write about the experience. All articles are my own personal thoughts and opinions.
When defining application components, a good strategy is to split by functionality. In a blogging application, we'll have a component to represent the...
In this post, I'll show you how to implement feature management on your React applications. Feature management is the way to control which features...
When I create content, I start off with a topic. Then, I create different content pieces revolving around that topic targeting different platforms...
In this post, we'll go through the process of creating an API built using Express and MongoDB. We'll cover the ff. steps: Setting up MongoDB Creating...
In a React + React Router environment, routing configuration is a one-to-one mapping between a route and that route's display elements. Here's a basic...
When designing an application, you usually start with the business processes involved. Then, you extract the data models involved and map out the...