Indexes are used to find rows in a database fast. Without indexes the database has to start from...
Couple of months back I had ideas about shooting some photos for fun and hobby. Hence, I started...
In my previous post Using MySQL as a NoSQL Document Store - Introduction I had shown accessing MySQL...
MySQL is mostly known to be SQL database server. To store JSON data it has table columns of JSON data...
I am revisiting C programming after nearly 30 years. I first studied C programming language around...
Few weeks back I started working on a website for myself with an introduction and some work related...
The app was about an ExpressJS web server accessing MySQL database. The client is written using the...
The NodeJS program is about preparing data and sending a POST request to an API external to this app....
Last month (7th January 2023) I had posted an article on this site, Notes about my first PHP app. It...
The picture above shows the actual books I have. I made this photograph today (13th Nov, 2023). I...
This is my first app written using PHP. I have been studying and trying coding PHP casually for the...
As a software engineer you encounter various things - technologies for sure. As you learn, you also...
Few days back (14th Dec, 2022) I had posted an article on this website - A Short Story of an App. It...
Back in March 2013 I wrote a small quiz app for my website. It was a Java programming language quiz....
A few days back I had posted an article on this website 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...
This is an example server side (or back end) NodeJS app. The app's main components are the database,...