2020 2020, has been amazing year by far. Have experience so much this year which is unbelievable. Although I have not written anything then these two lines. But this would a memorable year in lot of sense.
Cheers, Happy …
Some time in our projects we need data in json files(mostly web projects). But collecting and managing data in json files is harder(At least this is what I feel) compared to excel. I had recently ran into a similar …
·updated 06-09-2026·6 min read·1273 words·wag, dgplug, git
Until now we had done as of following code. We would create couples of more functions which would help us in managing our application. As discussed earlier we would now we creating different directories and files present …
·updated 06-09-2026·3 min read·527 words·wag, dgplug, git
Last time we had created cmd_init(args) function. We add more functionality to cmd_init(args).
This was our code till last time.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 import sys import argparse argparser = …
·updated 06-09-2026·3 min read·576 words·wag, dgplug, git
Second Try We would be trying to create a mini git clone from this tutorial. I aspect this to go long. In general git is awesome source code manager which is wieldy use.
So first we would be creating a lib file and …