-
Verilog HDL
Hello, Welcome to our new blog Verilog HDL. Most of Electronics and Communication Engineering branch students have a very good intent to enter into VLSI industry as Design and Verification Engineer but fortunately or unfortunately they are unable to enter into VLSI Industries like Cadence, Synopsys, Intel, Qualcomm, and many more we have and all…
-
Interview Experience NCR
Hello everyone👋. Very happy to share with you all, I have joined NCR Corporation yesterday as a Software Intern. I want to share with you my experience starting from online challenge to HR round. So Let’s jump in. 1. Online Challenge The very first round Campus CodeWars’19 an online challenge, of course to make our…
-
Object Detection and YOLO
Hello 👋👋, Welcome to our blog post on Object Detection using YOLO (You Only Look Once). YOLO is considered as one of the State of The Art (SOTA) Algorithms in object detection tasks. Here’s the original paper, it might seem difficult to understand and read even because of the format. So here’s our blog to…
-
Basics of JavaScript
In our previous post, we’ve discussed, why you should learn JavaScript ,Cool facts about JavaScript and 3 unique ways to run JavaScript. In this post, we’ll discuss basic Concepts of JavaScript. So, Lets get started. Building Blocks of JavaScript: For any programming language these concepts are like building blocks but the only thing that differentiates…
-
Common Practices in Deep Learning
Hey Deep Learning Nerds, Welcome back ✔. It’s been a while we blogged on Deep Learning. But we are here with an exciting topic. As we know DL involves lot of trail and error before we arrive at a sophisticated model for our problem, but how do people kick the things off whenever they have…
-
QR Generator App in Flutter with #100LinesOfCode
Hello visitor, Welcome to our new blog on Flutter. In this post, we will code a QR Generator Android Application in 100 lines of dart code. So, as we already know get your laptops ready with a new flutter project created and opened in your favorite IDE (Mine’s VS Code❤). #100LinesOfCode Let’s start doing this,…
-
Get Started With JAVASCRIPT
Hey there!, hope you all good. This is our first blog on JavaScript. In this blog lets see why you should prefer JavaScript over any other programming language? or You want to know how to get started or Even if you want to master it by building applications, games etc., then this is the right…
-
K-Means Algorithm Python Implementation
In our previous post, we’ve discussed about Clustering algorithms and implementation of KNN in python. In this post, we’ll be discussing about K-means algorithm and it’s implementation in python. K-Means Algorithm K-Means algorithm is one of the simplest and popular unsupervised learning algorithm. The main objective of this algorithm is to find clusters or groups…
-
Clustering Algorithms
K-Nearest Neighbors In our previous post, we’ve discussed Support Vector Machine and implementation of Support Vector Machine in python. In this post we’ll be discussing about Clustering algorithms and implementation of KNN algorithm. Clustering Clustering is the task of grouping the data into several groups such that the objects or the data points in one…
-
Dealing with REST API’s in Flutter

Hey everyone, Welcome to our new blog post. In this post, we will discuss on making REST API calls from your Flutter Application. Before we delve into implementation, let’s know what is REST API and then how to use them in Flutter. REST API REST refers to Representational State Transfer. It adheres to the practice…