• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

I Like Kill Nerds

The blog of Australian Front End / Aurelia Javascript Developer & brewing aficionado Dwayne Charrington // Aurelia.io Core Team member.

  • Home
  • Aurelia 2
  • Aurelia 1
  • About
  • Aurelia 2 Consulting/Freelance Work

Javascript

Deno Raises $21M – but is anyone using it yet?

Javascript · June 24, 2022

After raising a $4,900,000 seed investment back in March 2021, Deno has just announced quite a substantial round of Series A investment of …

Continue Reading

How to Sort an Array of Object Values Alphabetically and Numerically

Javascript · October 19, 2021

While sorting an array of objects recently, I needed to sort by an identifier prefixed with two letters and ended with numbers. An example …

Continue Reading

How to Remove Duplicate Items From an Array in JavaScript (the Easy Way)

Javascript · October 14, 2021

Languages such as PHP have methods for de-duplicating arrays, but Javascript strangely does not. In PHP, you can write. array_uniqueAnd this …

Continue Reading

How to Work With DATETIME Values in JavaScript

Javascript · October 7, 2021

Dates in Javascript have always been a PITA. It is one of the reasons that libraries like MomentJS reigned supreme for so long. Things are …

Continue Reading

How to Add Infinite Scrolling to a HTML Element With Vanilla JavaScript

Javascript · October 6, 2021

There is a Javascript library for almost anything. But sometimes, it's good to code your solutions to specific problems where the resulting …

Continue Reading

How to Add Typings to the Global TypeScript Window Object

TypeScript · September 28, 2021

Does this error look familiar? Property 'AddressFinder' does not exist on type 'Window & typeof globalThis'.ts(2339) There will come …

Continue Reading

Why you should choose Aurelia over React (mostly)

Javascript, Opinion · July 4, 2021

The popularity of React is undeniable. When bright-eyed developers think about creating a new app, React is usually the first thing that …

Continue Reading

How To Easily Convert A Javascript Array Into a Comma Separated String

Javascript · September 21, 2020

Some of you probably already knew this, but I only recently discovered this (accidentally) while building a wrapper around Postgresql …

Continue Reading

How To Paginate An Array In Javascript

Javascript · September 21, 2020

I was recently tasked with implementing pagination for an array of values (in some instances, over 2400 of them) and instead of using an …

Continue Reading

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • Go to page 5
  • Interim pages omitted …
  • Go to page 14
  • Go to Next Page »

Primary Sidebar

Popular

  • Handling Errors with the Fetch API
  • How To Get The Hash of A File In Node.js
  • Testing Event Listeners In Jest (Without Using A Library)
  • The Quad Cortex Desktop Editor is Finally Announced
  • How To Paginate An Array In Javascript

Copyright © 2023 · Dwayne Charrington · Log in