Open in app

Sign In

Write

Sign In

Riddhesh Ganatra
Riddhesh Ganatra

79 Followers

Home

About

Published in

GoPenAI

·Apr 11

Script to use Chat-GPT at scale

We wanted to get categories for products just by product name. So instead of training our own AI model we tried chat GPT and are very happy with the results. The question we asked chat-gpt: I am creating a search feature for an ecommerce store. Create categories and tags for…

ChatGPT

2 min read

Script to use Chat-GPT at scale
Script to use Chat-GPT at scale
ChatGPT

2 min read


Mar 25

Automation in google sheet using Apps Script

Automation in google sheet using Apps Script We had a requirement to send an SMS to a patient when there is an entry for an appointment for them in google Sheets. Sample data:

Automation

3 min read

Automation in google sheet using Apps Script
Automation in google sheet using Apps Script
Automation

3 min read


Published in

chingari

·Mar 20

Tech for Empowering Chingari’s Video Content Creators with Blockchain

Chingari’s 50-member tech team formed over a couple of years built the first social media platform that rewards its Content Creators and Users for earning passive income through Crypto. Gari service and Transaction Sync service are the primary services responsible for blockchain integration. High-level Architecture for Blockchain integration: Gari Service’s…

Blockchain

3 min read

Tech for Empowering Chingari’s Video Content Creators with Blockchain
Tech for Empowering Chingari’s Video Content Creators with Blockchain
Blockchain

3 min read


Feb 9

Atomicity and Transactions

Data corruption in case of system crashes, power failures, and other errors is a nightmare in real production systems with heavy traffic. We will see how Atomicity and Transactions will solve this problem with the example below. We will make a simple ticket booking system with a high chance of…

Database Transaction

4 min read

Atomicity and Transactions
Atomicity and Transactions
Database Transaction

4 min read


Jan 4

Node js Race Conditions

One of the basic concepts for node js developers is understanding race conditions. Let's make a simple API that registers users for a newsletter to understand race conditions. The only requirement is user should be able to register only once. We will use Node js, Express js, and MongoDB for…

Node Js Basics

3 min read

Node js Race Conditions
Node js Race Conditions
Node Js Basics

3 min read


Oct 18, 2021

Solana web3 js

Basic operations on Solana using web3 js. Libraries: var web3 = require('@solana/web3.js'); var splToken = require('@solana/spl-token'); Connection and generating keypairs: const connection = new web3.Connection( web3.clusterApiUrl('testnet'), 'confirmed', ); // generate keypair var fromWallet = web3.Keypair.generate(); var toWallet = web3.Keypair.generate(); Get balance:

Solana Blockchain

2 min read

Solana web3 js
Solana web3 js
Solana Blockchain

2 min read


Jun 5, 2021

Promise vs Callback in javascript

Promises and callbacks are very basic concepts and every javascript developer should know the difference. Let's try to understand with a small example: someWork() is a function that is going to take roughly around 2 seconds and we want to execute otherWork() function once someWork() is done. This can be achieved using a Callback or Promise. Callback

Nodejs

2 min read

Promise vs Callback in javascript
Promise vs Callback in javascript
Nodejs

2 min read


Apr 14, 2021

Create AWS IoT Core Things using AWS SDK

AWS IoT Core is a highly scalable platform for IoT devices. I automated the creation of Certificates, Things, and Attaching policy using AWS SDK with the below steps. Step 1: I created an IAM user with programmatic access and attached the AWSIoTFullAccess policy.

Aws Iot Core

3 min read

Create AWS IoT Core Things using AWS SDK
Create AWS IoT Core Things using AWS SDK
Aws Iot Core

3 min read


Apr 8, 2021

Scalable Cloud Stack for MVP

As Software Architect at Code B, Every month I work on a few MVP(Minimum Viable Product) applications using the MEAN/MERN stack and always want them to be ready for sudden traffic. Below is the most common stack I use for scalable deployment. Authentication The best practice is to not develop this…

MVP

2 min read

Scalable Cloud Stack for MVP
Scalable Cloud Stack for MVP
MVP

2 min read


Apr 1, 2020

Tree-data with ag-grid Community

demo: https://ag-grid-tree.codeb.online ag-grid is a feature-rich library and I have used it on many projects. I was working on POC for 1 project and we needed to represent tree data inside the table. tree-data can be easily achieved using enterprise edition, but since it was just a POC I tried…

JavaScript

3 min read

Tree-data with ag-grid Community
Tree-data with ag-grid Community
JavaScript

3 min read

Riddhesh Ganatra

Riddhesh Ganatra

79 Followers

Software Architect, Full Stack Web developer, MEAN/MERN stack, Microservices, etc

Following
  • Netanel Basal

    Netanel Basal

  • Barack Obama

    Barack Obama

  • Rainer Hahnekamp

    Rainer Hahnekamp

  • uNetworking AB

    uNetworking AB

  • Afaque Umer

    Afaque Umer

See all (79)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams