A simple strategy for dotfiles
After having written (and rewritten) many dotfiles in the last years, I've gathered here a few strategies for storing and porting them... more »
Tweet 0 Comments Save Tags: how-to , unix-linux
JSR 356 - Java API for Websocket
Johan Vos shows us how to integrate WebSockets into applications, with one of Java EE 7's newest JSRs.
Tweet 0 Comments Save Tags: how-to , java
Java EE CDI beans deployed in external library (WEB-INF/lib JAR file)
The Weld documentation clearly states that when we deliver CDI managed beans in some Java EE application component we should mark that... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , open source
Solr 4.2: Index structure reading API
With the release of Solr 4.2 we’ve got the possibility to use the HTTP protocol to get information about Solr index structure. Of course,... more »
Tweet 0 Comments Save Tags: how-to , java , open source
Prevent JavaScript code blocking the UI thread with setTimeout + handy stopWatch to profile JS code
In early January of this year I was implementing some JavaScript code that does a lot of processing on the client side with the help of... more »
Tweet 0 Comments Save Tags: .net , css-html , how-to , javascript
How to use Enterprise Java Beans 3.x based application with Websphere 8.5 application server
In this article, we will learn about the process of creating EJB 3.x based application and deploying on Websphere 8.5 application server.
How to search / find files in a directory using DirectoryStream in Java 7.?
Given directory "D:\books\java" having 5 pdf files as shown below :
Tweet 0 Comments Save Tags: how-to , java
Integration with NetBeans IDE
With the new Jelastic plugin for NetBeans IDE, you can work with your development, test and production deployments without leaving your favorite IDE.
Tweet 0 Comments Save Tags: cloud , how-to , java , other languages
PHP Performance Crash Course, Part 1.
We all know performance is important, but performance tuning is too often an afterthought. As a result, taking on a performance tuning... more »
Tweet 0 Comments Save Tags: how-to , php
The Pretenders and Contenders in the Hybrid Cloud
My hybrid cloud news ticker is starting to go off every day with yet another “hybrid cloud” announcement. How many of them are really... more »
Tweet 0 Comments Save Tags: cloud , how-to , news
21 Useful JavaScript Tips & Tricks with Demo
21 hand picked JavaScript code snippets that you can bookmark for future reference.
Tweet 0 Comments Save Tags: how-to , javascript
Vert.x Is Back!
Back and stronger than ever with the backing of Eclipse.
Tweet 0 Comments Save Tags: frameworks , how-to , java , javascript
How Strategy Pattern help in reducing code duplication, avoid type casting and make design Better
Lets take a look on How Strategy Pattern help in reducing code duplication, avoid type casting and make design Better.
Tweet 0 Comments Save Tags: how-to
Thread-Safe Queues with ConcurrentQueue
The standard .NET queue classes are not thread-safe so require additional locking to avoid errors when used in multithreaded or parallel... more »
Tweet 0 Comments Save Tags: .net , how-to
Python: Django Email Tricks
I'll start by butchering Zawinski's law of software development and say that most applications evolve until they can either send or read... more »
Tweet 0 Comments Save Tags: frameworks , how-to , python
Text editor vs IDE
Many people like to debate which editor is the best. The biggest controversy is between Emacs and vi. vi supporters like to say:... more »
Tweet 0 Comments Save Tags: eclipse , how-to , tools
Beginner's Android Development Tutorial
In this first part of my Android Development Tutorial I'm going to describe almost every file and folder used to develop an Android app.
Tweet 0 Comments Save Tags: how-to , mobile
Backbone.js: View
In this article, we are going to learn about backbone view, one component which is responsible for how and what to display from our app.... more »
Tweet 0 Comments Save Tags: how-to , javascript , open source , other languages
3 must know unix commands
Few basic unix commands that any unix user "must" know. Also describes those commands in detail.
Tweet 0 Comments Save Tags: how-to , unix-linux
How data is shared between multiple activities in Android
In this article, we will learn about the data sharing between multiple android application activities.
Tweet 0 Comments Save Tags: how-to , java , mobile , other languages
Top 5 Cucumber best practices
Once you get started with Cucumber, the question is how to write your features. How can you keep your features maintainable so you don’t... more »
Tweet 0 Comments Save Tags: frameworks , how-to , methodology , other languages
How to setup a Load Balanced Web Farm of Virtual Machines (Linux or otherwise) on Windows Azure (command line)
A buddy of mine was thinking to move some of his Linux-based website to Azure. If you're running a Web Site that this node.js, ASP,... more »
Tweet 0 Comments Save Tags: cloud , frameworks , how-to
Grids, Direction and Rotation | Creative Coding with Processing.js for Windows 8 JavaScript applications
In this lesson, we build on the introduction to Trigonometry we explored previously and add the final piece of the puzzle, working... more »
Tweet 0 Comments Save Tags: .net , how-to , microsoft , tools
MongoDB Master Slave Replication
Let’s examine a simple example on how to configure master-slave replication on MongoDB in the Cloud!
Tweet 0 Comments Save Tags: cloud , database , how-to , java
Quora’s Technology Examined
Quora has taken the tech and entrepreneurial world by storm, providing a system that works so fluidly that it is sometimes hard to see... more »
Tweet 0 Comments Save Tags: how-to , tools , web services