Open in app

Sign In

Write

Sign In

Harsh Bhikadia
Harsh Bhikadia

87 Followers

Home

About

Aug 13

Avoid chasing mirages, Talk to your potential Manufacturers as early as possible.

Once upon a time in the city of Technagar, a young and ambitious entrepreneur named Jay had a brilliant idea. He envisioned a sleek and fancy device that would revolutionise the way people interacted with technology. Filled with excitement, Jay decided to pursue it. He followed what Eric Ries of…

Hardware

3 min read

Avoid chasing mirages, Talk to your potential Manufacturers as early as possible.
Avoid chasing mirages, Talk to your potential Manufacturers as early as possible.
Hardware

3 min read


Aug 9

Value: The Real Currency of Entrepreneurship

Hello🙏, readers! This blog is going to discuss the concept of “Value”. How you as an entrepreneur (or any professional) should consider it as the real measure of your work instead of anything else. Often entrepreneurs measure success by the amount of business they’re doing. …

Entrepreneurship

3 min read

Value — The Real Currency of Entrepreneurship
Value — The Real Currency of Entrepreneurship
Entrepreneurship

3 min read


Jul 25

pip chill not freeze!

Just add direct dependencies to requirements.txt, automatically. — 🙏Namaste Pythonistas! Let me ask you something — how do you usually maintain your requirements.txt file? If you’re like me, you must be using good ol’ pip freeze > requirements.txt command. Sure, it’s quick and easy, but have you ever found yourself looking at the file later and wondering what…

Python

2 min read

pip chill not freeze!
pip chill not freeze!
Python

2 min read


Published in

Startup Stash

·Jul 2

The Hard Things About Building a Hardware Startup

We have been building our consumer hardware startup for the past 4–5 years. Currently, it is in the “pre-production” phase where we are waiting for our first production batch to come from manufacturers. …

Hardware Startup

5 min read

The Hard Things About Building a Hardware Startup
The Hard Things About Building a Hardware Startup
Hardware Startup

5 min read


Jun 4

What is a personal website?

I just changed my website. Earlier was hosted with GitHub Pages and now it just redirects to the Medium profile page. That made me ponder — What is a personal website? What is it supposed to do? What should be in it? A trip down memory lane The earlier site I mentioned was set up…

Personal

3 min read

What is a personal website?
What is a personal website?
Personal

3 min read


Sep 26, 2022

From SSH-ing to Cloud Native

My (highly-opinionated) step-wise guide on how to do it. — Before 2019, all my projects were traditionally deployed on VMs — managed manually by SSH-ing into them — replicated using images or snapshotting features provided by the cloud provider. While that was enough when the projects were small, and updates were not often, some tasks were difficult or impossible to…

Cloud Native

10 min read

From SSH-ing to Cloud Native
From SSH-ing to Cloud Native
Cloud Native

10 min read


Jul 25, 2018

Implment backdrop in flutter with less than 10 LOC

Lets not waste time and get started with the code. add dependecy: dependencies: backdrop: ">=0.0.0 <0.1.0" run get package: $ flutter packages get drop in BackdropScaffold widget in your code: import 'package:backdrop/backdrop.dart'; import 'package:flutter/material.dart'; void main() => runApp(new MyApp()); class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return new MaterialApp( title: 'Backdrop Demo', home: BackdropScaffold( title: Text("Backdrop Example"), backpanel: Center( child: Text("Backpanel"), ), body: Center( child: Text("Body"), ), ), ); } }

Flutter

1 min read

Implment backdrop in flutter with less than 10 LOC
Implment backdrop in flutter with less than 10 LOC
Flutter

1 min read


Jul 23, 2018

Quickly implement backdrop with flutter

I recently got introduced to flutter and its implementation of material design. After going through some sample implementation on the internet I discovered the Backdrop component from material design guidelines. I found it to be a very useful UI element with many use-cases. …

Android

2 min read

Quickly implement backdrop with flutter
Quickly implement backdrop with flutter
Android

2 min read

Harsh Bhikadia

Harsh Bhikadia

87 Followers

Tech entrepreneur, trying to live an authentic life.

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams