author avatar

shubham

Fri Feb 07 2020

cat k8s.yaml | kubectl apply -f-

author avatar

vinu

Thu Jan 23 2020

revive stuck terminals : eg - In case you loose your ssh connection and your terminal is stuck, but would like to continue on the same terminal without closing it.

press "(esc) (enter) (shift + `) (.)" ignore brackets : 
author avatar

iffyuva

Thu Jan 09 2020

https://what-problem-does-it-solve.com/ Yesterday I came across this. Seems like a good way to reason about webpack, serverless, and blockchains :slightly_smiling_face:

author avatar

goromlagche

Fri Dec 20 2019

In ActiveRecord when using default scope filters, be careful in left_joins queries. As the scope would show up the join on clause.

author avatar

akshay

Wed Nov 27 2019

Protocol buffers are a lightweight alternative to JSON format to share data between systems. You get the advantage of not having to write out serializers and deserializers by making use of a schema like contract file .proto. This file can be shared and used by protobuf compilers that de/serialize data into language of our choice.

author avatar

akshay

Wed Nov 27 2019

Protocol buffers are a lightweight alternative to JSON format to share data between systems. You get the advantage of not having to write out serializers and deserializers by making use of a schema like contract file .proto. This file can be shared and used by protobuf compilers that de/serialize data into language of our choice.

Showing 36 to 38 of 66 results