Skip to content

Joris Vergeer

Just some software engineer with some skills

Menu
  • Home
Menu

Category: Programming

[C++/QT/OpenSSL/JWT] Minimalistic implementation to create a signed JTW token.

Posted on March 22, 2023 by joris

This code should be quite self explanatory. And this is how you can use it. Of course you should never have your private key in your code.

Read more

[Vite] Copy vite build output to destination directory

Posted on February 27, 2023February 27, 2023 by joris

When vite build your bundle, it by default cleans the build output directory. If this directory happens to also be the directory where your webserver is serving the files from, then you might temporary have 404 errors being served to visitors from of your application. Or course you can solve this with separating your building…

Read more

[Python][Clang] Extract variabele value from a c++ file in python

Posted on January 17, 2023February 27, 2023 by joris

Once in a while you want to extract some values from a source file. For example if you want to extract a version number from code to process in a CI server. This example uses the python clang bindings to parse a cpp file and extracts a version number form it. This example used some…

Read more

[ASP.net Core] Body based routing with custom MatcherPolicy

Posted on July 9, 2020February 27, 2023 by joris

From time to time you have to implement an API that has to have the same endpoint but has to do something differently based on the content of the request. For example take the OAuth2 /token endpoint. (This is an example, in real world use you would choose something more secure than this legacy oauth…

Read more

Work

Currently working for and owner of RetailEntertainment B.V.
  • MKB-Muziek
  • Zorgscherm
  • Zorgstand
  • [C++/QT/OpenSSL/JWT] Minimalistic implementation to create a signed JTW token.
  • [C++/QT] QFuture delay method
  • [Vite] Copy vite build output to destination directory
  • [Python][Clang] Extract variabele value from a c++ file in python
  • [ASP.net Core] Body based routing with custom MatcherPolicy
  • March 2023 (2)
  • February 2023 (1)
  • January 2023 (1)
  • July 2020 (1)
  • November 2019 (1)
  • May 2019 (1)
  • March 2019 (2)
  • DevOps
  • Programming
  • Uncategorized
  • Web

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
© 2023 Joris Vergeer | Powered by Minimalist Blog WordPress Theme