MRMuhammed Rashidinreview.muhammedrashid.in·Feb 9 · 1 min readCommand-line EnvironmentArguments ls -l folder/ - means we are executing the program /bin/ls with arguments [‘l’, ‘folder/’] Arguments will consists of mixture of flags and regular strings. Flags can be identified because they are prceded by dash (-) or double-dash (- -)....00
MRMuhammed Rashidinreview.muhammedrashid.in·Jan 7 · 2 min readThe ShellAbout Shell and bash What is the shell? Shell is a textual interface. Terminal is the virtual interface to a shell. In linux and macos, it is called bash (Bourne Again SHell). Navigating in the shell The prompt we see in a terminal when we open it f...00
MRMuhammed Rashidinreview.muhammedrashid.in·Jan 7 · 1 min readBasics of Git and Version ControlResources: https://tom.preston-werner.com/2009/05/19/the-git-parable.html https://learngitbranching.js.org/00
MRMuhammed Rashidinreview.muhammedrashid.in·Jan 6 · 2 min readReview of "Making Good Decisions Without Predictions"Making Good Decisions Without Predictions: Robust Decision Making for Planning Under Deep Uncertainty Under the condition of unprecedented, transformative, and surprising change, the quantitative models and methods may become counterproductive or ins...00