How to build a Telegram Bot with ChatGPT integration.This tutorial explains step-by-step how to build a custom Telegram chatbot that can interact with OpenAI ChatGPT. The tutorial is written in Python and uses the python-telegram-bot and openai packages. 1) Create Telegram Chatbot Open your IDE and cre...Jul 10, 2023·4 min read
Setup Hardhat with TypescriptVIDEO EDITION: https://www.youtube.com/watch?v=bc5-7kkOsQw&feature=youtu.be What is a HardHat?👷🏻♂️ Hardhat is a development environment with the aim to provide all neccessary tools so that you can develop, test and deploy Ethereum software. Beside...Feb 6, 2022·4 min read
Shopify App - Step by StepHi there, i am going to create a shopify app for subscriptions and especially for cancelling those according to new german law Therefore I created a personal step by step plan to create an shopify app. I justed copied most of the stuff from differ...Nov 6, 2021·13 min read
Smart Contracts - no need for middlemenWhat is a Smart Contract? Imagine a normal written contract between you and a phone seller. A part of the imaginary contract could be "Payment for the item will be made, only upon successful delivery". So a Smart Contract is almost the same. We defi...Oct 12, 2021·5 min read
PART 1: Controllers the NEST.js wayVideo Edition: https://youtu.be/mn22Eu_ELSs Hi there, this is PART 1 of my NEST.js series. In this chapter we will inspect what controllers are and how they work in NEST.js. In addition we also have a look on Pipes and DTO's, what they are and what h...Oct 5, 2021·6 min read
PART 0: Fundamentals of NEST.jsHi there, this is PART 0 of my NEST.js series. In this chapter I will explain the fundamentals of NEST.js, what it is and explain a bit of how it is structured. Therefore we use the provided CLI to create a brand new project. Afterwards we are going...Oct 2, 2021·7 min read