Home Tags Queries

Tag: queries

TutorVista: Using Open Source in Digital Education

0
TutorVista, a digital tutoring website, uses open source software to mimic a classroom experience and maintain its database. TutorVista is an online tutoring service that...

FOSS is __FUN__: Get the Basics Right

1
A few thoughts about databases in general... and some rants about the good old ways. There are a plethora of free/open source databases around, from...

Connecting to MySQL with Python and PHP

1
We all know the power of MySQL -- one of the most used open source databases and a challenge to proprietary products of the...

Better Queries with MySQL, Part 1

1
This article helps you write high-performance MySQL queries, by pointing out the various pitfalls and dangerous misconceptions that developers have. How many times have you...

Joy of Programming: Questions and Answers on C

0
Let's look at some of the queries received from readers relating to programming in C. Q. Where are enum members stored in memory? How does...