Beyond Vibe Coding
How I Use AI as a Tech Lead to Stay in Control

Search for a command to run...
Articles tagged with #webdev
How I Use AI as a Tech Lead to Stay in Control

Without the headache 馃馃槄

Checking if a value is in a JavaScript array has never been easier.

Calculating the total price for your shopping cart was a hassle in the days before the JavaScript reduce method. In this post, I will show you how easy it is to use the reduce method to calculate the total price of a product array in the shopping car...

Searching specific values in arrays is easy with the JavaScript find() method. It doesn't matter if you want to find a string, number, boolean, or property of an object in an array. In this post, I will show you how to find values very easily. Origin...

TypeScript is an open-source programming language developed and maintained by Microsoft. It is a typed superset of JavaScript, which means that all JavaScript code is valid TypeScript code, but TypeScript adds some additional features that make it ea...
