Guillaume Pannatier

My name is Guillaume Pannatier. I currently work as Enterprise Architect in Sion, Switzerland. I've been passionate about IT since it became my job in 2002. Before orienting my career mainly towards software development, I started with system and network for over 10 years.

Articles

  • DX = RR7 * Django^2

    After more than twenty years in development, the stack that feels the most productive to me is React Router in SSR mode with Django handling the ORM, admin, and backend foundations.

  • Use OffscreenCanvas in Web Worker to generate images

    How to use OffscreenCanvas in a WebWorker to generate images without blocking the browser's main thread.

  • How flatbuffers saved my day

    In this article, I explain how I used flatbuffers to solve a performance problem I've encountered in the past.