PHP

  • submit to reddit

Links You Don't Want To Miss (4/12)

Node.js vs. PHP vs. Go Some rough benchmarking to learn a little bit about each of these languages and how they perform.14 Lessons Learned after 5 Years of...

0 replies - 3904 views - 04/11/13 by Mitch Pronschinske in Articles

ScaleBase Overview – Your complete scale out partner

ScaleBase Overview – Your complete scale out partner Watch the Video below to learn how to scale out your MySQL Database with ScaleBase. Cost-effectively...

0 replies - 272 views - 02/22/13 by Kelley Gemma in Uncategorized

Using The New Twitter API V1.1

From March 5th 2013 Twitter are removing there current API and it will be fully replaced with the new API V1.1. This means that any application that is...

0 replies - 3397 views - 02/11/13 by Paul Underwood in Articles

DZone Links You Don't Want To Miss (2/1/13)

NEWS JCache Won't Be Finished In Time For Java EE 7 Friend of Javalobby, Reza Rahman, had to break the news today that the JCache JSR will not make it...

0 replies - 2595 views - 02/01/13 by Mitch Pronschinske in Articles

ActuateOne for OEMs

"Actuate BIRT’s (Business Intelligence and Reporting Tool) proven technology allows software companies to innovate, leapfrog the competition and meet...

0 replies - 305 views - 01/22/13 by Kelley Gemma in Uncategorized

Release Engineering at Facebook

This post is based on a talk by Chuck Rossi at QConSF 2012. Chuck is the first Release Engineer to work at Facebook. by @mattokeefe Chuck tries to avoid...

0 replies - 10808 views - 11/13/12 by Matt O'Keefe in Articles

Weekly Poll: Sans JVM?

A few weeks ago, we asked which programming language you'd use if Java weren't an option. JVM languages, especially Scala and Groovy, were the overwhelming...

6 replies - 9081 views - 11/02/12 by Bill Armstrong in Articles

Through the Eyes of a Newbie

The wife is interested in learning programming so she has been doing the Code Academy JavaScript course. It’s incredible to observe a person...

0 replies - 1051 views - 09/19/12 by Rob Galanakis in Articles

Flattening Job Trend Hits Web and Scripting Languages

In the last post, I reviewed the trends for traditional languages like C# and Java. Today, we return to a list I call “web and scripting languages”...

0 replies - 4380 views - 09/10/12 by Robert Diana in Articles

Algorithm of the Week: Graph Breadth First Search

Since we already know how to represent graphs, we can go further for some very simple approaches of walking through them. Passing by all the vertices of a...

2 replies - 9485 views - 09/10/12 by Stoimen Popov in Articles

Bonus Algorithm: Run-Length Encoding

Introduction Run-length encoding is a data compression algorithm that helps us encode large runs of repeating items by only sending one item from the run...

0 replies - 2883 views - 05/09/12 by Stoimen Popov in Articles

Algorithm of the Week: Determine if a Number is Prime

Each natural number that is divisible only by 1 and itself is prime. Prime numbers appear to be more interesting to humans than other numbers. Why is that...

1 replies - 16659 views - 05/09/12 by Stoimen Popov in Articles

5 Signs You Should Hire a Programmer on the Spot

Bringing a programmer in for an interview and a coding test can lead to some interesting experiences, both for the interviewer and the interviewee. Most...

8 replies - 22724 views - 05/02/12 by Brian Kelly in Articles

Should the CIO Know How to Code?

Read this Computerworld posting: Should the CIO know how to code? The answer is "Yes." The examples of "well-functioning non-technical...

2 replies - 9164 views - 05/02/12 by Steven Lott in Articles

Algorithm of the Week: How to Determine the Day of the Week

Do you know what day of the week was the day you were born? Monday or maybe Saturday? Well, perhaps you know that. Everybody knows the day he’s born on,...

4 replies - 17184 views - 04/24/12 by Stoimen Popov in Articles