InfoQ Homepage Development Content on InfoQ
-
Building Your Own Java, Part 2
Alex Shatalin and Václav Pech continue their language building demo using JetBrains MPS started in Part 1 of this presentations (see “Building Your Own Java, Part 1” on InfoQ).
-
Security Vulnerabilities for Grown-ups
Vitaly Osipov shares 7 product security lessons learned at Atlassian related to why security incidents happen, what we would like to do about them and what can be done.
-
Building Your Own Java, Part 1
Alex Shatalin and Václav Pech hold a hands on demonstration on using JetBrains MPS to generate a new language, including version control, debugging, testing, refactoring, etc.
-
Fast Mobile UIs - You’re an Edge Case
Horia Dragomir offers tips on creating responsive UIs on mobile platforms along with advice on several pitfalls that need to be avoided.
-
Erlang Embedded - Concurrent Blinkenlights and More!
Omer Kilic discusses challenges in today’s embedded systems, how Erlang can help in that domain and the current state of Erlang and plans for it regarding embedded systems.
-
Asynchronous Programming on the Server and the Client in F#
Tomas Petricek demoes server-side and client-side asynchronous programming with non-blocking code and without inversion of control in F#.
-
Unlocking Your Inner Node.js with Windows Azure
Glenn Block demoes deploying Node.js apps with npm to Windows Azure, leveraging storage and service bus services.
-
Namespaces, Vars, and Symbols (Oh, My!)
Craig Andera explains how some of the main Clojure constructs – namespaces, vars, symbols – are processed during the read and eval phases of the compilation.
-
Testing Mobile Apps
Julian Harty covers various challenges and practices for testing applications for mobile devices.
-
Mission: Impossible–Purely Declarative User Interface Modeling
Achim Demelt discusses creating a UI using a completely declarative DSL called S4 without flow control, events or data binding.
-
Need Some Cache? Redis in Depth
Chris Meadows introduces Redis, explaining what it is good for, what does it take to be run, and what’s under the hood through a social networking code example.
-
Mobile Social Apps, A Natural Fit
Aryeh Selekman discusses current trends in the mobile space, some of the technologies useful to integrate Facebook functionality into mobile applications and the latest W3C mobile standards under dev.