Skip to main content
Dublin Library

The Publishing Project

Tagged “Programming”

--- desc: ---
Fixing Typescript compilation errors

Unless you're familiar with Typescript, you might run into compilation errors that don't have immediately obvious fixes. In this post, I will share two common issues I've encountered while working...

Javascript and Typescript classes

Once merely syntactic sugar over prototype-based inheritance, JavaScript classes have matured into a powerful feature set, offering developers a more familiar and robust object-oriented programming...

Javascript - what is this?

The this keyword in JavaScript can be tricky. It refers to the context in which a function is running, and its value changes depending on how that function is called. This guide will clarify what this...

Link to Archive

See all tags.