ALL
Is Java the platform of the future?
I've mentioned before, but I think we are living in a period of time where a bigger explosion of programming languages is occurring than at any time in the past four decades. Having lived through a number of the classic languages such as BASIC, Simula, Pascal, Lisp, Prolog, C, C++ and Java, I can understand why people are fascinated with developing new ones: whether it's compiled versus interpreted, procedural versus functional, languages optimised for web development or embedded devices, I don't believe we'll ever have a single language that's right for all developer requirements.This Polyglo...
Are You a Zen Coder or Distraction-Junkie?
What you do when compiling can ruin your life. And not just when compiling, but when waiting for any short computer operation to finish.That time is ridiculously tiny compared to the rest of your workday, yet it can have a huge impact on your productivity and well-being overall. Yes, that’s a big fat claim.And by the way, this article is not just about coders or programmers. It’s about any smart people working with computers. And there will be pictures! Let’s rock and roll -Why am I writing thisI recently started implementing certain time management techniques into my work...
3,178 0 PROGRAMMING.NET ASP.NET PLATFORM
Why Building a Mobile App is Hard
Kent Nguyen has a great article about how building iOS apps takes a lot of work. And, here at Parse, we agree. Making a well-designed app is not a trivial task. Many non-developers hugely underestimate the amount of sweat and tears that goes into a single app.The big component that is overlooked and that Kent stresses is the server component. An app is not an island. Users expect their apps to richly interact with the internet.This means you need to worry about developing code on servers, communicating with servers, APIs, and a whole plethora of network issues.And this is the exact reason why ...
2,921 0 HARD CHANLLENGES PLATFORM MOBILE APP