Python docstring templates

Python docstring templates
Updated: 2024-03-12
2 min read
[Python Programming Template]

Difference between Tries and Trees?

Difference between Tries and Trees?
Updated: 2024-03-12
3 min read
[]

How to publish JavaScript package to npm registry

A detailed guide on how to create, structure, and publish a JavaScript package to the npm registry
Updated: 2024-03-12
3 min read
[JavaScript npm]

How to Create a React-Electron Application From Scratch

How to Create a React-Electron Typescript Application From Scratch in 2023
Updated: 2024-03-12
3 min read
[typescript react electron]

How to upload an opensource application to SourceForge

Step-by-Step Guide how to upload and manage your open-source application on SourceForge with this detailed, step-by-step guide, ensuring maximum visibility and accessibility for your project.
Updated: 2023-09-01
2 min read
[]

How to publish typescript package to npm registry

How to publish typescript package to npm registry
Updated: 2024-03-12
1 min read
[javascript]

How to add copy code button on HUGO highligh code block

Learn how to quickly add a copy button to code highlight blocks in Hugo to make it easier for users to share code snippets on your site.
Updated: 2024-03-12
1 min read
[hugo javascript]

Bash Special Variables $! $0 $? $$

A comprehensive guide to special variables in Bash, including $0, $1, $!, and more, essential for effective script writing.
Updated: 2023-12-14
2 min read
[Linux Bash Programming Snippets]

Bash code snippets

Handy collection of Bash code snippets in this tutorial, perfect for mastering Linux programming tasks. Learn to rename files by a pattern, perform Git operations across multiple repositories, and untrack specific items in your Git setup.
Updated: 2024-03-12
2 min read
[Linux Bash Programming Snippets]

Git snippets

Git snippets
Updated: 2024-03-12
2 min read
[git]

Code style notes

Code style notes
Updated: 2023-09-01
2 min read
[code git style]

Python bitwise operators

Python bitwise operators
Updated: 2023-09-01
2 min read
[Python Programming]

Hugo shortcode examples

Source code of examples can be found in the repo Image - insert resizable image in post
Updated: 2023-09-01
1 min read