What is Neuromorphic Computing?

Mugdha

Mugdha

Neuromorphic computing involves creating software and also hardware computing elements. Neuromorphic computing is often referred to as neuromorphic engineering. Neuromorphic engineers have knowledge of computer science, mathematics, physics, biology, and electronic engineering. Contrary to most supercomputers, our brains are compact and require much less space which is one of the factors that makes our brain an appealing model for computing.

BTree

Mugdha

Mugdha

BTrees are tree structures that are self-balancing. Designed for storing large amounts of data, they are meant for fast querying and retrieval. BTrees are similar to binary search trees. Both BTree and Binary Search Trees are a type of n-way search tree but still, Binary Search Tree is considered a particular type of BTree.

The working of the Internet

Mugdha

Mugdha

The browser sends an HTTP request to the web server to obtain the main HTML page of the webpage you are looking for.

Types of Databases

Mugdha

Mugdha

This article covers types of databases and tries to describe each of them.

Quantum Computing

Mugdha

Mugdha

In this article, I have briefly discussed, --> What is Quantum Computing? --> How it works? --> Applications of Quantum Computing.

Caches

Mugdha

Mugdha

A cache is a mechanism that stores copies of frequently accessed data or computation results to reduce the need to get that data or recompute the results from their original source, which might be remote or relatively slow to access.

Caching Strategies

Mugdha

Mugdha

This article covers different types of Caching Strategies

Consistent Hashing.

Mugdha

Mugdha

Consistent hashing is a technique used in distributed computing and networking to efficiently distribute and balance loads across multiple servers while minimizing disruption caused by server additions or removals. It's particularly useful in scenarios like caching, load balancing, and distributed databases.

My Project: Syncora (A Distributed Workflow Orchestrator)

Mugdha

Mugdha

In this article, I have documented my recent project Syncora in detail. I cover the following points about the project in this article: Project Overview: What is Syncora?, Syncora's Tech Stack, Syncora's Architecture and How it works?, What I accomplished by building Syncora?, Stress Testing and Optimization, Challenges and Problem Solving approach to overcome the challenges.

Recent Posts

Categories