2022-11-28
|~2 min read
|349 words
We use templates to help write descriptive tickets or MRs on various projects at work. 1 Then I started working on a new project and when I…
2022-11-28
|~2 min read
|334 words
One resource I find really useful is Github’s collection of files for different programming languages and frameworks. I find myself…
2022-11-28
|~1 min read
|198 words
There are a number of different ways to write / format strings in Python. Template Strings This GeeksforGeeks article is a helpful…