ニュース

RethinkDB is an open source database for the real-time Web. It has a built-in change notification system that streams live updates to your application. Instead of polling for new data, you can ...
In this sample chapter, learn how to create a full-featured, database-driven Web application and master an entire range of essential techniques, including: using database queries, adding data to ...
Once you've built one Web-based database application, however, you've built them all. From a programmer's perspective, things become boring and repetitive pretty quickly. I recently worked on my first ...
As a meta-framework, Astro.js takes a different approach to developing web applications. Start here with a few critical design decisions.
I think it's a bit unreasonable to expect a Web application circa 2013 to be still up and runnable in 2053. Technologies are going to change. Platforms are going to come and go.
Building a web application is a journey that requires the right set of tools and a clear roadmap to follow. Whether you're a beginner or a seasoned developer aiming to streamline your approach ...
The Android application will be having its own local database (SQLite database) which will be used for offline storage of data. This offline data needs to be updated on the centralized database ...