James Bachini

November 2023

  • TradingView Pine Script Examples | Master Pine Script With 6 Real World Examples

    TradingView Pine Script Examples | Master Pine Script With 6 Real World Examples

    TradingView’s Pine Script coding language has emerged as the leading tool for traders looking to craft custom indicators and strategies with accuracy and ease. In this Pine Script tutorial I’ll provide a practical gateway into the intricacies of this coding language, tailored with useful examples to get you started. Whether you’re a novice coder or…

  • Solidity Proxy Contract Tutorial With Example Code

    Solidity Proxy Contract Tutorial With Example Code

    This Solidity proxy contract tutorial delves into the concept of upgradeable proxy contracts in Solidity, specifically utilizing OpenZeppelin’s proxy contract template. We’ll start with an understanding of how these contracts work, the compromise of immutable decentralization vs upgradeability and then dive into practical code examples. Upgradeable Proxy Contracts A proxy contract is a design pattern…

  • LLM vs AGI | Limiting Reality of Language Models in AGI

    LLM vs AGI | Limiting Reality of Language Models in AGI

    These remarks by Sam Altman, former CEO of OpenAI, highlight a fundamental limitation in the current approach to developing Artificial General Intelligence (AGI) through the advancement of large language models (LLMs) like ChatGPT. “We need another breakthrough. We can still push on large language models quite a lot, and we will do that. We can…

  • Web3 Session Keys

    Web3 Session Keys

    We are going on a journey to seamlessly integrate session keys into a web3 dApp, striking a balance between autonomy and ease of use that your users are yearning for. The goal is to enable users to authenticate with a digital wallet and store a session key on their device. This session key will provide…

  • ATOM Cosmos Analysis | A Deep Dive Into The Cosmos Ecosystem

    ATOM Cosmos Analysis | A Deep Dive Into The Cosmos Ecosystem

    This is a write up of my internal research notes, this is not a sponsored post and I do not hold any exposure to ATOM at time of writing. Do your own research, not investment advice. What Is Cosmos Cosmos is a decentralized layer zero network of independent blockchains, designed to enable scalability and interoperability between…

  • Ethers-rs Tutorial | The Rust Web3 Library

    Ethers-rs Tutorial | The Rust Web3 Library

    In this tutorial we will be setting up a Rust script to connect to a smart contract on a blockchain network to display on-chain data using the ethers-rs library. James On YouTube Watch On YouTube: https://youtu.be/FA7WFGtyri8 |Subscribe Let’s start by setting up a new Rust project (you’ll need rust installed on your device and I’ll…

  • GEAR Gearbox Protocol | DeFi Analysis Report

    GEAR Gearbox Protocol | DeFi Analysis Report

    Gearbox Protocol introduces a framework for both passive lenders and active borrowers. It empowers traders with leverage that can be used to scale up trades and yield farming strategies on decentralized exchanges such as Unsiswap and Curve. With an emphasis on composable leverage, zero funding rates, and permissionless strategies, Gearbox Protocol is an compelling microcap…

  • Rainbow Wallet vs Metamask

    Rainbow Wallet vs Metamask

    When it comes to cryptocurrency wallets, two names often emerge as key players for users looking to navigate the blockchain sector with ease and security: Rainbow Wallet vs MetaMask. In this article, we dive into a comprehensive comparison between Rainbow Wallet and MetaMask, dissecting each platform’s core features, security architecture, user experience and community support.…

  • ChatGPT Plus vs Free | Is The Paid Version Of ChatGPT Worth It?

    ChatGPT Plus vs Free | Is The Paid Version Of ChatGPT Worth It?

    ChatGPT Plus vs Free [Video] James On YouTube Watch On YouTube: https://youtu.be/U3xXd3vV4iU |Subscribe Why Upgrade To ChatGPT Plus? ChatGPT Plus is the paid version of ChatGPT, it currently costs $20/month + VAT and there are 3 main reasons why the average user would want to upgrade to the premium version: On top of this paid…

  • Asymmetry Finance | DeFi Analysis Report

    Asymmetry Finance | DeFi Analysis Report

    Asymmetry Finance has emerged as a significant player in the liquid staking wars, offering an aggregated liquid staking token. This article explores the core functionalities of Asymmetry Finance and its core product safETH. This is a write up of my internal research notes, this is not a sponsored post and I do not hold any exposure…

  • WAGMI Tutorial | The Web3 React Framework

    WAGMI Tutorial | The Web3 React Framework

    WAGMI is a set of Typescript React hooks for web3 which enables developers to connect to smart contracts on blockchain networks. In this tutorial we will look at how to install and setup a boilerplate in WAGMI and then build a simple read query. WAGMI in 3 Mins [Video] James On YouTube Watch On YouTube:…