TypeScript, why is so important?

August 16, 2020

Step by step tutorial about TypeScript. Why types are so important.

Javascript Arrays And Arrow Functions

August 12, 2020

Beginners introduction to what arrow functions are and how they can be used in functional programming

How to switch themes by using useContext

April 22, 2020

This post shows with a very simple application in React that switches betweeen dark and light theme by clicking a button.

Variables and memory management in Rust

April 17, 2020

This post explores how variables and memory are managed by the Rust programming language. Concepts like ownership, sharing and borrowing are explained here.