MySQL and Data Truncation : A descent into IEEE hell
After upgrading a MySQL installation to MySQL 5.0.23a and to Connector/J 5.0.3 I started getting wierd data truncation exceptions... more »
Tweet 0 Comments Save Tags: database , how-to , methodology , tools
Using SQLite in your Android App
practical, reusable, well UML-documented solution, Design where the responsibilities were cleary separeted, making it easy to understand... more »
Tweet 0 Comments Save Tags: database , eclipse , how-to , mobile
Build a lead capture page with Meteor and MongoDB in minutes
Meteor is a framework for building real-time client-server applications in JavaScript. It is build from the ground up to work... more »
Tweet 0 Comments Save Tags: database , how-to , tools
Import folder of documents with Apache Solr 4.0 and tika
This simple article shows how to configure Solr to import and index an entire document directory thanks to Tika library.
Tweet 0 Comments Save Tags: database
Replicate or copy a database table with PHP
If your table is updated often, queries will rarely pull from cache. Depending on your situation, performance may be more important than... more »
Tweet 0 Comments Save Tags: database , php
Select top 3 values from each group in a table with SQL
Assume we have a table which has two columns, one column contains the names of some people and the other column contains some values... more »
Tweet 0 Comments Save Tags: database
Vert.x + Yoke (Polyglot Answer to Node.js + Express) + WebSockets on many clouds
Here's a curated list of the latest interesting links for Vert.x, Yoke (the polyglot answer to Node.js), and WebSockets.
Tweet 0 Comments Save Tags: database