Apache ActiveMQ – How to resolve java.io.IOException: Too many open files exception?
I have worked on ActiveMQ for quite a while, and there’s one annoying exception that I see all the time – java.io.IOException: Too many... more »
Tweet 0 Comments Save Tags: how-to , java , open source
Git - Simple File Management
Files can be added, committed and removed from git repositories using one or more of the following commands:
Tweet 0 Comments Save Tags: how-to , open source , tools
Get started with REST services using Google App Engine (Maven & Java)
Simple getting started guide for creating REST services on Google App Engine for Java, using AppEngine Endpoints. The official Google App... more »
The Art of Naming
Why is Naming so important? Because its a matter of Quality. Naming = Readability = Understandability = Maintainability = Quality.
Tweet 0 Comments Save Tags: how-to , java , standards
How To Integrate Google+ Sign-In With Google Drive Apps[video]
How To Integrate Google+ Sign-In With Google Drive Apps!
Tweet 0 Comments Save Tags: how-to
How Does a Search Engine Work? An Educational Trek Through A Lucene Postings Format
Working with codecs and examining their output yields fascinating insights into how exactly Lucene’s search works in its most fundamental form.
Tweet 0 Comments Save Tags: how-to , tools
Spring Maven Repository
Guide on how to set up Maven to use Spring Repositories - Release Candidates, Milestones and Snapshots - after the Spring infrastructure updates.
Tweet 0 Comments Save Tags: how-to , java , tools
Links You Don't Want to Miss (May 20)
Take a trip to Google Island, check out the Codebunk pair programming tool, and a promise-based ORM for Node.js. Plus: developer wages... more »
Tweet 0 Comments Save Tags: how-to
Refactoring Fat Models with Patterns
“Fat models” cause maintenance issues in large apps. Only incrementally better than cluttering controllers with domain logic, they... more »
Tweet 0 Comments Save Tags: agile , how-to , methodology
How to use Gmail to send emails in WordPress, PHP and ASP.NET
Sending email using Gmail SMTP server in WordPress, PHP and ASP.NET - Step by step tutorial with codes.
Tweet 0 Comments Save Tags: .net , how-to , php
Ninja App: Quick and Dirty Image Degrading
A few years back I was messing around with some graphics for a website and found myself repeatedly trying to 'fuzz-out' or pixelate... more »
Tweet 0 Comments Save Tags: .net , how-to
WPF For the WinForms Coder- Part 2
This isn't exactly a "tutorial" but is a part of this 'WPF for the WinForms coder' transitional series. We all know that Visual... more »
Tweet 0 Comments Save Tags: .net , how-to , methodology , microsoft
How do GameShark codes work?
This has always boggled me. Obviously GameShark and Game Genie never got inside access to place their own cheats into every game. I don't... more »
Tweet 0 Comments Save Tags: games , how-to , tools
Getting started on creating JVM Agents for bytecode instrumentation
Overview of what are JVM agents focusing on how to create one for bytecode instrumentation (using the java.lang.instrument API) with code samples
Tweet 0 Comments Save Tags: frameworks , how-to , java , open source
Bezier Curves Part 1 [Linear Algebra Series]
Starting off, what is a Bezier Curve? It is a curve defined by 2 or more control points which determine how the curve looks. The first... more »
Tweet 0 Comments Save Tags: c-and-cpp , flash-flex , how-to , methodology
Just add mobility: JSF and JSP with ICEmobile
Developing mobile UIs is a tricky business, especially with the market changing by the minute. ICEsoft chief software architect Ted... more »
Tweet 0 Comments Save Tags: how-to , java , mobile , opinion
CSS3 Tabs
Demonstration and code snippets to show how CSS tabs menu can be created using HTML5 and CSS3
Tweet 0 Comments Save Tags: css-html , gui , how-to , web design
Spring DataIntegrityViolationException
Spring DataIntegrityViolationException - Causes and Solutions for Hibernate and JPA: ConstraintViolationException,... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , open source
Slack, the missing concept
This article is oriented to teams with mid-level proficiency in an Agile process, like mine. Impostor syndrome at work or new... more »
Tweet 1 Comments Save Tags: agile , how-to , methodology
Why the Repository Pattern
Follow up to the previous EF framework beginners guide.
Tweet 0 Comments Save Tags: how-to , methodology , server , standards
How could Scala do a merge sort?
Merge sort is a classical "divide and conquer" sorting algorithm. You should have to never write one because you'd be silly to... more »
Tweet 0 Comments Save Tags: how-to , java , open source
My Workflow v2: Mobile, DevTools & LiveReload
Since I’m at Mobilism 2013 I think it’s worth sharing my recent mobile (mainly CSS) workflow. It’s not rocket science, but it’s a nice... more »
Tweet 0 Comments Save Tags: css-html , how-to , javascript , mobile
Compiling PHP 5.5 From Scratch
There’s always a lag behind new releases of PHP and releases of packages for operating systems such as Ubuntu. This lag time means that... more »
Tweet 0 Comments Save Tags: how-to , php
Maintainable Systems: More on Upgrades
A successful system is going to need upgrading periodically. The user's requirements might change over time, different users might want... more »
Tweet 0 Comments Save Tags: how-to
How to Argue About Code.
None of us would be very good developers if we never had arguments about The Best Way to Do Things. But I've had enough silly arguments... more »
Tweet 0 Comments Save Tags: how-to , reviews