Integrating React Native into iOS Apps
One of the beauties of our programming world is the ability to choose between a wide range of technologies and tools to build applications. For …
Codeminer42’s Engineering Blog
One of the beauties of our programming world is the ability to choose between a wide range of technologies and tools to build applications. For …
I’ve seen a lot of traction towards the development and adoption of React Server Components (RSCs) with new frameworks like React Router and Expo having …
React Native is a known framework for building mobile applications with React. In its workspace you will find some similarities with web development, such as …
Have you noticed that, these days, most services and apps we use require an account before starting the experience of actually using the app/service? It …
In the previous post we talked about creating components and the various patterns that can be used in different ways to create a variety of …
A Component is an identifiable and interchangeable unit of a program. It plays an important role not just inside user interfaces but in Software Engineering …
We know software can get complex over time, specially when it comes to state management. More often than not, we find ourselves with tricky user …
This post is based on a brown bag I gave at Codeminer. In Web Development, we often think about design, performance, tools, and libraries when …