Basic Website Analytics with Vercel

Using Vercel’s Built-in HTTP Headers to get Usage Analytics with help of Serverless API

October 1, 2020 · 5 min · Aditya Telange

Github Actions as Temporary File Sharing Platform

Using Github’s workflow actions to set-up a High Speed Temporary File Sharing Platform

September 26, 2020 · 3 min · Aditya Telange

Prebuilt apk in Build | AOSP Rom Development

Sometimes we need to add some pre-built apk in our build because the source isn’t available or it is more easy to just pull the binaries from, and add it to our build.This post says how to do it.

June 14, 2020 · 2 min · Aditya Telange

External Link With target='_blank' in Hugo Markdown

Intro Many a times we need to open some External Link in New Tab for the convenience of the Visitor . In Hugo there is no default method for this. All we have in Hugo is relref for Internal sites. :/ Implementaion Hugo offers a way to render using a predefined template to Markdown(.md) with the help of Shortcodes. We can create such a shortcode for *Creating an Exeternal link with with target='_blank'. ...

June 3, 2020 · 1 min · Aditya Telange

Setting Up Build Environment | AOSP Rom Development

AOSP requires some dependencies and libraries in-order to build properly. This post explains how to set that up

April 17, 2020 · 3 min · Aditya Telange
This site uses cookies to improve your experience on our website. By using and continuing to navigate this website, you accept this. More details in Privacy Statement.