Ssaurshazinappler.hashnode.dev·Jul 22, 2020 · 1 min readSetup Flask app with docker and nginxJust the steps git clone git@gitlab.com:saurshaz/my-py-app.git snap install docker snap start docker docker-compose up --build make changes to app folder for code and they'll be reflected immediately access docker shell directly (good to know, mig...00
Ssaurshazinappler.hashnode.dev·Jul 21, 2020 · 1 min readGet started on svelte with snowpackJust the steps to get running with svelte & snowpack git clone git@github.com:ryands17/svelte-basics.git npm i -g snowpack to install snowpack globally npm i to install dependencies npm start to launch the svelte app to build upon go to the app http...00
Ssaurshazinappler.hashnode.dev·Jul 19, 2020 · 4 min readSet up hyperdrive served site on-vpsSet up hyperdrive served site on-vps (You can also read this on Hyper protocol here) On your Dev system (Ubuntu/Mac) open beakerbrowser create a new hyperdrive where you can write pages in markdown format. You can instantly preview what you write an...00
Ssaurshazinappler.hashnode.dev·Jun 30, 2018 · 5 min readcreate tabular views fast (riot)Prerequisites This post covers RiotJS (You shall see this if not aware of what RiotJS is) What is this ? A riot based component to build grid based UIs or tabular views in a faster and declarative fashion. In my last project I was faced with the bo...00