Programming

A collection of 3 posts

I've created my first ChatGPT plugin

As someone who has always been fascinated by artificial intelligence and natural language processing, I was excited to hear that OpenAI had given developers the ability to build plugins on top of ChatGPT. It's a simple ChatGPT plugin for managing

Intro to solidity

I've been learning web3 programming via Alchemy University and got my introduction to Solidity. Here's a post to explain the language to beginners. Solidity is a programming language that is specifically designed for the development of smart contracts on the

Options pricing with Python

Options pricing is the process of determining the value of an option contract. Options are financial derivatives that give the holder the right, but not the obligation, to buy or sell an underlying asset at a predetermined price and date.