Every engineer has at least once dreamed of a world that is completely connected. A futuristic world where you tell your watch or your digital assistant where you want to go and a car just comes up to your doorstep and takes you there. A world where you just control all the lights and appliances […]
Conserving water through a custom IoT mobile and web app
Water is one of the most precious commodities on this planet. It is needed to sustain life and is a basic requirement of every human being. With the changing climate, some areas are being flooded, while some areas are facing drought. And in this situation, conserving water is a top priority. And we can do […]
Advanced Git and Git tips
Git is a popular version control tool used by developers all over the world. Created by Linus Torvalds in 2005, it plays a huge role in coordinating work between different developers on a project. While most developers are familiar with using Git, here I’ve compiled some of the tips and tricks with Git that has […]
Faster and better apps using Flutter
Flutter is being adopted worldwide for app development. Initially unveiled in 2015 by Google, it made it possible to create two apps (iOS and Android) from a single code base. With Flutter, beautiful apps with clear interface and smooth performance are the norm. And it fast-tracked the app development process significantly. While it was developed […]
A to Z about SSL(or TLS) certificates
What is an SSL Certificate Sometimes when you visit a website, you may have noticed that right next to the website URL, there’s a warning “Not secure”. If you look at the website URL itself, it begins with HTTP and not HTTPS. A couple of years ago, web browsers began marking websites without an SSL(Secure […]