Kanishk Singh

Runes of Undocumented Code

24 Jun 2021

Using GitHub Personal Access Tokens with Git CLI on WSL

Accessing GitHub repos on WSL with Personal Access Tokens
18 May 2021

A brief history of my Python setup

My experiences with different python development tools
06 May 2020

Creating AWS Lambda Layers for ELF Binaries

Using ELF binaries inside lambda applications
10 Apr 2020

Python dependency management with requirements.txt

Creating and maintaining requirements.txt for python projects
03 Apr 2020

Using virtual environments in Python 3

Detailing the importance of virtual environments in Python, yet again.