Hashjar
  • #architecture
  • #backend
  • #book summary
  • #algorithms
  • #arena
Understanding Generics in Typescript

Understanding Generics in Typescript

Architecture Building High Performance, Scalable Web Applications

Building High Performance, Scalable Web Applications

Frontend Web Dev 101 - A Roadmap for Beginners

Web Dev 101 - A Roadmap for Beginners

Architecture 5 Things You Should Know About Software Architecture: Simon Brown

5 Things You Should Know About Software Architecture: Simon Brown

Backend How to Become World Class in Programming and Get a Job in Tech?

How to Become World Class in Programming and Get a Job in Tech?

How to calculate the difference between 2 dates in Javascript?

How to calculate the difference between 2 dates in Javascript?

9 months ago 1 min read javascriptTips
It would have been great if Javascript date objects could have been substracted like numbers. const then = new Date(); const now = new Date(); const difference = now - then;But unfortunately, that's not possible
Read Now Read Later
Hashjar
By: Hashjar
Getting started with algorithms using arrays

Getting started with algorithms using arrays

10 months ago 1 min read ArraysAlgorithms
Arrays are a good way to dip your toe in the study of algorithms. They are not as complex as Trees or graphs and can serve a smooth bridge into more complex alogrithms.
Read Now Read Later
Hashjar
By: Hashjar
Sorting an array using Merge Sort

Sorting an array using Merge Sort

10 months ago 3 min read AlgorithmsArraysSortingrecursion
Merge Sort is probably one of the best sorting algorithms. It works by repeatedly dividing an array into smaller parts and combining the results. It keeps dividing the array until the array size
Read Now Read Later
Hashjar
By: Hashjar
How to find the smallest number in an array?

How to find the smallest number in an array?

10 months ago 1 min read AlgorithmsArrays
Finding the smallest number in an array could be as simple as sorting the array and taking the number at the first index. But would be a very inefficient way doing it. A
Read Now Read Later
Hashjar
By: Hashjar
Sorting an Array Using Selection Sort

Sorting an Array Using Selection Sort

10 months ago 3 min read AlgorithmsArraysSorting
Selection sort is probably the simplest sorting algorithm (for the programmer not the computer). The selection sort algorithm stays true to it's name and works by finding the given array's minimum (or maximum
Read Now Read Later
Hashjar
By: Hashjar
Page 1 of 3
Older Posts
Powered by Ghost
Hashjar

Join Hashjar Arena and start training now!