Ever find yourself juggling VS Code and Azure DevOps browser tabs all day? I know the feeling—every...
The world of software development is constantly evolving, and the latest buzz? Vibe coding. Its an...
I've always believed that writing great code isn't just about getting things to work; it's about...
Angular Signals are hot right now! Even if you still need to start using them because you're not on...
Are you a developer looking to improve your craft? Look no further than ChatGPT! In this blog post,...
Ladies and Gentlemen, hold on tight: the search game is about to change forever! Bing, the popular...
Are you a developer looking to stay ahead of the curve? Incorporating artificial intelligence (AI)...
The includes() method helps check whether an array contains a specific value. It is a simple and...
Calculating the total price for your shopping cart was a hassle in the days before the JavaScript...
Searching specific values in arrays is easy with the JavaScript find() method. It doesn't matter if...
TypeScript is an open-source programming language developed and maintained by Microsoft. It is a...
Embedding Youtube in a blog build with Nuxt has never been easier. Include the lite-youtube-embed...
The simplest way to convert a CSV file into a JavaScript Array of Objects is, using the JavaScript...
As a developer blogging on Medium can be a great income stream next to building software for an...
Converting a TypeScript Enum to a JavaScript Array is pretty easy, and I often use it to fill a...
On Twitter, I'm hanging around with people who are just getting started with web...
An interface is a blueprint for an Object. It tells you which properties there are, which are...
Recently all major browsers updated their JavaScript features. So in this post, I will dive into...
So lately I was working with a team member on an Angular Pipe. We had an Address Interface and wanted...
I've seen a lot of organizations use the Gitflow strategy to use Git. It's not a bad strategy, but it...
Generating content with random words can be convenient for testing purposes. That's why today, we...
Imagine building a word game with JavaScript, and you need to pick a random character from the...
You can use a library for generating random data in JavaScript, but I think it's even cooler to do it...
For many purposes, you can need a random string. Sometimes a long one and sometimes a short one. A...
The BSN, PGN and OWN in the Netherlands can be validated with a 11 proef (elf proef). In this post I...
In the typical Angular applications, we use a lot of titles, labels, headers, and more content. But...
From Preparation, Refinement to Estimation Before development teams of an enterprise...
A lot of developers are using Angular Material in their Angular applications. But what is the best...
Why I Build SocialUniqorn? I love Twitter! I'm spending a lot of time on it, having...
Angular has many types of Observables which you can use. Maybe you've seen Subject, BehaviourSubject,...