Skip to content
CodeCalls
  • System Design
    • High Level Design
    • Low Level Design
  • About Us
  • Contact Us
  • Toggle website search
Menu Close
  • System Design
    • High Level Design
    • Low Level Design
  • About Us
  • Contact Us

other

  1. Home>
  2. other>
  3. Page 2

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

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.

Quick Introduction to Apache Kafka for Beginners.

  • Post author:Nitin Khare
  • Post published:May 24, 2020
  • Post category:Kafka/other
  • Post comments:0 Comments

What is Apache Kafka ? Apache Kafka is a distributed streaming platform that uses the publisher/subscriber messaging model. Where Producer publishes a stream of data and the consumer consumes/subscribe that…

Continue ReadingQuick Introduction to Apache Kafka for Beginners.

Installing NGINX on an AWS EC2 instance.

  • Post author:Nitin Khare
  • Post published:May 24, 2020
  • Post category:other
  • Post comments:0 Comments

NGINX is an open-source, lightweight, and high-performance web server developed by Igor Sysoev and released in 2004. It is one of the most popular web servers in the world. In…

Continue ReadingInstalling NGINX on an AWS EC2 instance.
  • Go to the previous page
  • 1
  • 2

Recent Posts

  • How to Deploy to Production Without Taking the System Down
  • How to Handle Concurrency in Databases
  • Learning Kubernetes for Beginners: 02 Configuration, Storage, and Workload Types
  • Backend Systems Deep Knowledge List
  • How to Approach Any System Design Interview: A Step-by-Step Framework

Recent Comments

    Archives

    • January 2026
    • December 2025
    • October 2025
    • September 2025
    • January 2025
    • December 2024
    • October 2024
    • September 2024
    • December 2022
    • September 2022
    • July 2022
    • February 2022
    • January 2021
    • June 2020
    • May 2020
    • March 2020
    • February 2020
    • November 2019

    Categories

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

    Meta

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

    Recent Posts

    • How to Deploy to Production Without Taking the System Down
    • How to Handle Concurrency in Databases
    • Learning Kubernetes for Beginners: 02 Configuration, Storage, and Workload Types
    • Backend Systems Deep Knowledge List
    • How to Approach Any System Design Interview: A Step-by-Step Framework

    Categories

    • Blog
    • HLD
    • Javascript
    • Kafka
    • Low Level Design
    • Node.js
    • other
    • Passport.js
    • Python
    • System Design
    January 2026
    M T W T F S S
     1234
    567891011
    12131415161718
    19202122232425
    262728293031  
    « Dec    
    • About Us
    • Privacy Policy
    Copyright Ⓒ 2020 CodeCalls