Open in app
Home
Notifications
Lists
Stories

Write
Yugal Arora
Yugal Arora

Home
About

Jan 22

Docker Desktop — Moving away

Docker is changing its licensing model and Docker Desktop will require a subscription starting 31st Jan 2022, more details here. Docker Engine provides a runtime for Containers, other popular container runtimes are: Containerd CRI-O Mirantis Container Runtime runc crun runv etc… All container runtimes follow certain set of standards set…

Docker

2 min read


Oct 22, 2021

jq cheatsheet

jq is a lightweight and flexible command-line JSON processor, it is also described as sed for JSON data: You can use it to slice and filter and map and transform structured data with the same ease We’ll use below endpoint as example `https://reqres.in/api/users` which provides response in json format. Beautify…

Json

3 min read

jq cheatsheet
jq cheatsheet

Oct 21, 2021

Progress bars in Python with tqdm

I ran a script which processed a large chunk of data, but was not sure what percentage of data has been processed and thought it would be nicer to have a progress bar, adding which was much simpler than I thought using tqdm. In order to access the python library…

Python

2 min read

Progress bars in Python with tqdm
Progress bars in Python with tqdm
Yugal Arora

Yugal Arora

Site Reliability Developer @ Oracle Cloud Infrastructure

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable