All Stories

A Quick Introduction to Kafka with docker and python

Kafka is a very popular fault tolerant, distributed and scalable Stream Service provided by Apache as an Open Source Product. Paid alternatives (confluence) are also available for more advance features...

What is Docker and why is it so popular?

Devops is a largely paid and growing field not in just terms of jobs but in terms ofdevelopement as well. Gone are the days we needed to purchase our own...

Setup a Flask API in 5 steps!

Hi guys, this post is going to be a quick starter’s guide to setting up your very own flask server to make API requests. Before we get started, ill try...

ContactBook A CRUD application in ReactJS

Hey, so this post is gonna be about a simple CRUD application made in ReactJS with NodeJS in the back-end, connecting to a Mongo Atlas Instance. This post and project...

Abstractions and modularisation in python

Hi guys, here I am gonna talk about abstractions in python and how they help make code modular. Abstractions and the ease of using it in my opinion has made...

Image Search Engines

With the explosion of data that the web has made available for us, searching content on the internet cannot be limited to text queries. Web content is seeing a sharp...

Python Wrapper methods with Decorators

Hi, today I will be writing a bit about python decorators. First, for those who are not very familiar with it, I’ll explain it with my own personal experience of...

Wireless Sensor Networks

Wireless Sensor Networks have been quite popular for the constant monitoring of the physical conditions of the environment. Wireless Sensor Networks usually consist of multiple nodes, which each have a...