Always remain updated about current software development trends

Articles having tag: PROGRAMMING

Getting started with Web 2.0 using Wakanda

You aren't familiar with Web 2.0 development ? Wakanda is free, Open Source, and easy to learn, so after reading this article you'll be able to develop a Web 2.0 app whitout coding HTML5 ,CSS3, or SQL. ;)

String Searching Algorithms (Part II)

Knuth-Morris-Pratt (KMP) Overview According to Wikipedia, the Knuth-Morris-Pratt algorithm "searches for occurrences of a "word" W within a main "text string" S by employing the observation that when a mismatch occurs, the word itself embodies...

A little details about the implementation of Fast Messenger in JavaScript

606 | 0Fast Messenger in JavaScript can forward messages for your objects and functions within the main UI thread, one or multiple web workers, or even between UI thread and web workers. This way your JavaScript programs are promoted to be multi-threaded in...

Poll Result: Expected Impact of Lambda Expressions (Closures) on Programming with Java 8

| 0 Brian Goetz recently provided new details on the status ofJSR 335in his OpenJDK documentState of the Lambda: Libraries Edition.Project Lambdais a fundamentally important enhancement to Java 8. And, based on the response of developers in ourrecent pollasking...