The convenience of choosing your smart home app and all devices working nicely is finally here.. You might have surely faced this issue with smart home devices that they are not easy to setup, sometimes lack cross platform compatibility or just have to keep a dozen of apps for every product you buy which doesn't... Continue Reading →
What is Web 3.0?
We have been hearing that Web 3.0 is going to be bring a paradigm shift in the way we all use internet. Currently we are all using what is said to be Web 2.0. So what are these versions and how are these different from one another? History Web 1.0 and Web 2.0 refer to... Continue Reading →
Let us understand WebAssembly!
When it comes to web development, we see the technology stack to run websites is more or less limited to predominantly JavaScript, PHP, or just plain CSS and HTML. People having their apps and services running on C, C++ and other low level languages tend to not take advantage of concept of Webapps whereby their... Continue Reading →
Using GitHub code scanning – Guide
Hello Everyone! Today I will sharing my thoughts and steps to follow in order to use GitHub's new feature - Code Scanning. This feature was announced last year for beta testing and now it is generally available. This can be added easily to any of your public repository integrated as a CI/CD pipeline. So what... Continue Reading →
Understanding the .NET Ecosystem
Hello everyone and welcome to another informative blog! Today I will explaining what .NET is and what all can we build from it. As it is easily confused and many at times misunderstood by people who have just entered the world of frameworks and app development.So let me start by giving a big picture of... Continue Reading →
What is Spring Framework? How is it different from Spring Boot?
Hello everyone! Today I will be explaining Java's one of the most famous framework - Spring Framework. Most people often confuse it with Spring boot (which I will talk about in the later part of the blog) and use it interchangeably. Let me first make it clear - these are not competing against each other,... Continue Reading →
Have you tried Github profile readme?
A new feature has come up in Github where you can add a README file for your profile! Yes finally we can have a short description about yourself on the profile page in GitHub. It is really simple to get started with having your own GitHub profile Readme. First just head over to create new... Continue Reading →
Let’s talk about Rust programming!
Rust has been gaining lot of popularity in the recent times. And regardless of what technologies you work on, it is important for any developer to keep an eye on what's going on in the world of other languages and libraries. So today I shall be talking about a systems language which has been the... Continue Reading →
Deno vs Node.js – Is this the future of Node.js?
Hello everyone! I have been seeing this new hype coming up here in the JavaScript world… and it's the new runtime for servers "Deno". So would like to take this opportunity to give my views on the same. So what is Deno? If you go it's official website you will see it has been described... Continue Reading →
How decision trees work?
Today I will be explaining one of the most commonly used data classification algorithm, decision trees. In this type of classification we split the data based on features and then further more with another features until we reach the end. I am going to explain using ID3 (Iterative Dichotomiser 3), that takes help of Entropy... Continue Reading →