Blog

Blog Post Image
Responsive Design for flutter

The concept of Responsive Design is all about using one set of code that respond to various changes to layout.

Read More
Blog Post Image
Getting Started with Redux

Redux stores and manage the state of your application much easier and in a predictable way.

Read More
Blog Post Image
Learn Concurrency in Go

One of my favorite features of Golang is its inbuilt concurrency support and the simplicity in using it. Let’s see how simple it is, using the Yet Another Producer-Consumer Solution (YAPCS)

Read More
Blog Post Image
Packer with Terraform

Packer is an open-source tool by Hashicorp which helps us in building identical machine images(which is a snapshot of a machine that includes the operating system and all other installed software).

Read More
Blog Post Image
AutoML with AutoKeras

Applications of deep learning in real world scenarios have increased, yet it requires an expert to build the model and tune it to improve the accuracy. Various stages in machine learning includes

Read More
Blog Post Image
Visually Debug, Log and Test an Image Processing Code Using OpenCV and Python

As a Programmer, we are well familiar with logging, debugging and testing our regular program.

Read More
Blog Post Image
Rails, Vue.js, GraphQL, and the bigger picture.

Nowadays I often come across this one buzz word ‘GraphQL’ and when I saw these lines

Read More
Blog Post Image
Custom object training and detection with YOLOv3, Darknet and OpenCV

This paper gives more details about how YOLO achieves the performance improvement.

Read More
Blog Post Image
Upload Multiple Files in Rails API using CarrierWave

A file can be uploaded to server in two ways, one we can send the image as base64 string as plain text and another one is using multipart/form-data .

Read More
Blog Post Image
Using Multiple Elastic Search in Rails

For the Multi Database support i.e. managing model-specific database connection, we were waiting for Rails 6. It enhances our application to scale on the database level. You can check the below blog for some more details.

Read More
Blog Post Image
Get Started with Machine Learning in Visual Studio Code and Jupyter

In General, we will be often switching to the browser for executing the Jupyter notebook file (.ipynb) while we spent the most time with our favorite Visual Studio Code Editor for editing .py file.

Read More
Blog Post Image
Get Started with Machine Learning — Handy Python Tools

As part of the machine learning series, this article covers the necessary environmental setup to get hands dirty with machine learning in python.

Read More