Open in app
Home
Notifications
Lists
Stories

Write
Rahul Banerjee
Rahul Banerjee

Home

About

Published in Towards Data Science

·Pinned

How to create a GitHub Profile README using this web app

A simple web app and around 15 minutes of your time can make your GitHub Profile stand out. This article also contains a list of resources and tutorials to make your GitHub About Me/Read Me look fancy 😍 — You might have already seen articles explaining the ‘secret’ repo with a cool ReadMe feature in GitHub but put off actually creating one. I built an app to do most of the work for you 😃 Table of Contents

Github

6 min read

How to create a GitHub Profile README using this web app
How to create a GitHub Profile README using this web app

Published in Towards Data Science

·Jul 20

Advanced SQL: Going Beyond the Basics

Structured Query Language (SQL) makes a great addition to your toolbox. It may not be as popular as Python or JavaScript, but knowing SQL, especially advanced SQL, offers a number of benefits. For one thing, knowing advanced SQL techniques can help you get better insights from your data, so that…

Sql

12 min read

Advanced SQL: Going Beyond the Basics
Advanced SQL: Going Beyond the Basics

Published in Better Programming

·Jul 6

The Concept of Triple CCC: Currying, Closure, Callback in JavaScript

Knowing these concepts can help you stand out during interviews — JavaScript is a programming language that is used in both FrontEnd and BackEnd to build interactive web applications. It is the only scripted language that the browser can understand. As far today, almost 98% of websites use this language on the client-side for web page behavior. It is the most…

Java Script

6 min read

The Concept of Triple CCC: Currying, Closure, Callback in JavaScript
The Concept of Triple CCC: Currying, Closure, Callback in JavaScript

Published in Better Programming

·Jul 6

How to Share API Changes With Your Team

Best practices to ensure teams consuming your API can migrate to the updated version easily — If your team is developing or updating an API as part of your software project, you need to be careful about making changes to that API. Those changes could cause unexpected bugs or failures and leave an unpleasant surprise for team members unaware of the changes. A lack of communication…

Programming

7 min read

How to Share API Changes With Your Team
How to Share API Changes With Your Team

Published in Better Programming

·Jun 24

How to Make an AI-Assisted Phone Service With Twilio

Follow along to make your own bot — If you’ve ever called a business to book an appointment or tried to chat on a website to get your questions answered, there’s a good chance you have already interacted with an AI-assisted phone service. AI-assisted phone services have existed for a long time, and with the recent advancements in…

Programming

12 min read

How to Make an AI-Assisted Phone Service With Twilio
How to Make an AI-Assisted Phone Service With Twilio

Published in Programming Tips

·Jun 23

How to read and write files in JavaScript

We will look at client-side and server-side methods — Article was originally posted on realjavascriptproject.com Reading from a file is the process whereby we feed input to a computer program with different types of data contained on the file while writing to a file is the process of outputting contents of a computer program to a file. The data…

Java Script

8 min read

How to read and write files in JavaScript
How to read and write files in JavaScript

Published in Better Programming

·May 27

How To Make Your Own Livestreaming Service With api.video

An in-depth guide to hosting videos on your own site — With the recent shift in the popularity of remote work environments, the demand for live streaming services has increased. Even prior to the shift, many global companies have used livestreaming services for their organization’s all-hands meetings. api.video provides APIs and SDKs that make it easier to build your own livestreaming…

Programming

8 min read

How To Make Your Own Livestreaming Service With api.video
How To Make Your Own Livestreaming Service With api.video

Published in Better Programming

·May 27

How To Visualize Time-Series Data in JavaScript With Chart.js and InfluxDB

In this article, you’ll learn how to import data from InfluxDB and visualize it using Chart.js — Time-series data refers to data that is repeatedly collected over a specified time period like a second, a minute, or even a day. For instance, the price of a cryptocurrency like Bitcoin is a good example of time-series data. It fluctuates every minute, and if you try to save the…

Programming

12 min read

How To Visualize Time-Series Data in JavaScript With Chart.js and InfluxDB
How To Visualize Time-Series Data in JavaScript With Chart.js and InfluxDB

Published in Better Programming

·May 20

How To Build an Anime Recommender System With Embeddinghub

Use a KNN Algorithm to recommend anime to users — A common problem in applied machine learning is how to recommend items in a database to users based on their past behavior. Features like text or categories need to be converted into a numerical feature and then embedded so models can use them. Usually, embeddings — dense numerical representations of…

Programming

6 min read

How To Build an Anime Recommender System With Embeddinghub
How To Build an Anime Recommender System With Embeddinghub

Published in Programming Tips

·Mar 29

Getting Started with Python and InfluxDB

This article was originally posted on The New Stack. You can find all the code here Although time-series data can be stored in a MySQL or PostgreSQL database, that’s not particularly efficient. If you want to store something that varies every minute (that’s more than half a million data points…

Influxdb

9 min read

Getting Started with Python and InfluxDB
Getting Started with Python and InfluxDB
Rahul Banerjee

Rahul Banerjee

Software Developer | Views are my own

Following
  • Dr Mehmet Yildiz

    Dr Mehmet Yildiz

  • Lily Lum

    Lily Lum

  • Kim McKinney

    Kim McKinney

  • Bassey BY

    Bassey BY

  • Gun Roswell

    Gun Roswell

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable