Learn Databases & SQL
All Databases & SQL content:
-
Working With IndexedDB - Part 2
Tutorial • IntermediateWelcome to the second part of my IndexedDB article. I strongly recommend reading the first article in this series, as I'll be assuming you are familiar with...
-
Working With IndexedDB
Tutorial • IntermediateOne of the more interesting developments in web standards lately is the Indexed Database (IndexedDB for short) specification. For a fun time you can read the...
-
Laravel 4: A Start at a RESTful API (Updated)
Tutorial • IntermediateRESTful API's are hard! There are a lot of aspects to designing and writing a successful one. For instance, some of the topics that you may find yourself...
-
Custom Database Tables: Maintaining the Database
Tutorial • IntermediateOver the lifetime of your custom table you will probably find that you need to make changes to what it stores, or how it stores it. This may be in response...
-
Getting Started With Parse
Tutorial • IntermediateI am a big fan of Parse, a technology that makes developing web and mobile apps faster. It lets you store, sync and push data in the cloud without writing a...
-
PHP Database Access: Are You Doing It Correctly?
Tutorial • IntermediateWe've covered PHP's PDO API a couple of times here on Nettuts+, but, generally, those articles focused more on the theory, and less on the application. This...
-
Persisting a Todo List With MongoDB and Geddy
Tutorial • IntermediateIn this three part tutorial, we’ll be diving deep into creating a to do list management app in Node.js and Geddy. This is the last entry in the series, where...
-
PDO vs. MySQLi: Which Should You Use?
Tutorial • IntermediateWhen accessing a database in PHP, we have two choices: MySQLi and PDO. So what should you know before choosing one? The differences, database support,...
-
Turbocharge Your Website With Memcached
Tutorial • IntermediateYour latest PHP/MySQL website is finally online. And it's awesome. But it's not as fast as you want it to be, because of the many SQL queries running every...
-
Getting Started With MongoDB: Part 2
Tutorial • IntermediateReady to continue learning about MongoDB, one of the coolest technologies for web developers? In this second part of the series, we move on from the basics,...
-
Getting Started With MongoDB: Part 1
Tutorial • IntermediateReady to get in and start learning about MongoDB, one of the coolest technologies for web developers? In this new series, you'll go from beginner to...
-
The Best Way to Learn PHP
Tutorial • BeginnerLearning something from scratch is almost always an arduous affair -- you simply have no idea as to where to start, or not to start, to kick things off. I...



