Programming

Programming

Native Intl api now provides relative time strings

Want to convert date time into relative time strings like yesterday, tomorrow, 1 day ago, 1 week ago, then modern browser's native Intl is enough...

Read
Programming

Finally we have a perfect way to deep copy js object

Getting errors due to shallow copy? Here's the perfect modern way to deep copy a json object...

Read
Programming

Go lang notes from tutorial in official documentation

Here are my notes created while learning Go lang...

Read
Programming

Javascript Useful Snippets

Here is a collection of some useful JavaScript snippets.

Read
Programming

Javascript Rapid Fire

Here is a collection of some core javascript question answers which can be used a rapid fire round in an interview...

Read
Programming

Programming paradigms

Programming is much more than writing code. Here's a quick summary of common programming paradigms.

Read