ReasonML - Advent of Code - Day 1

01 December 2019 — Written by Amit Solanki
#reasonml#javascript#nodejs#adventOfCode

Advent Of Code Advent of Code, is an advent calendar to solve small programming puzzles, every day for 25 days. once you solve one puzzle…

Read more →

Optional Chaining for Javascript - ES proposal

30 November 2019 — Written by Amit Solanki
#javascript

Understanding the Optional chaining operator, an ES features which is moved to stage 3.

Read more →

Nullish Coalescing for JavaScript

29 November 2019 — Written by Amit Solanki
#javascript

Understanding the Null coalescing operator, an ES features which is moved to stage 3.

Read more →

Handling CORS in Rails for client side apps

20 January 2019 — Written by amit solanki

Handling CORS in Rails for JS apps using React, etc

Read more →

How to setup PostgreSQL on MacOS

13 January 2019 — Written by amit solanki

PostgreSQL setup reference

Read more →

10 Console tricks, to debug like a Pro.

13 October 2018 — Written by Amit Solanki

Some built-in console methods, which can make debugging fun ;)

Read more →
Amit Solanki