Rasmus Olsson typescript

Getting started with LangChain
April 27, 2023

LangChain is a tool that helps in the creation of applications that want to fit into an existing Large language models (LLMs). While an LLM is good at answer a general question...

Advent of Code 2021
January 05, 2022

Advent of Code 2021 has come to an end. I decided to go with TypeScript on Deno, the same approach as last year, which I think works great for these kinds of puzzles. I d...

Increasing TypeScript Type-Safety
June 30, 2021

Even though TypeScript have type-checking and type-safety you can opt out by using the type "any" for a variable or function. This "any" type have both upsides and downsides as ...

Advent of Code 2020 – TypeScript & Deno
December 25, 2020

I’ve been quite busy the past month attending Advent of Code 2020 and spent a lot of time to do the assignments. Advent of code is a puzzle game that occurs ...