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

Yearly Archives: 2022

  1. Home>
  2. 2022

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.

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