TypeScript Hello World Program – Code Sample

9 years ago

This article represents code samples on writing Hello World program with TypeScript. Please feel free to comment/suggest if I missed…

Docker – How to Create Javascript Runtime using NodeJS

9 years ago

This article represents information on how to install Javascript runtime in order to compile/interpret JS file for the purpose of…

Docker – How to Setup Typescript Development Environment

9 years ago

This article represents code samples on how to get setup with Typescript development environment with Dockers. Please feel free to…

One Datastore per MicroService?

10 years ago

This article represents details on whether to use single datastore per microservice. Please feel free to comment/suggest if I missed…

Hadoop Map-Reduce Explained with an Example

10 years ago

This article represents key steps of Hadoop Map-Reduce Jobs using a word count example. Please feel free to comment/suggest if…

Big Data – How Data is Retrieved and Written from/to HDFS?

10 years ago

This blog represents my notes on how data is read and written from/to HDFS. Please feel free to suggest if it…

Hadoop Map-Reduce Described With Example

10 years ago

I came across a great page describing Hadoop map-reduce and HDFS architecture. The page presents some of the following details:…

5 Reasons Why Every Developer Must Adopt Dockers

10 years ago

This blog represents some of the key reasons why every developer must consider adopting for development. 1. Setup clean Dev…

Dockers – Top 5 Use Cases for Dockers Adoption

10 years ago

This blog represents top 5 use cases why IT enterprises (product & software-service vendors) should consider adopting Dockers in their…

ReactJS – Step-by-Step Tutorial on Quiz Development

10 years ago

I just finished up writing a simplistic/trivial framework using ReactJS using which one could quickly create online quizzes. The code…