Lars Wächter

Lars Wächter

This is my personal blog where I mostly write about technical or computer science based topics. Check out my GitHub profile too.

Building a Stack Class in Java

February 06, 2020

A stack is a fundamental data structure in programming. Build your own one.

Path aliases with TypeScript in Node.js

February 06, 2019

Beautify the import-statements in your Node.js, JavaScript and TypeScript applications using path aliases.

Placeholders in string templates

June 23, 2022

Use placeholders in your string templates to make them more dynamic.

How I structure my React projects

August 29, 2021

A React folder structure that fits my needs. Structuring and organizing React applications.

Why and How to learn Programming

February 28, 2022

Why you should consider learning how to program and how to get started the right way.

Using MySQL in Node.js with TypeScript

July 05, 2022

Improve your programming experience in Node.js by using typed SQL queries.