Skip to content

Instantly share code, notes, and snippets.

View sounishnath003's full-sized avatar
💪
Do not let yesterday to ruin your today

Sounish Nath sounishnath003

💪
Do not let yesterday to ruin your today
View GitHub Profile
{
"currentBio": "Currently working at Tata Consultancy Services as an Full time Software Engineer. Who is quite proficient with building scalable backend systems with NodeJS and Go. Helping people to make world a better lives through quality softwares.",
"githubUsername": "sounishnath003",
"avatarURL": "https://avatars.githubusercontent.com/u/40270033?v=4",
"selfFeatures": [
"Fullstack & AI/ML Engineer...",
"Backend Developer...",
"Programmer by profession...",
"Cloud & DevOps Engineer...",
"Eat, Sleep, Code...",
" Vim configuration file "
" enable mouse support "
set mouse=a
" enable syntax "
syntax on
" enable line numbers "
set number
"""
# _* coding: utf8 *_
filename: excel_to_bigquery_connector.py
@author: sounishnath
createdAt: 2022-06-03 23:47:47
# Modules Required:
- pip install google-cloud-bigquery
@sounishnath003
sounishnath003 / excel-to-json-with-hyperlink.ipynb
Created February 13, 2022 15:01
excel-to-json-with-hyperlink.ipynb
@sounishnath003
sounishnath003 / concurrentProcessExecutor.js
Last active August 25, 2022 17:49
Easily perform Concurrent Execution to LongRunning Processes using Simple ConcurrentQueue. Feel free to improve and share feedback.
const delay = (seconds = 1) =>
new Promise((resolve, reject) =>
setTimeout(() => {
resolve("process completed...");
}, seconds * 1000)
);
const tasks = [
delay(1),
delay(4),
getButterfly
Login/Sign Up
Pricing
Blog
Meta
Product Sans
Product Sans
What is Product Sans?
The new Google logo and identity system was developed by creating a custom, geometric sans serif called Product Sans. Simple, humble, and approachable, Product Sans was created from scratch to pair seamlessly with Google logo in a variety of contexts and product lockups without overshadowing it. Additionally, it complements the new identity by introducing a primary branding typeface that is different in style and character from other interface text elements used in Material Design.