Posts by Collection

docs

Core Dump

Enable core dump Ensure that they are enabled. Run the following command. If the reply is not unlimited, the core dumps are disabled or limited. $ ul...

C++

Code Style Always remember that code interpretability and maintainability trumps everything else. Please conform to the Google C++ Style Guide. Avoid ...

Docker

Installation Install Docker Engine and Docker Compose from the official site.

Git

Tutorial Tutorial on How to Use Git and Github from Udacity. The tutorial is free. Learn about Git at GitHub Guides GitHub Flow. Git Ha...

Golang

Learn Golang Learn Golang from the official tutorial site: Tour of Go.

Guide

Here we document the computer setup steps and software development standards adopted in our projects.

Hardware

Thumbdrive Get thumbdrive device path $ lsblk

Kafka

Apache Kafka Apache Kafka is a publish/subscribe messaging system Also known as a distributed commit log Each commit can be time-stamped Messages ar...

Kubernetes

Container orchestration system: automates container deployment, scaling, networking, storage, and scheduling. node: A worker machine in the Kubernetes c...

Linux

Proxy Need to set proxy for Linux apt if we use apt behind a corporate proxy, e.g., http://10.0.0.0:8080/. Hence, create a apt.conf file at /etc/apt/ such...

Microservices

A generic microservices architecture is as follows: Each function or feature is encapsulated in a Docker container. The Docker...

Nvidia

Tensorflow-GPU in Docker with Nvidia

Python

Code style and linting Please conform to the Google Python Style Guide. A good code formatter is autopep8. autopep8 automatically formats Python code to...

TensorFlow

Every machine learning project must produce a saved model as its final deliverable.

Website

Build To build this website on localhost $ bundle exec jekyll serve --watch --incremental

portfolio

MNIST

Neural network and convolutional neural networks for MNIST

Paxos

Scalable API and Dynamic Programming