-
Dec 23, 2022
Creating custom Julia Packages
A simple introduction explaining how to create a custom Julia Package. -
Nov 13, 2022
Github pages for the repository
Setting up individual website for the repository -
Feb 26, 2022
Pointers for GPGPU
Refresher on Pointers. -
Nov 20, 2021
Automatic differentiation (forward mode)
Forward mode Automatic differentiation from scratch. -
Nov 16, 2021
Finite Differences to evaluate derivatives
Finite Differences is a stepping stone to understand Automatic Differentiation. -
Oct 31, 2021
A high level introduction to Cache Memories
Why understanding Caches is very important for any programmer who wants to write an efficient code.