InfoQ Homepage Development Content on InfoQ
-
Fighting Fit: Why You Need Health, Nutrition, and Fitness to Be a Successful Technologist
Hugh Williams shares his experiences of why health, nutrition, and exercise are essential to being a successful engineer and leader.
-
FsCheck: For Each Function There Exist Properties to Be Checked
Paulmichael Blasucci takes a look at FsCheck, a powerful library for doing property-based testing and sophisticated data generation in the CLR ecosystem.
-
Grails 3.x Update
Graeme Rocher, the Grails project lead, discusses the latest release of Grails and what is coming up during the course of the next year, covering all the new features of Grails 3.
-
SpringOne 2GX 2015: Technical Keynote
The keynote speakers cover the current status of various Spring projects - Grails, Groovy, Cloud, etc.-, what has been done so far and what are the plans for the near future.
-
A Little Non-chat About SignalR
Craig Berntson shows code samples for real world uses of SignalR: thermometers, alerts, non-web applications and others.
-
Cool Code
Kevlin Henney examines some examples of code that are interesting because of historical significance, profound concepts, impressive technique, exemplary style or just sheer geekiness.
-
Mobile Testing Trends, Their Unique Challenges and Innovations that Address Them
Melissa Tondi discusses mobile testing, advising on creating a device testing matrix and the balance between devices and emulators, along with a comparison between various automated testing tools.
-
Bring The Rain: Cloud Powered Continuous Delivery
Ken Dale demoes building, testing and deploying a project in the cloud using popular services and technologies.
-
SpringOne 2GX 2015: Opening Night Keynote
The keynote speakers present what to expect for Spring Framework 5.0, with highlights about Spring Cloud and Spring Boot, and what has been achieved so far.
-
A Pragmatic Introduction to Multicore Synchronization
Samy Bahra discusses high performance multicore synchronization, scalability bottlenecks in multicore systems and memory models, and scalable locking and lock-less synchronization.
-
Concurrency Options on the JVM
Jessica Kerr covers some of the concurrency tools existing in JVM languages including ExecutorService, Futures, Akka actors, and core.async coroutines, providing advice on writing deadlock-free code.
-
Linux Kernel Hacking: A Crash Course
Georgi Knox conducts a hands on session overviewing the history of Linux, what the kernel is, what system calls are, how to write modules, how to build a kernel, etc.