Codeminer42's Engineering Blog
The Miners

Beyond State
Immutability is a fundamental pillar within the functional programming paradigm. This allows us to write robust, simple, and reliable code. An immutable object, once created, maintains an unchanging state; no…
Auto-Saving Forms Done Right 2/2
Auto-Saving is a way to ensure that data provided in a form gets persisted without the need to click on "Send" or "Submit". You might have come across multiple websites…
Auto-Saving Forms Done Right 1/2
Auto-Saving is a way to ensure that data provided by a user is persisted without needing them to click on "Send" or "Submit". You may have come across multiple websites…
SEO Basics: Searching… Seek and Deploy
Oh, hi! I didn't see you were already there! Today, I will be your wingman to help you and Google become best buddies. Ready? We will go over the basics…
Beginner’s Guide to React Native Development
Are you searching for a technology to develop mobile applications but don’t know where to start? Your search ends here. In this article, we will learn about React Native, how…