Lioness100

Lioness100 @lioness100

About: Student, typescript enthusiast, proud bunny owner, and 🦄 developer in training :)

Joined:
Oct 11, 2021

Lioness100
articles - 8 total

Adding URL Search Parameters to Imports!

Here's an interesting bit of knowledge: did you know that you can create and interpret relative file...

Learn More 9 6Apr 29 '22

You're Integrating Typescript and Mongoose Wrong!

The Problem Typescript and mongoose is a headache I'm sure many of us has encountered....

Learn More 9 0Oct 24 '21

Typescript Static Class Blocks

Class static blocks came to Typescript in v4.4, and is on the roadmap for becoming an official...

Learn More 9 0Oct 24 '21

One command to remove gigabytes of unused `node_modules` data

Programming is just one big cycle. Create or download a project, install your dependencies, build...

Learn More 4 2Oct 15 '21

The obscure `Function#length` property!

Today I found out about another super cool Javascript feature that I'll never use in my life, and I'm...

Learn More 21 9Oct 15 '21

Introducing Typescript `override` keyword

When a method [on a child class] is marked with override, TypeScript will always make sure that a...

Learn More 34 0Oct 13 '21

The forgotten `with` statement — and why you shouldn't use it

The with statement extends the scope chain for a statement. - MDN Web Docs The with statement was...

Learn More 29 10Oct 12 '21

Javascript Symbols + Classes = 💖

Symbol is a built-in object whose constructor returns a symbol primitive — also called a Symbol...

Learn More 25 5Oct 11 '21