Skip to content

Codeheir

All the programming knowledge, in one bloody brilliant site.

  • Home
  • About
  • Newsletter
  • Policy
  • Home
  • About
  • Newsletter
  • Policy
Subscribe
Date Converter in JavaScript
Posted injs

Date Converter in JavaScript

Posted by By lukegarrigan
There's not much else that tops the list of things I struggle with in software…
Read More
How to code a JWT debugger in JavaScript
Posted injs

How to code a JWT debugger in JavaScript

Posted by By lukegarrigan
If you're a developer then you've probably pasted a JWT into jwt.io to have a…
Read More
Coding a base64 Encoder in JavaScript
Posted inalgorithm js

Coding a base64 Encoder in JavaScript

Posted by By lukegarrigan
Base64 encoding is something you'll come across almost every day in your development life, it's…
Read More
Coding a JSON formatter
Posted injs

Coding a JSON formatter

Posted by By lukegarrigan
If you're anything like me then you probably have a load of websites listed in…
Read More
Upgrading from Vue 2.x to Vue 3.x
Posted invue

Upgrading from Vue 2.x to Vue 3.x

Posted by By lukegarrigan
Today I upgraded from Vue 2 to Vue 3 and it was pretty painless, so…
Read More
What is clean code?
Posted inthoughts

What is clean code?

Posted by By lukegarrigan
Over the years my perception of what clean code really is has changed somewhat. The…
Read More
NSubstitute – mock better
Posted inc#

NSubstitute – mock better

Posted by By lukegarrigan
When following test-driven development and just writing unit tests in general, you'll often need to…
Read More
Coding a fluent API
Posted inc#

Coding a fluent API

Posted by By lukegarrigan
Fluent APIs are the best kind. They allow developers to jump in and use it…
Read More
Mutation Tests – 100% code coverage is not enough
Posted inc# tdd

Mutation Tests – 100% code coverage is not enough

Posted by By lukegarrigan
Unit tests are written by programmers for the sole purpose of validating and ensuring that…
Read More
Tracking crimes with JavaScript
Posted injs

Tracking crimes with JavaScript

Posted by By lukegarrigan
Going back to when I was at school, one assembly a Police officer came in…
Read More

Posts pagination

Previous page 1 2 3 4 5 … 11 Next page
Post You Might Like
Posted inside-project
Self-hosting Codeheir
Posted by By lukegarrigan 28th September 2025
Posted ingame-dev js
GitHub Contributions Chrome Snake extension
Posted by By lukegarrigan 7th December 2024
Posted inp5.js simulation
Wireworld – Cellular Automaton
Posted by By lukegarrigan 13th July 2024
Posted inc# kata
The Gilded Rose Refactoring Kata
Posted by By lukegarrigan 10th April 2024
Scroll to Top