1. EA
    Code Snippets #1: What the heck is hardhat's console.log?

    I was tasked to create ethereum smart contracts in my previous job.

    the library most recommended by other developers to create smart contracts was hardhat.

    to create and debug the smart contracts, I developed them using test-driven-development methods. The tests gave me a way to print out and inspect variables.

    just as I was done with the develop…

    chat_bubble 0

    15 Jun 2024

  2. EA
    Building a New Social Media Platform

    I recently created a /shorts/ page in my blog . This page is intended for shorter content. It’s a place I can use to share memes, tips, and small stories.

    My blog’s shorts page.

    I liked the idea of this. I thought it’s a good way to use the blog as my own twitter of sorts.

    And then I had an idea: If I encourage people to create a /shorts/…

    chat_bubble 0

    15 Jun 2024

  3. EA
    I should have used the debugger

    A week ago I was implementing a dynamic logo in a website which would change if the navbar has a dark background and change back if it’s light.

    My approach was to add two <img> tags, overlapping each other and toggling the front element (greater z-index) when the conditions are right.

    Seems good right?

    Well, It worked as expected but after s…

    chat_bubble 0

    15 Jun 2024