Skip to content
CodeCalls
  • Javascript
    • Node.js
  • System Design
  • other
    • Blog
Menu Close
  • Javascript
    • Node.js
  • System Design
  • other
    • Blog

Author: Nitin Khare

This author has written 31 articles
  1. Home>
  2. Nitin Khare

Understanding Worker Threads in Node.js

  • Post author:Nitin Khare
  • Post published:December 17, 2022
  • Post category:other
  • Post comments:0 Comments

Worker threads are a feature in Node.js that allow you to run JavaScript code in a separate thread from the main Node.js event loop. This can be useful for offloading…

Continue ReadingUnderstanding Worker Threads in Node.js

Learning Kubernetes for Beginners: 01 Basic Building Blocks

  • Post author:Nitin Khare
  • Post published:September 24, 2022
  • Post category:other
  • Post comments:0 Comments

Kubernetes in simple terms can be understood as an open source software that helps in automating the deployments and management of the containerised applications. Basic Building Blocks of Kubernetes Pods…

Continue ReadingLearning Kubernetes for Beginners: 01 Basic Building Blocks

System Design Basics : CAP Theorem

  • Post author:Nitin Khare
  • Post published:July 30, 2022
  • Post category:System Design
  • Post comments:0 Comments

CAP stands for Consistency, Availability and Partition Tolerance. Let's understand the three in brief. ConsistencyEvery participant in a distributed system, should always receive the same data for a query i.e.,…

Continue ReadingSystem Design Basics : CAP Theorem

How to Approach System Design Questions.

  • Post author:Nitin Khare
  • Post published:February 27, 2022
  • Post category:System Design
  • Post comments:0 Comments

One of the most important rounds in any top tech company is the System Design round. These round not only judge your knowledge as a software engineer but also your…

Continue ReadingHow to Approach System Design Questions.

Reasons Why you should learn Golang.

  • Post author:Nitin Khare
  • Post published:January 23, 2021
  • Post category:Blog/other
  • Post comments:0 Comments

Golang was designed and developed at Google. As of 2021 it is one of the most popular languages going around. Golang is excellent for implementing concurrency with ease of programming.…

Continue ReadingReasons Why you should learn Golang.

Understanding Prototypes in Javascript

  • Post author:Nitin Khare
  • Post published:January 22, 2021
  • Post category:Javascript
  • Post comments:0 Comments

In Javascript, objects inherit properties and methods through prototypes. In fact, Javascript is defined as a prototype-based language. As it is the prototype through which the inheritance happens. for example.…

Continue ReadingUnderstanding Prototypes in Javascript

Concurrency vs. Parallelism. Their Basic differences.

  • Post author:Nitin Khare
  • Post published:January 17, 2021
  • Post category:other
  • Post comments:0 Comments

Now, Most people I talk to confuse concurrency with parallelism or vice - versa. The majority of the people do explain Concurrency with parallelism and then rephrase the same definition…

Continue ReadingConcurrency vs. Parallelism. Their Basic differences.

Top SAAS Companies From India

  • Post author:Nitin Khare
  • Post published:November 21, 2020
  • Post category:Blog
  • Post comments:0 Comments

A SAAS company or a product usually (almost always) maintain servers, database . That the end user can access from anywhere using Internet. As it is a service the end…

Continue ReadingTop SAAS Companies From India

Python NumPy Tutorial

  • Post author:Nitin Khare
  • Post published:June 28, 2020
  • Post category:Python
  • Post comments:0 Comments

Numpy is a package in Python for mathematical computation of scientific and mathematical data through the use of an n-dimensional array. It is one of the most popular packages used…

Continue ReadingPython NumPy Tutorial

Google Doodle Games that you must Play

  • Post author:Nitin Khare
  • Post published:June 15, 2020
  • Post category:other
  • Post comments:0 Comments

Google Doodle games are some of my best ways to past time. If I am getting bored. Most of these doodle games are interactive and really fun. Some of them…

Continue ReadingGoogle Doodle Games that you must Play
  • 1
  • 2
  • 3
  • 4
  • Go to the next page

Recent Posts

  • Understanding Worker Threads in Node.js
  • Learning Kubernetes for Beginners: 01 Basic Building Blocks
  • System Design Basics : CAP Theorem
  • How to Approach System Design Questions.
  • Reasons Why you should learn Golang.

Recent Comments

    Archives

    • December 2022
    • September 2022
    • July 2022
    • February 2022
    • January 2021
    • November 2020
    • June 2020
    • May 2020
    • March 2020
    • February 2020
    • December 2019
    • November 2019

    Categories

    • Blog
    • Javascript
    • Kafka
    • Node.js
    • other
    • Passport.js
    • Python
    • System Design

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org

    Recent Posts

    • Understanding Worker Threads in Node.js
    • Learning Kubernetes for Beginners: 01 Basic Building Blocks
    • System Design Basics : CAP Theorem
    • How to Approach System Design Questions.
    • Reasons Why you should learn Golang.

    Categories

    • Blog
    • Javascript
    • Kafka
    • Node.js
    • other
    • Passport.js
    • Python
    • System Design
    March 2023
    M T W T F S S
     12345
    6789101112
    13141516171819
    20212223242526
    2728293031  
    « Dec    
    • About Us
    • Contact Us
    • Privacy Policy
    Copyright Ⓒ 2020 CodeCalls