Tag: tricks

  • Find Unintended CSS Overflow

    Find Unintended CSS Overflow

    Ever coded an HTML static design site? I’m sure you’ve encountered problems where you’ve just installed some CSS framework then coded some additional CSS files. After you’ve finished the code, you run it on a browser then TADAHHH! You can only find truth with logic if you have already found truth without it. — Gilbert…

  • Make Subfolder A Git Submodule

    Make Subfolder A Git Submodule

    Ever been in a situation where a sub-folder of your git repository needs to branch out as a new repository? Here in this article, I’ve tried a new way using a python module to simplify the process. This step is also recommended by the Git core team as ways to move a sub-folder to a…

  • Moving ProgramData Folders to Other Drive Using Windows 10

    Moving ProgramData Folders to Other Drive Using Windows 10

    My C: drive became full, and it came to my mind that it’s hard to move files to a new SSD1 if I buy a new one. So, it got me into thinking what are the things I can do to remove and free up space in my C: drive? I don’t know where I’m…