Skip to content

Instantly share code, notes, and snippets.

View Aadav86's full-sized avatar
🎯
Focusing

Ravishankar Nagendran Aadav86

🎯
Focusing
  • Blockgraph, LLC
  • New York, NY
View GitHub Profile
@Aadav86
Aadav86 / keybase.md
Last active November 30, 2022 17:58

Keybase proof

I hereby claim:

To claim this, I am signing this object:

#Starting Python Web development in Mac OS X#

Objective: Getting started with Python Development Operating System: Mac OS X Python version installed: 3.5 (5th December 2015)

Downoad the lastest Python from https://www.python.org/downloads/

@Aadav86
Aadav86 / docker-cheat-sheat.md
Created June 22, 2018 07:17 — forked from dwilkie/docker-cheat-sheat.md
Docker Cheat Sheet

Build docker image

$ cd /path/to/Dockerfile
$ sudo docker build .

View running processes

@Aadav86
Aadav86 / pb-avro-test_pom.xml
Created February 9, 2018 20:10 — forked from alexvictoor/pb-avro-test_pom.xml
Demo of Protobuff integration within Avro
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.avro.is.great</groupId>
<artifactId>protobuff-avro-demo</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<name>Demo of protobuff integration with Avro</name>
<build>
<plugins>