Open in app

Sign In

Write

Sign In

Harsh Bhikadia
Harsh Bhikadia

77 Followers

Home

About

5 days ago

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

77 Followers

Tech entrepreneur, trying to live an authentic life.

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams