Published onApril 2, 2021A Clear Comparison Between `echo` and `printf` in Shell ScriptingShellUse `echo` for simple output, `printf` for precise control.
Published onMarch 10, 2021Customizing GitHub 'Languages' section in repositoryGitHubUse a `.gitattributes` file.
Published onMarch 9, 2021Handling uppercase and lowercase transformations in PythonPython`capitalize()`, `title()`, `upper()`, `lower()`, `swapcase()`
Published onJanuary 25, 2021Blank filling issue with `center()` functionPython`center()` function fills the space with blanks while centering.