Codeminer42's Engineering Blog

The Miners

  • Blockchain: What are you Token about?

    · 8 min read · by douglas.marques

    Tokens, NFT, ERC, EIP… these terms have been in our vocabulary for quite a while. Many people are excited about how innovative they are and what they can bring to…

  • CodeTips#6: Using the Node.js debugger

    · 8 min read · by Paulo Diovani

    The usual way to debug a Node.js application is to simply use the console module to inspect variables or objects, which is fast enough to solve small issues. We already…

  • CodeTips#5: Debugging in Frontend

    · 8 min read · by Felipe Nolleto

    Hello guys! When we are investigating errors or resolving a bug in our app, we all know the struggle of finding and fixing it. In this post, we will talk…

  • A stylish guide to styled components #1

    · 14 min read · by Jonas Teixeira

    The relationship between developers and CSS is kind of weird. By the time we can have a good time making a drawing or some impressive animation full of effects and…

  • Event-Driven Architecture #1: First Look

    · 4 min read · by Carlos Pohlod

    Hi everyone! In this article, we will talk about the basic concepts of Event-Driven Architecture (EDA), bringing a base view for future more in-depth posts about the subject. Well, let's…