DreamingIt's very important to keep coming back to the things which you have learned already after all practice makes anyone perfect.Working on my skills, got some new tasks to learn.Today my day mostly remained occupied with revisions and practicing.Whenever I…
Month: April 2019
GIT
GIT Created by Linus Torvalds in 2005 Keeps track of changesEspecially text changes.Version 1, version 2, version 3 and so on.Version control system (VCS)Source code management (SCM) GIT is a distributed version control system and it is open source and…
Day1:28042019
Upskilling on AWS.Upskilling on GCPDreaming DreamingStill DREAMINGWill try to formalize my CS knowledge into a DEGREE https://github.com/ossu/computer-science https://github.com/ossu/computer-science/blob/dev/extras/readings.md Watching the movie "THE BIG SHORT" Life is going great, full of dreams, full of excitement of what to come. I am…
Mathematical Induction
There are two kinds of reasoning we generally apply while solving any problem. One is Deductive reasoning and other is Inductive reasoning. Deductive reasoning where we try to figure out fact from a pool of given data. In Inductive reasoning…