Blog

Technical writeups

Notes on software engineering, AI workflows, systems thinking, and the details I want to remember while building.

3 min read

Third Party Library: Blessing or a curse

development open source third party library

A third party library refers to any reusable library component developed to be either freely distributed or sold by and entity other than the original vendor of the development pla

Read blog
2 min read

“Technology can be our best friend, and technology can also be the biggest party pooper of our…

mobile application

Introduction

Read blog
1 min read

Don’t Ignore .gitignore

security

If you are a developer or have used git, you might have heard the term gitignore. So what is a.gitignore and why should you stop ignoring it.

Read blog
2 min read

Making a User Friendly Application

business strategy ux ui

As mentioned in the previous blog post, having a mobile application can help you reach big audience. A good mobile application helps in business branding, visibility and more user

Read blog
2 min read

Mobile App? Does my business need one?

ui business strategy ux

With more than 62% of the total population owning some kind of mobile device its a huge audience to miss on. More and more people rely on mobile device helping in some kind of situ

Read blog
1 min read

Data Mining

data mining data visualization

Data mining is the computational process of discovering patterns in large data sets. It involves methods at the intersection of artificial intelligence, machine learning, statistic

Read blog
2 min read

Content Based Filtering

algorithms recommendation system

Content Based Recommendation System makes recommendation on the basis of description of the item and profile of user that determines what he/she is interested on i.e. a Content bas

Read blog