What are registers in Vim, how to use them and the best practices.
Using Azure Form Recognizer with supervised learning to extract handwritten data from paper forms in real time.
Typography is about shaping and laying out the texts on your website to create a pleasant user experience. This article covers the basics such as the different font categories, how to choose the right one, common issues with using fonts on a site etc., as well as some best practices.
I have used Nuxt.js with the @nuxt/content module to build this site. I will talk about the reasons for the switch, the challenges occured and the design choices
Windows Terminal basics and my configration.
A tool for exporting all your Strava activities into gpx files, which can then be uploaded into your Garmin Connect account.
Steps I followed to point a custom root domain and a subdomain to GitHub Pages
Using LaTex for document authoring.
Notes I made while learning to use the Azure Form Recognizer
When using Git via the command line, I find myself repeating similar tasks everyday. Over time, I've built up a curated list of Git commands, aliases and configrations that I use on a daily basis.
The high level programming language for prototyping machine learning algorithms.
Some notes I made while studying machine learning.
Store commands in a file then execute the current line in Vim
Basics of Azure functions
Unit test in C# using MSTest V2.
Collections in C#.
The basics of TypeScript
How to deploy a NuxtJS app to Azure with continous deployment
Basics of Nuxt.js
Basics of @vue/cli.
This post contains some of the basic/important concpets that I find myself keeping coming back to around C#.
Kernel Density Estimation is a non-parametric way to estimate the probability density function of a random variable. This post is an introduction to the concept of KDE.
This blog post about my `.vimrc` settings is mainly for personal reference, but I thought I'd make it public in case anyone else was interested. I plan on keeping this post updated if I ever change my `.vimrc` configuration.
Re-formatting a LaTeX document for use as a blog post took more work than expected. MathJax only supports the LaTeX math-mode commands, and there are additional formatting considerations as well. Here are some tools that I found to make the transition easier.
I've almost never been able to write correct Python `import` statements on the first go. Behavior is inconsistent between Python 2.7 and Python 3.6 (the two versions that I test here), and there is no single method for guaranteeing that imports will always work. This post is my dive into how to resolve common importing problems. Unless otherwise stated, all examples here work with both Python 2.7 and 3.6.
An overview of the various tools built on top of Python that are commonly used in data science.
Basics of hashing.
An explanation of what algorithms are.
A quick summary of Bits and Bites
A quick summary of Apache website files permission setup
Here is a brief summary of how I set up this blog / website using Jekyll on GitHub Pages.