Posts i=0; i+=1
Post
Cancel

i=0; i+=1

Welcome to my blog!

I decided to start this blog to showcase my thoughts, notes and observations in fields relevant to my work (data science, chemical engineering, programming and mathematical modelling). I hope to produce short posts that you will hopefully find informative and potentially useful in accomplishing your own projects, whatever they be. To check out my bio, please go the About page.

As a quick side note, I am writing this blog in markdown using Jekyll and hosting it on GitHub with Github Pages. For style, I am using the excellent Chirpy template developed by Cotes, which I can’t recommend enough. One of the best features of blogging with Jekyll is the ease and aesthetics of inserting code snippets such as the ones below:

def hello_world()
  print("Hello, World!")

I hope that you enjoy my site.