Hustle Culture

The last few years I have been at the intersection of tech, content, hustle culture, startups, creator economy and the move towards more indepent work. A thread about the current state and the road ahead. πŸ§΅πŸ‘‡πŸΌ (Might as well add...

Delhi to Bangalore Road Trip

Arnav Gupta 😷 πŸ’‰πŸŸ’ πŸ’‰πŸŸ’ (@championswimmer) So I recently moved from #Delhi to #Bangalore and the easiest and fastest way I could move my work desk setup (monitors, PC, gaming chair) and my car was to stuff all that into...

Nativescript-Vue: Native Mobile Apps in Javascript without the Hard Partsβ„’

A promising alternative to React Native Why Vue ? Why Nativescript ? Why Nativescript-Vue? I am a fan of Vue. It is the easiest β€œframework” to grasp for people who just have bare minimum knowledge of vanilla HTML, CSS and...

Very Strict Sequelize: Into the land of Typescript Overkill

Disclaimer: If you believe that Typescript is a conspiracy by Microsoft to turn Javascript into C# and you believe in the religion of monkey-patching objects, then please do not proceed further. This article will burn your soul if you read...

Creating an Ember.js Addon

Getting Started Use ember-cli to create basic structure (like you start with creating an app) ember addon <addon-name> This will generate the following directory structure . β”œβ”€β”€ addon # your addon code goes here β”œβ”€β”€ app # things you want...