Skip to content

Instantly share code, notes, and snippets.

View tech4GT's full-sized avatar

Varun Gupta tech4GT

View GitHub Profile

Why you need to watch My Hero Academia right now!

My hero academia is a fighting anime that follows the story of a timid boy who goes on to become the greatest hero on the planet. So is every other anime, right? Then why is this one in particular getting all the attention. Rated at 8.5 on imdb and 100% on rotten tomatoes, there are some key parts of this narrative that are simply awe-inspiring. (Spoilors Ahead! )

Theme 1

All men are not created equal.

-- Izuku Midoriya

Making the most out of your engineering years

Hi, I am Varun. Currently a final year engineering student at NSIT Delhi, (which I wrote about, here). This post covers the things I did, or wish I did, during the course of my 4 years here. Engineering has sort of earned itself a bad reputation, and rightly so, since most of the people who are engineers don't actually wanna be engineers. So if you are one of those, I doubt this article would change that. Although if you are a nerd like me who has liked computers all his life and there is nothing you would rather do than study about them, I hope this gives you some helpful pointers as to how you can make the most of your time as an engineering student. :D

The "College Life" and common knowledge

Bollywood and television have sold us an idea of

@tech4GT
tech4GT / GSOC_2018.md
Created August 9, 2018 15:55
GSOC 2018 work on Image Sequencer
// function to build Uri for
// https://developer.android.com/guide/components/intents-common.html
// ?utm_source=udacity&utm_medium=course&utm_campaign=android_basics
// #Phone
public String buildUrl(){
Uri.Builder builder = new Uri.Builder();
builder.scheme("https")
.authority("www.developer.android.com")
.appendPath("guide")
.appendPath("components")