Dev By RayRay

Dev By RayRay @devbyrayray

About: Lead Frontend/JavaScript Developer since 2009🔥 Writing about CSS, JavaScript, Typescript, Angular, Serverless functions,, and a lot more web-related topics.

Location:
The Netherlands
Joined:
Jun 9, 2020

Dev By RayRay
articles - 46 total

How to Use Azure DevOps MCP Server with GitHub Copilot in VS Code: Complete Setup Guide

Ever find yourself juggling VS Code and Azure DevOps browser tabs all day? I know the feeling—every...

Learn More 3 1Jun 17

Vibe Coding: Is This the Future of Software Development?

The world of software development is constantly evolving, and the latest buzz? Vibe coding. Its an...

Learn More 0 0Jun 18

Save Hours By Giving GitHub Copilot Custom Instructions for Code and Commit Generation 💡🤖

I've always believed that writing great code isn't just about getting things to work; it's about...

Learn More 0 0Jun 18

How to use Angular Signals

Angular Signals are hot right now! Even if you still need to start using them because you're not on...

Learn More 2 1Jun 23 '23

5 Ways to Improve Your Coding Skills with ChatGPT: Tips and Tricks for Developers

Are you a developer looking to improve your craft? Look no further than ChatGPT! In this blog post,...

Learn More 0 0Jun 23 '23

ChatGPT + Bing = Awesome 🔥

Ladies and Gentlemen, hold on tight: the search game is about to change forever! Bing, the popular...

Learn More 0 0Jun 23 '23

Revolutionize Your Programming with AI, ChatGPT & GitHub Copilot

Are you a developer looking to stay ahead of the curve? Incorporating artificial intelligence (AI)...

Learn More 4 0Jan 9 '23

JavaScript Array Methods: A Beginner's Guide to includes()

The includes() method helps check whether an array contains a specific value. It is a simple and...

Learn More 0 0Jan 9 '23

How To Sum Total From Array Of Object Properties With JavaScript Reduce Method

Calculating the total price for your shopping cart was a hassle in the days before the JavaScript...

Learn More 3 0Dec 20 '22

Mastering The JavaScript Find() Method

Searching specific values in arrays is easy with the JavaScript find() method. It doesn't matter if...

Learn More 0 0Dec 19 '22

Why Use TypeScript For JavaScript Development Today

TypeScript is an open-source programming language developed and maintained by Microsoft. It is a...

Learn More 2 1Dec 8 '22

How To Embed Youtube In Nuxt Website Via Markdown File

Embedding Youtube in a blog build with Nuxt has never been easier. Include the lite-youtube-embed...

Learn More 1 1Sep 27 '22

Convert A CSV To A JavaScript Array of Objects — The Practical Guide

The simplest way to convert a CSV file into a JavaScript Array of Objects is, using the JavaScript...

Learn More 1 0Sep 16 '22

How I Earned $4K Blogging On Medium As A Developer

As a developer blogging on Medium can be a great income stream next to building software for an...

Learn More 1 0Sep 8 '22

How To Convert A TypeScript Enum To A JavaScript Array Or String

Converting a TypeScript Enum to a JavaScript Array is pretty easy, and I often use it to fill a...

Learn More 4 0Sep 5 '22

Getting Started With Programming On A Budget

On Twitter, I'm hanging around with people who are just getting started with web...

Learn More 0 0Aug 17 '22

How To Use A TypeScript Interface?

An interface is a blueprint for an Object. It tells you which properties there are, which are...

Learn More 0 2Aug 17 '22

6 JavaScript Features to improve your JavaScript skills in 2022

Recently all major browsers updated their JavaScript features. So in this post, I will dive into...

Learn More 4 2Jun 1 '22

TypeScript: Only Allow A Property From Interface as Parameter

So lately I was working with a team member on an Angular Pipe. We had an Address Interface and wanted...

Learn More 5 0Apr 25 '22

A simple Git Workflow: Releaseflow

I've seen a lot of organizations use the Gitflow strategy to use Git. It's not a bad strategy, but it...

Learn More 5 0Mar 23 '22

Create Your Own Ipsum Generator With JavaScript

Generating content with random words can be convenient for testing purposes. That's why today, we...

Learn More 4 0Feb 1 '22

How To Generate An Alphabet Array With JavaScript

Imagine building a word game with JavaScript, and you need to pick a random character from the...

Learn More 4 1Jan 27 '22

How To Create A Random String With Maximum Characters in JavaScript

You can use a library for generating random data in JavaScript, but I think it's even cooler to do it...

Learn More 0 0Jan 27 '22

How To Create a Random String with JavaScript

For many purposes, you can need a random string. Sometimes a long one and sometimes a short one. A...

Learn More 0 0Jan 27 '22

How to validate BSN, PGN & OWN in the Netherlands with TypeScript/JavaScript

The BSN, PGN and OWN in the Netherlands can be validated with a 11 proef (elf proef). In this post I...

Learn More 1 0Jan 27 '22

The Fastest Way To Build Lightweight Angular Content Service

In the typical Angular applications, we use a lot of titles, labels, headers, and more content. But...

Learn More 7 1Nov 12 '21

3 Steps Of Preparation For An Enterprise Development Team

From Preparation, Refinement to Estimation Before development teams of an enterprise...

Learn More 5 0Nov 3 '21

Getting Started With Angular Material

A lot of developers are using Angular Material in their Angular applications. But what is the best...

Learn More 5 2Sep 10 '21

SocialUniqorn 🦄 — Compose Twitter Threads The Easy Way

Why I Build SocialUniqorn? I love Twitter! I'm spending a lot of time on it, having...

Learn More 2 0Sep 2 '21

When Use RxJS Subject, BehaviourSubject, ReplaySubject, AsyncSubject, or Void Subject in Angular

Angular has many types of Observables which you can use. Maybe you've seen Subject, BehaviourSubject,...

Learn More 74 8Sep 1 '21