Skip to content

Instantly share code, notes, and snippets.

View nandhinianandj's full-sized avatar

nandhini anand nandhinianandj

View GitHub Profile
@nandhinianandj
nandhinianandj / erpnext_analytics
Last active April 29, 2021 00:25
Analytics module---proposal
## The Problem:
Top-down decision making and analytics
## Why:
So what if it's top-down??
* -- Many times highly wasteful analytics(aka questions asked) that don't make sense from
viewpoint on the ground.
* -- A strong separation between decision-makers and executors
* -- Lack of skin-in-the game for the people who are the executioners of a decision and share the
biggest risk of executing it.
@nandhinianandj
nandhinianandj / install_devbox.sh
Last active June 17, 2025 13:20 — forked from anandjeyahar/SecureSSHConfig
devbox setup for my stuff
#! /bin/bash
set +x
set +o errtrace
set -e
#DATA=/data;
DATA=$HOME;
PLAYSPACE=$HOME/playspace;
SOURCES=$HOME/sources;