Danny Adams

Danny Adams @doabledanny

About: I like JavaScript and PHP :)

Location:
England
Joined:
Feb 15, 2021

Danny Adams
articles - 14 total

What is Polymorphism in C# - Explained with a Code Example

The word polymorphism is derived from Greek, and means "having multiple forms": Poly = many Morph =...

Learn More 3 0Oct 24 '24

How to Test HarperDB Custom Functions with Node Tap

Intro When making changes to an app, automated tests help to ensure that your new code...

Learn More 11 2Aug 29 '23

How to Speed Up your Applications by Caching at the Edge with HarperDB

Caching is a commonly used technique to speed up websites and applications. “Caching” simply means to...

Learn More 35 0Mar 22 '23

JavaScript Array Method Cheat Sheet (17 must-know methods) 📄

Having useful array methods at the top of your head will improve your problem solving ability. So I...

Learn More 172 6Mar 15 '22

TypeScript Cheat Sheet 📄 (32 Code Examples + PDF & Poster)

I recently wrote a comprehensive Beginners Guide to TypeScript for FreeCodeCamp, but I wanted distil...

Learn More 79 3Feb 1 '22

Git Cheat Sheet 📄 (50 commands + PDF and poster)

I was tired of looking up the same common Git commands - so I made a cheat sheet that I could print...

Learn More 673 30Jan 20 '22

Git Workflows - Solo Vs Team Work, Undoing Mistakes, Contributing to Open Source... and more

In this article, I give my workflows for almost everything that you will ever need to do with...

Learn More 139 4Jan 6 '22

How to Compare Arrays in JavaScript Efficiently

In this article, I’m going to show you two ways of solving a typical interview-style question. The...

Learn More 139 9Aug 5 '21

Merge Sort in JavaScript | Explained Thoroughly

Merge Sort is one of the most popular and efficient sorting algorithms. In this article we will...

Learn More 4 0Aug 4 '21

Important Algorithm Concepts | Algorithm Stability, In-place Algorithms, and Comparison Algorithms

This article was originally posted on DoableDanny.com. In this article, we will discuss some...

Learn More 19 0Aug 3 '21

Binary Search - JavaScript | Plus Big O Performance Explained Simply

This article was originally published on DoableDanny.com The Binary Search algorithm is used to...

Learn More 8 0Aug 2 '21

Linear Search in JavaScript | Must-Know Beginner Algorithms

This article was originally posted on DoableDanny.com. Intro Linear search is a very...

Learn More 13 0Jul 12 '21

Why You Should Use TypeScript Over JavaScript in 2021 | A Simple Example

This article was originally posted on DoableDanny.com Intro I was recently making a medit...

Learn More 101 9Apr 24 '21

11 Easy UI Design Tips for Web Devs

Whilst learning web development, most of us don’t have much design experience or access to a UI desig...

Learn More 836 35Feb 16 '21