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
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
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
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
The Big List of 256 Programming Languages
I am not recommending a specific language over others at this time, but providing a long list of languages based on GitHub and TIOBE.
Tweet 0 Comments Save Tags: other languages , reviews
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
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
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
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
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
C# Performance Benchmark Mistakes, Part Two
So far in this series we've learned about the jitter and how it compiles each method in your program "on the fly"; we'll come... more »
Tweet 0 Comments Save Tags: .net , frameworks , other languages
Book Review: Async in C# 5.0
This is a book purely on async. It's not a general C# book, and it doesn't even cover the tiny non-async features in C# 5. It's all about... more »
Tweet 0 Comments Save Tags: books , other languages , reviews
Learn A New Programming Language Every Year?
As I thought about it I realized that it isn’t important for it to be a language that you learn, it is just important that you learn... more »
Tweet 0 Comments Save Tags: opinion , other languages , reviews , trends
Keccak: The New SHA-3 Encryption Standard
After years of testing and analysis, the U.S. government selected the Keccak algorithm to be the new SHA-3 encryption standard. Here is... more »
Tweet 0 Comments Save Tags: other languages , reviews , security
Launching Scalabitz
This week marks the launch of my lingering weekend-project: scalabitz.com. It tries to surface interesting Scala content through the API... more »
Tweet 0 Comments Save Tags: java , news , open source , other languages