Codeminer42's Engineering Blog

The Miners

  • Beyond State

    · 7 min read · by Guilherme Nunes

    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

    · 23 min read · by Rhian Moraes

    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

    · 8 min read · by Rhian Moraes

    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

    · 10 min read · by João Victor Vogler

    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

    · 7 min read · by Cicero Medeiros

    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…