Prototyping is my favorite part of programming. I like building new stuff and getting things working. It’s no surprise, then, that I am a big fan of MongoDB and NoSQL in general. Don’t get me wrong: I ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Once you’ve installed SQLite, you’ll probably want to learn how to maneuver around the ...
I am starting this new year the same way I ended the last: taking antibiotics because my biological daughter brought home a nasty sinus bug from Carnegie Mellon’s preschool. This was after my first ...
Race conditions can occur in a booking database when multiple users try to access and update shared data concurrently. Consider a simple booking database for a hotel, with the following tables: CREATE ...
There are a large number of utilities for generating test data. But in some cases, you may wish to generate this data manually. I would like to share my own experience in this area and hope that the ...
Make sure you have setup XAMPP stack in your system. The following guide explains how to setup XAMPP stack in Linux. Alternatively, you can use the LAMP or LEMP stacks which provides both PHP and ...