Projects
Table of contents
Open Table of contents
Lenny’s Lightning Round
https://www.lennyslightninground.com/
Lenny’s Podcast interviews world-class product leaders and growth experts to uncover advice for building, launching, and growing digital products. It often concludes with a ‘Lightning Round’ - a segment in which the host asks his guests a series of quick questions. I built and maintain a fan-curated compilation of Lightning Round questions and answers from all episodes of Lenny’s podcast.
Built using Astro and Cloudflare Pages.
LibreLinkUp Status Bar
Visual Studio Marketplace - LibreLinkUp Status Bar
LibreLinkUp allows remote monitoring the glucose levels of users of Freestyle Libre sensor. It provides real-time data, alerts, and trends to help manage diabetes care from a distance.
This open-source Visual Studio Code extension retrieves the most recent blood glucose reading from your LibreLinkUp and displays it in your Visual Studio Code status bar. It can be used to monitor glucose levels of a friend or family member. Alternatively, it can be used to display your own glucose measurements.
Voted by users of DevHunt as the 3rd place winner for the Product of the Week award.
Built using Typescript and Node.js.
Nightscout Status Bar
Visual Studio Marketplace - Nightscout Status Bar
Nightscout is an open-source application that helps people with diabetes and their families visualize and share real-time data from Continuous Glucose Monitoring sensors. It serves as a centralized platform for tracking blood glucose levels, accessible via any internet-connected web browser.
This open-source Visual Studio Code extension retrieves the most recent blood glucose reading from your Nightscout instance and displays it in your Visual Studio Code status bar.
Built using Typescript and Node.js.
GCP Project ID Tooltip Extension
Github - GCP Project ID Tooltip Extension
This open-source Chrome Extension adds a tooltip with project name over any project number in Google Cloud Platform console webpages.
Built using Javascript.
Azure Key Vault Backup and Restore
Github - Azure Key Vault Backup and Restore
Open-source scripts that perform backup and restore of an Azure Key Vault.
The backup script iterates over all certificates, keys, and secrets inside the Key Vault and produces a backup file for each item. Backup files are then compressed into a zip file and uploaded to a storage account.
The restore script performs reverse operations. It downloads the zip file, decompresses it, and restores all backup files for certificates, keys, and secrets.
Built using PowerShell and Bash.