Using variable field names when running modifier operations on an embedded object in mongodb

When running modifier operations on an embedded object you would often run into situations where in the field name needs to be generated/referenced dynamically when the query runs.

Lets take an example, assume we have a db testing and in that we have a collection testing, in that lets insert some documents like

db.testing.save({key:1,data:{0:1,1:2,2:3}})

using the following commands

Simple Web Service using Apache CXF and Spring 2.5.6

Web service allows for inter-operable machine to machine communication. In this article let's learn how to quickly build a simple web service using Apache CXF,Spring 2.5.6 and Maven

Portable Maatkit

If you have been using MySQL you must have used Maatkit.

Use php with cygwin ?

If you noticed cygwin, does not come with ports for php. Not a problem Cygwin Ports has a bunch of ports including php.

A simple REST application using Jersey and Spring 2.5.6

Representational State Transfer (REST) is a simple way to expose and consume resources; predominantly over http. This makes it easy to integrate with consumers of those resources.

LINQ to MySQL

.NET Language-Integrated Query (LINQ) allows querying objects using a set of standard query operators from within any .NET code.

Access MySQL from another machine on Ubuntu

I you install MySql on Ubuntu, you might have faced issues connecting to the MySql server from another machine.

svn over https client certificate issue

Was checking out our code on ubuntu(jaunty) this weekend and was unable to checkout the code from our svn server. The checkout command kept asking me for the client certificate file.

cygwin unable to remap dll to same address as parent,

  • when you are working with Cygwin, sometimes you would get an error like this
  • "unable to remap some.dll to same address as parent
    someapp 4292 fork: child 3964 - died waiting for dll loading, errno 11"
  • then you would need to run rebaseall.
  • In order to run it, close all you Cygwin windows
  • Open a command prompt and go to your cygwin directory

Turbo charge your web development

Debugging client side code of a web application, troubleshooting the HTML/CSS issues with the web application are pretty tricky and can tend to eat up lot of developer time. That time can be reduced greatly with the use proper tools.

Tools for web development have come a long way in aiding us developers. This article explains some of those tools that can help boost your productivity.

Who's online

There are currently 0 users and 0 guests online.

Who's new

  • Saravana Peruma...

Syndicate content