Recent posts

  • 6 min
Revolutionize Your Programming with AI, ChatGPT & GitHub Copilot

Revolutionize Your Programming with AI, ChatGPT & GitHub Copilot

Discover the top five benefits of incorporating AI into your work as a developer, use ChatGPT and Github Copilot. Don't get left behind – start using AI to revolutionize your programming skills today

  • 3 min
Mastering The JavaScript Includes() Method

Mastering The JavaScript Includes() Method

Learn how to use the includes() method in JavaScript to search an array and return a boolean value indicating whether a specific value is present. Quick and easy guide for beginners."

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

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 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 cart. The JavaScript reduce method is powerful and can calculate a total price based on an array of object properties.

  • 3 min
Mastering The JavaScript Find() Method

Mastering The JavaScript Find() Method

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. The find() Array method in JavaScript returns the first item in the array that matches your condition.

  • 2 min
Why Use TypeScript For JavaScript Development Today

Why Use TypeScript For JavaScript Development Today

One of the main reasons why TypeScript is important is that it allows developers to add type annotations to their code. This means that they can specify the data type of variables, function arguments, and return values, which can help prevent many common bugs and make the code easier to read and understand.

  • 2 min
How To Embed Youtube In Nuxt Website Via Markdown File

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 package, create a Nuxt plugin and component, and you can use it in all your Markdown content files.

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

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 split, map, forEach, trim methods, and spread operator. In this post, I love to show you how you can exactly do that by using a file upload form.

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

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

I started in 2016 by writing on Medium. And since 2020, I have started earning money with that. In 2,5 years, I earned ~$4000. I recently looked at that data and learned a few things by analyzing that data.

  • 4 min
How to Convert a TypeScript Enum to a JavaScript Array or String

How to Convert a TypeScript Enum to a JavaScript Array or String

Subtract the data from the enum and remodel it into a JavaScript Array of Strings so you can use it for whatever you like.

  • 3 min
Getting Started With Programming On A Budget

Getting Started With Programming On A Budget

In this post, I want to share with you some tools you can use on a mobile phone or cheap tablet to get started with programming web development.

  • 2 min
How To Use a TypeScript Interface

How To Use a TypeScript Interface

An interface is a blueprint for an Object. It tells you which properties there are, which are required and optional and which type of data they hold. Let's dive into interfaces by making pizzas for breakfast

  • 1 min
How To Create Spotify Style Duotone Pictures With Canva

How To Create Spotify Style Duotone Pictures With Canva

Have your picture ready in seconds!