CodeDreamer

What is Neuromorphic Computing?

Mugdha

Mugdha

Sep 10, 2022

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.

Continue Reading

BTree

Mugdha

Mugdha

Sep 15, 2022

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.

Continue Reading

The working of the Internet

Mugdha

Mugdha

Oct 03, 2022

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

Continue Reading

Types of Databases

Mugdha

Mugdha

Nov 23, 2022

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

Continue Reading

Quantum Computing

Mugdha

Mugdha

Mar 02, 2023

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

Continue Reading

Caches

Mugdha

Mugdha

Sep 15, 2023

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.

Continue Reading

Caching Strategies

Mugdha

Mugdha

Sep 17, 2023

This article covers different types of Caching Strategies

Continue Reading

Recent Posts

Categories