<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>Tiby Verse</title>
        <link>https://tibyverse.xyz</link>
        <description>All of my long-form thoughts on programming, my journey as an NFT collector and web3 enthusiast.</description>
        <item>
          <title>Coolify + Cloudflare Tunnel: Traefik Routing and Preview Deployments</title>
          <link>https://tibyverse.xyz/articles/coolify-cloudflare-tunnel-traefik-preview-deployments</link>
          <description>How to set up Coolify with Cloudflare Tunnel, why routing through Traefik beats direct tunnel routing, and how to get preview deployments working for Next.js apps.</description>
          <pubDate>Mon, 23 Feb 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Moving eniem.dev to a new monorepo</title>
          <link>https://tibyverse.xyz/articles/moving-eniem-to-a-monorepo</link>
          <description>How I consolidated 3 repos into one monorepo with Turborepo, pnpm workspaces, and a sync workflow to keep the customer-facing repo clean.</description>
          <pubDate>Mon, 16 Feb 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Finding the Right AI coding Workflow</title>
          <link>https://tibyverse.xyz/articles/finding-the-right-ai-workflow</link>
          <description>My journey through building the perfect AI coding workflows</description>
          <pubDate>Mon, 09 Feb 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Introduction to Solidity : Inheritance</title>
          <link>https://tibyverse.xyz/articles/introduction-to-solidity-inheritance</link>
          <description>Take a look at inheritance and concepts like polymorphism, functions overriding and modifiers overriding.</description>
          <pubDate>Tue, 28 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Introduction to Solidity : Events</title>
          <link>https://tibyverse.xyz/articles/introduction-to-solidity-events-and-errors</link>
          <description>In this post learn about events and how to listen to them</description>
          <pubDate>Mon, 27 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Introduction to Solidity : Constant, Imutable State and Functions</title>
          <link>https://tibyverse.xyz/articles/introduction-to-solidity-constant-imutable-state-and-functions</link>
          <description>Discover the basics of constants, immutables state and functions</description>
          <pubDate>Sun, 26 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Introduction to Solidity : Visibility, Getters and Function Modifiers</title>
          <link>https://tibyverse.xyz/articles/introduction-to-solidity-visibility-getters-and-function-modifiers</link>
          <description>Learn about the fundamentals of Solidity and how visibility, getters, and function modifiers can help you build more robust smart contracts.</description>
          <pubDate>Sat, 25 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Introduction to Solidity : Expressions and Control Structures</title>
          <link>https://tibyverse.xyz/articles/introduction-to-solidity-expressions-and-control-structures</link>
          <description>In this blog post, we will dive into Solidity expressions and control structures. We will explore how to make functions calls (internal and external ones), and how to use control structures like if statements and loops to control the flow of our programs.</description>
          <pubDate>Fri, 24 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Introduction to Solidity : Units and Global Variables</title>
          <link>https://tibyverse.xyz/articles/introduction-to-solidity-units-and-global-variables</link>
          <description>In this blog post, we will explore two concepts in Solidity: units and globally available variables.</description>
          <pubDate>Thu, 23 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Introduction to Solidity : Operators and Conversions</title>
          <link>https://tibyverse.xyz/articles/introduction-to-solidity-operators-and-conversions</link>
          <description>In this post we will learn about the operator and the conversion between types in Solidity.</description>
          <pubDate>Wed, 22 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Introduction to Solidity : Reference and Mapping Types</title>
          <link>https://tibyverse.xyz/articles/introduction-to-solidity-references-and-mapping-types</link>
          <description>Let's continue this series of articles about Solidity by learning about the reference and mapping types.</description>
          <pubDate>Tue, 21 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Introduction to Solidity : Value Types</title>
          <link>https://tibyverse.xyz/articles/introduction-to-solidity-value-types</link>
          <description>This is the second article of the series "Introduction to Solidity". In this article we will see the different value types of Solidity.</description>
          <pubDate>Mon, 20 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Introduction to Solidity language and smart contracts</title>
          <link>https://tibyverse.xyz/articles/introduction-to-solidity</link>
          <description>Learn how a smart contract is structured and the basics of the Solidity language</description>
          <pubDate>Sat, 18 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Integrate Delegate Cash in your app to validate ownership at sign up with Next.Auth</title>
          <link>https://tibyverse.xyz/articles/integrate-delegate-cash-to-validate-ownership</link>
          <description>Let's see how to integrate Delegate Cash in your app to validate ownership before signing up your users</description>
          <pubDate>Fri, 17 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Introduction to Delegate Cash</title>
          <link>https://tibyverse.xyz/articles/introduction-to-delegate-cash</link>
          <description>Like the title says in this blog we are going to discover Delegate Cash, what it is and how to use it.</description>
          <pubDate>Thu, 16 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Create an open edition from zero to one</title>
          <link>https://tibyverse.xyz/articles/create-an-open-editions-nft-and-minting-page</link>
          <description>Let's see how to create a open edition NFT, from the smart contract to the minting page.</description>
          <pubDate>Wed, 15 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to create a minting page for your NFTs</title>
          <link>https://tibyverse.xyz/articles/create-a-minting-page</link>
          <description>Let's see how to create a minting page for your NFTs</description>
          <pubDate>Tue, 14 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to create and deploy a basic NFT smart contract</title>
          <link>https://tibyverse.xyz/articles/how-to-create-and-deploy-a-nft-smart-contract</link>
          <description>Deploy your first NFT smart contract on the Ethereum blockchain.</description>
          <pubDate>Mon, 13 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to fetch nfts of wallet address</title>
          <link>https://tibyverse.xyz/articles/fetch-owned-nfts</link>
          <description>Learn how to fetch nfts of wallet address with the help of the Alchemy Sdk</description>
          <pubDate>Sun, 12 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Introducing NW3</title>
          <link>https://tibyverse.xyz/articles/introducing-nw3</link>
          <description>A presentation of NW3 (Next Web 3) the boilerplate to quickly build web3 application.</description>
          <pubDate>Sat, 11 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Make your app token gated with next-auth</title>
          <link>https://tibyverse.xyz/articles/make-your-app-token-gated-with-next-auth</link>
          <description>In this article we will see how to make your app token gated with next-auth and Alchemy Sdk.</description>
          <pubDate>Fri, 10 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to remove the background of an NFT image</title>
          <link>https://tibyverse.xyz/articles/remove-background-of-nft</link>
          <description>Create a simple script that remove the background of an NFT image.</description>
          <pubDate>Thu, 09 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Use Rainbowkit authentication with Next-auth and Sign-in with Ethereum</title>
          <link>https://tibyverse.xyz/articles/use-next-auth-siwe-with-rainbowkit</link>
          <description>Let's see how manage authentication with Next-auth and Sign-in with Ethereum through Rainbowkit.</description>
          <pubDate>Wed, 08 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to use Sign-in with Ethereum with Next-auth</title>
          <link>https://tibyverse.xyz/articles/use-siwe-with-next-auth</link>
          <description>Let's see how to use Sign-in with Ethereum with Next-auth to authenticate users on your next.js website</description>
          <pubDate>Tue, 07 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Introduction to Sign-in with Ethereum</title>
          <link>https://tibyverse.xyz/articles/introduction-to-siwe</link>
          <description>An introduction to Sign-in with Ethereum, a new way to sign in to your favorite websites using your Ethereum wallet.</description>
          <pubDate>Mon, 06 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to handle networks in your app</title>
          <link>https://tibyverse.xyz/articles/handle-networks-in-app</link>
          <description>Discover how to handle Eth networks in your app, and check that user is connected to the right network.</description>
          <pubDate>Sun, 05 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>How to sign a message and verify it on server side</title>
          <link>https://tibyverse.xyz/articles/sign-message-and-verify-it</link>
          <description>Discover how to sign a message with your private key and verify it on server side.</description>
          <pubDate>Sat, 04 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Get the tokens balances of a wallet</title>
          <link>https://tibyverse.xyz/articles/get-tokens-balances-of-a-wallet</link>
          <description>Let's see how to get the balance of  differents tokens of a wallet on client side and server side</description>
          <pubDate>Fri, 03 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Connect a wallet to a react app</title>
          <link>https://tibyverse.xyz/articles/connect-wallet-to-react-app</link>
          <description>Learn how to connect a wallet to a react app to be able to interact with the blockchain later</description>
          <pubDate>Thu, 02 Feb 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Introduction</title>
          <link>https://tibyverse.xyz/articles/introduction</link>
          <description>The introduction of a series of posts I will write during the month of February 2023</description>
          <pubDate>Wed, 01 Feb 2023 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>