Hey there! 👋🏽 I'm a tech-savvy software engineer from Brazil. When I'm not crafting solutions or exploring new tech realms, I'm likely daydreaming about my next beach escape or scouting hidden food gems. Whether it's debugging intricate lines of code or discovering delicious local flavors, I'm all about diving into life's exciting experiences. 🇧🇷 👨💻 🏝️ 🌮
Nothing here yet.
If you've ever worked with hierarchical data, such as folder trees or organizational charts, you know how challenging it can be to retrieve this data from a database. One solution to this problem is to use recursive SQL queries. Recursive queries a...

In this tutorial we are going to use SWR and graphql-request library to fetch data from a GraphQL API. Personally I choose these tools because they are really simple to use together and I haven't seem many examples with them. Before getting started ...

Solidity is a programming language created for implementing smart contracts which can set rules to manipulate accounts within the Ethereum state. Those apps running on the decentralized network popular known as DApp (Decentralized Application) have t...
