Inside the JVM
This article explains the internal architecture of the Java Virtual Machine (JVM) in simple terms. Diagrams are used to illustrate how... more »
Tweet 0 Comments Save Tags: java , other languages
6 Ways to Determine a New Programming Language is a Turkey
People invent new programming languages all of the time. Some languages look terrible from the outset and you know to avoid them. Quite a... more »
Tweet 0 Comments Save Tags: opinion , other languages
5 Links for Developers and IT Pros 5-10-13
This week, we look at The Open Computing Project's push into open source networking switches, how to determine if a new software language... more »
Tweet 0 Comments Save Tags: methodology , open source , other languages , trends
This week in #Scala (03/05/2013)
Get the latest Scala releases, blogs and videos from the past week!
Tweet 0 Comments Save Tags: java , news , open source , other languages
Which languages should have examples when documenting a web service?
This article poses the question which computer languages are popular for web services and which should you document when writing a web... more »
Tweet 0 Comments Save Tags: opinion , other languages , web services
A Brief, Incomplete, and Mostly Wrong History of Programming Languages
1801 - Joseph Marie Jacquard uses punch cards to instruct a loom to weave "hello, world" into a tapestry. Redditers of the time... more »
Tweet 1 Comments Save Tags: other languages , reviews
Asynchronous concurrency with vert.x – Part 2
Vert.x supports JavaScript through the Rhino JavaScript engine. Although JavaScript is a decent language once you get to know it, I... more »
Tweet 0 Comments Save Tags: other languages , tools
Why Go?
Go was introduced on November 10th, 2009 as a new system programming language with quick build times. Go's excellent tooling, elegant... more »
Tweet 0 Comments Save Tags: other languages , reviews
Review: Dart in Action (Chris Buckett)
Review of the book "Dart in Action" from Chris Buckett, published by Manning.
Tweet 0 Comments Save Tags: books , other languages , reviews
Raygun.io error reporting gets first class Node.js support
The Raygun team is excited to announce Raygun.io support for Node.js. This means that errors occurring in Node.js applications can send... more »
Tweet 0 Comments Save Tags: announcement , javascript , other languages , web services
Economies of Scala
As a consultancy, we’re always on watch to see what might be the next step forward in the field of software development. I usually find... more »
Tweet 0 Comments Save Tags: other languages , reviews
Google’s programming language, Go, gets a big speed boost
Google has released version 1.1 of Go, its open source programming language, bringing significant performance improvements. "We have... more »
Tweet 0 Comments Save Tags: other languages , reviews
Why I chose Go for Nuuton
Building a search engine is no easy task. There are many problems that one has to attack. It is quite the challenge. Search engines... more »
Tweet 0 Comments Save Tags: opinion , other languages , reviews
Legacy Code Preservation: Why Preserve An Abomination?
Having worked with COBOL and Fortran legacy programs, it's easy to describe this legacy VB code as an abomination. Several customers.... more »
Tweet 0 Comments Save Tags: methodology , other languages , reviews
Algorithm of the Week: BK-Trees, Part 1 (from "Damn Cool Algorithms")
This is the first post in (hopefully) a series of posts on Damn Cool Algorithms - essentially, any algorithm I think is really Damn Cool,... more »
Tweet 0 Comments Save Tags: how-to , methodology , other languages , reviews
Let's Talk ASM - XOR-ing a String
I remember the first time I started programming, I wanted to find a way to encrypt a string in some way. I managed to accomplish that in... more »
Tweet 0 Comments Save Tags: how-to , methodology , other languages , tools
Writing a REST client in Haskell
Swizec Teller builds a low frequency bitcoin trading bot in Haskell. The first order of buisness - to write a REST client. This is going to be fun.
Tweet 1 Comments Save Tags: how-to , other languages , web services
Bootjack and DQuery
Bootjack is a project porting Twitter Bootstrap into Dart's world. Following Bootstrap's original implementation, Bootjack was built upon... more »
Tweet 0 Comments Save Tags: frameworks , other languages
Mobile application integrations: switching to JSON
In this article we will discuss about mobile application integrations with JSON. We will see also how to switch the server side.
Tweet 0 Comments Save Tags: java , mobile , other languages
Postcard of the Pyramid's Views by Rach Belaid
"We'll look at the Views configuration in Pyramid, how you can configure them to fit your needs, and use it to help you to keep your... more »
Tweet 1 Comments Save Tags: frameworks , how-to , other languages , python
Links You Don't Want To Miss (Apr. 26)
Today: Ubuntu 13.04 Raring Ringtail, safety in Rust 0.6, a clean architecture framework, and Ruby on Rails creator David Hansson on when... more »
Tweet 0 Comments Save Tags: news , other languages , tools , unix-linux
Design Patterns and Scala: The Bridge Pattern
I decided to start my little journey trough the GoF patterns with the Bridge pattern, mainly because it’s so rarely used and I wanted to... more »
Tweet 0 Comments Save Tags: how-to , methodology , other languages
JVM Languages Report extended interview with Kotlin creator Andrey Breslav
The very first programming language that we experimented with for the Adventurous Developer’s Guide to JVM Languages report was Kotlin,... more »
Tweet 0 Comments Save Tags: java , javascript , other languages
Use ECMAScript 6 Today
Today, ECMAScript 6 is in the process of being finalized. ECMAScript is the foundation of JavaScript and, hence, exploring the proposed... more »
Tweet 0 Comments Save Tags: other languages , reviews
Integrating Crystal Report with JSP
This article will discuss about how you may integrate your crystal reports with JSP pages and also show how to generate a crystal report.
Tweet 0 Comments Save Tags: how-to , java , other languages