Creating Anonymous sign-in flow with Firebase
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 …
Codeminer42’s Engineering Blog
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 …