Prasad Saya

Prasad Saya @prsaya

About: I am an experienced software engineer. I have interest in Java, NodeJS / JavaScript and database programming.

Location:
Bangalore, India
Joined:
Oct 19, 2022

Prasad Saya
articles - 17 total

Indexes in MySQL – Notes

Indexes are used to find rows in a database fast. Without indexes the database has to start from...

Learn More 2 0Nov 27 '23

Revisiting Photography after a long (, long...) time

Couple of months back I had ideas about shooting some photos for fun and hobby. Hence, I started...

Learn More 0 2Nov 22 '23

Access MySQL Document Store from NodeJS Application

In my previous post Using MySQL as a NoSQL Document Store - Introduction I had shown accessing MySQL...

Learn More 2 0Sep 19 '23

Using MySQL as a NoSQL Document Store - Introduction

MySQL is mostly known to be SQL database server. To store JSON data it has table columns of JSON data...

Learn More 2 0Sep 16 '23

Learning C programming again...

I am revisiting C programming after nearly 30 years. I first studied C programming language around...

Learn More 2 0Aug 12 '23

My first personal website

Few weeks back I started working on a website for myself with an introduction and some work related...

Learn More 0 2Jul 6 '23

Notes about a NodeJS program I wrote at work - 2nd March, 2023

The app was about an ExpressJS web server accessing MySQL database. The client is written using the...

Learn More 0 0Mar 9 '23

Notes about a NodeJS program I wrote at work - 22nd Feb, 2023.

The NodeJS program is about preparing data and sending a POST request to an API external to this app....

Learn More 1 0Feb 23 '23

Revisiting my first PHP app after a month and its improvements...

Last month (7th January 2023) I had posted an article on this site, Notes about my first PHP app. It...

Learn More 0 0Feb 13 '23

Books I had read in the past decade or so...

The picture above shows the actual books I have. I made this photograph today (13th Nov, 2023). I...

Learn More 2 0Jan 19 '23

Notes about my first PHP app

This is my first app written using PHP. I have been studying and trying coding PHP casually for the...

Learn More 2 0Jan 7 '23

Notes about a website and apps

As a software engineer you encounter various things - technologies for sure. As you learn, you also...

Learn More 1 0Dec 23 '22

Notes About a Quiz App's Data

Few days back (14th Dec, 2022) I had posted an article on this website - A Short Story of an App. It...

Learn More 0 0Dec 21 '22

A Short Story of an App

Back in March 2013 I wrote a small quiz app for my website. It was a Java programming language quiz....

Learn More 4 0Dec 14 '22

A ReactJS CRUD Table

A few days back I had posted an article on this website A HTML CSS JavaScript Front End CRUD Table....

Learn More 1 0Oct 27 '22

A HTML CSS JavaScript Front End CRUD Table

Updated on 20th June, 2024: The post's cover image is replaced with a picture I had created (with the...

Learn More 4 0Oct 25 '22

Programming a NodeJS App

This is an example server side (or back end) NodeJS app. The app's main components are the database,...

Learn More 0 0Oct 21 '22