Fanie Reynders
  • About
  • Blog
  • Live Coding
  • Videos
  • Speaking
  • Books
  • Resume
Schedule a call Social links

Build real-time, multi-user interactive web apps with SignalR

A while back I was involved in developing an online-bidding app. This may not sound too exciting nor complicated, but because this kind of application was web-based, it introduced a whole new set of challenges. One of the core requirements of this app was to be critically up-to-date with real-time
May 20, 2012 3 min read

MVVM for the Web using Knockout.js

Ever since the explosion of web-oriented apps, the need for doing complex things simpler becomes more obvious. Creating richer & more sophisticated UI's usually involves using JavaScript API's like JQuery, but a new MVVM library has emerged especially for the web... What? Knockout.js is an
May 14, 2012 1 min read

Mobify your web with JQuery Mobile

Let's face it, we all use our (smart) phones most of the time to browse the web. Then you get sites that aren't formatted for mobiles and you end up zooming and panning away, confusing yourself with the "all over the show" navigation, not
Jan 24, 2012 2 min read

Implementing a different kind of Service Pattern

For the past few months I've investigated many different types of patterns I can implement in my projects; like Repository Patterns, Unit of Work Patterns, Service Patterns etc. After plenty of research, late nights and a gazillion units of black coffee; I finally came across a some sort
Nov 28, 2011 4 min read

Jump Start your next project with Nuget

In between the company end-year functions, demanding clients and of course my fabulous life :) , I've deceided to do some blogging again. In fact, it's been a while since any Ninja laid a finger on a keyboard here, (or an iThing)... A while ago I came across
Nov 22, 2011 4 min read

A really handy "cheat-sheet" for Razor

I came across this cool syntax table that can come in quite handy when one is working with Razor in ASP.NET Syntax/SampleRazorWeb Forms Equivalent (or remarks)Code Block@{  int x = 123;  string y = "because.";}<%  int x = 123;  string y = "because.";%>Expression (Html
Nov 3, 2011 1 min read
Fanie Reynders © 2026