About

Been a coder professionally since 1996 in a number of programming languages but started with Quick Basic and Assembly. The last ten years I’ve been coding in C++ and C# (although C# got my full attention the last couple of years).

Programming is not just my job. It’s my passion. I love to build stuff. No matter if it’s high performance frameworks or complete web services. I’ve tried to be an entrepreneur once and failed utterly. But I learn a lot from that and am building my next service.

I currently work as an IT-consultant at Altran.

What have I done?

I did spend my first ten years in the telecommunication industry building everything from client/servers in C++ to coding IVR applications like Bank On Phone.

The last five years I’ve mostly been working as consultant focusing on improving code quality in legacy applications and transfer my skills to my co-workers.

Curriculum Vitae | Stackoverflow profile

  • dasdas

    asdasdasd

  • JCWRequests

    Hi Jonas I came across your webserver project and was wondering does it support SSL without using netsh? What I am looking to do is to use NancyFX with a with self hosting but that requires netsh to bind the cert to the port and was hoping your library found a way around the issue. Thanks, Jason Wyglendowski

    • JonasGauffin

      yes. It do support SSL without netsh (Griffin.WebServer do not do it yet, but C# WebServer do)

      • JCWRequests

        Thanks for the information. The guys over on NancyFX do not believe it’s possible.