techygrrrl
techygrrrl's blog

techygrrrl's blog

Follow
homeMain WebsiteTwitch
Tag

TypeScript

#typescript

More content

Read more stories on Hashnode


Articles with this tag

Using generics in TypeScript to help with making network requests with window fetch

Nov 4, 20224 min read

By default, when you use window.fetch to make network requests, you don't get much help from TypeScript. That's because the type that is returned is...

Using generics in TypeScript to help with making network requests with window fetch

Building Ban Checkrrr, a serverless function for checking my Twitch ban list

Oct 23, 20224 min read

What is Ban Checkrrr? Ban Checkrrr is a serverless function built on the Cloudflare Workers infrastructure. It is designed for checking if a user is...

Building Ban Checkrrr, a serverless function for checking my Twitch ban list

How to build a simple chat bot for Twitch using TMI.js and TypeScript

Oct 12, 20225 min read

In this post I will go through making a simple chat bot. If you're antsy to see the code, you can go straight to the code here. Tech...

How to build a simple chat bot for Twitch using TMI.js and TypeScript

Developing my first Twitch extension

Jul 12, 20221 min read

About I developed a simple panel extension that displays the commands available in my channel. It uses an API endpoint to fetch a list of commands and...

Developing my first Twitch extension

React Context TypeScript example

Apr 2, 20223 min read

I whipped up a quick React Context TypeScript example. What is React Context? React Context is a tool you can use to manage global state and...

React Context TypeScript example

Coding stream → Building Stream alerts

Dec 29, 20212 min read

Custom stream alerts for custom apps · Overview I did a stream where I built custom stream alerts to support my a custom merch solution (which I have not...

Coding stream → Building Stream alerts