RSSAmplifier

Blog

Khanna Law Blog

Long-form thoughts relevant to founders.

khanna.lawRSS feed ↗10 posts

Latest posts

Initial Commit

The case for using the description field of your initial commit to leave a permanent, private dedication to someone who matters to you.

SMTP 550-5.7.1 Rejected Because of Virginia Redistricting

When an email to Senator Ghazala Hashmi bounced back with an SMTP 550-5.7.1 error due to redistricting, it highlighted the unexpected intersection of political changes and technical email protocols.

Carta's 83(b) Oversight: A Tax Trap for Married Startup Employees

There's a blind spot in Carta's 83(b) election feature you need to know about if you're married and living in California.

Deploying django-tailwind to Heroku

My preferred technology for rapidly prototyping ideas is Django, styled with Tailwind CSS and deployed on Heroku.

Using Tailwind UI and Next.js Together

These instructions have been updated to reflect the installation process for TailwindCSS 2.0 and Next.js 10.

Starting a Business with a Cofounder

Discuss these two things before the business makes money. Make decisions on the important, specific issues raised by this post.

Structuring Deep Learning Projects

You want to train a deep neural network. You have the data. It's labeled and wrangled into a useful format. What do you do now?

Taxation of Cryptocurrency Trades

This article examines how to calculate how much you made on cryptocurrency and what information you will need to provide to your CPA or for preparing your taxes yourself.

Move Your Litecoins Off Coinbase

This article investigates why and how to move your Litecoins from Coinbase to a program called Electrum-LTC that runs on your personal computer.

read, _read, and readable: Readable Streams in Node.js

This article explains how readable streams work by considering the relationship between `read()`, `_read()`, and `push()` methods, and the `readable` event defined on the Readable base class