home
about
contact
GitHub ValYouW
The Coding Notebook
Memorable coding moments of a software engineer
home
about
contact
The Coding Notebook
GitHub ValYouW
Generating Self-Signed SSL certificates for development
13 Dec 2020
Howto: generate multi-domain self-signed certificates (and use with nginx)
Debuggin OpenCV Mat in XCode
22 Oct 2020
Did you know you can easily visualize OpenCV Mat when debugging in xcode?
Using fields from updated document in MongoDB
22 Oct 2020
Sometimes you want to update document(s) on MongoDB using fields from the updated document, this is how to do it.
Setup WSL for development
07 Jul 2020
Whenever I spin up a new WSL instance there is a set of packages I like to install to prepare the machine to be used for dev. This is the li...
Installing multiple WSL distros
31 May 2020
Summary on installing multiple WSL distributions side-by-side.
Converting to TensorFlow Lite models
07 May 2020
Notes on converting object detection model (ssd), and image segmentation model (Deeplab) to tflite
Cross Platform Object Detection with TensorFlow Lite - Part III
26 Apr 2020
In this post we will develop the Android and iOS apps that will use our native Object Detector.
Cross Platform Object Detection with TensorFlow Lite - Part II
23 Apr 2020
In this post we will write the native Object Detector class in C++
Cross Platform Object Detection with TensorFlow Lite - Part I
02 Apr 2020
TF Lite comes with dedicated modules for Andoird and iOS, but what if we want to write the code once and run on both platform? we use C++ of...
OpenCV in Android native using C++
01 Mar 2020
OpenCV is a very popular (open source) computer vision library, it has tons of image processing algorithms and even machine learning capabil...
Older >>