
Take your React App to the next level
The least any React developer needs to do is to check the performance and look out for techniques to optimize the app for the end user’s experience. Read more to find out few tips related to that.
Know more
Introduction to Xarray
Have you come across a need for effective handling of N-dimensional data, more specifically, Geospatial data? Read the blog to know how to do it better in Python?
Know more
Integrating Google Sheets as REST API using googleapis
Did you know that you can use spreadsheets as a database? Actually Yes!! You can turn Google Sheets into a REST-API powered database and use it with your application.
Know more
Blow away your styles with Tailwind CSS!
Have you ever felt the pain of writing and maintaining the same piece of code at multiple places? It could be a small code snippet or a third-party component, the pain and frustration are constant.
Know more
Reusable Presentational Components in Angular 6+
Have you ever felt the pain of writing and maintaining the same piece of code at multiple places? It could be a small code snippet or a third-party component, the pain and frustration are constant.
Know more
Jenkins Shared Library
This blogpost is for any devops engineer whose day to day job is to build Jenkins pipelines for automating builds/deployment.
Know more
React + custom hook + typescript to download a file through API
Wondering how to download files on UI by calling an API behind authentication? Problem Statement File needs to be downloaded at the frontend. Data of that file is being served by the backend. …
Know more
What is Web Accessibility?
Accessibility “means that websites, tools, and technologies are designed and developed so that people with disabilities can use them. More specifically, people can: perceive, understand, navigate, interact with the Web and contribute to the Web.”
Know more
Finding ‘most similar’ entities for a particular entity in a cluster
Clustering, in data mining, is the task of grouping set of objects in such a way that the objects in the same group are similar to each other. Clustering is one of the
Know more
Creating NodeJS Webhook for Dialogflow
Creating a chatbot which provides information like movie details, news, flight details, weather information requires some external API’s to collect the data. This is achieved through Webhooks. Webhook is simple HTTP callback.
Know more
‘Minimum Viable Product’ as a services
As a two time entrepreneur, I know how complicated it is to get your business off the ground. There are a bunch of things to be addressed – idea validation, design and prototyping