How to Render Jupyter Notebooks in Hugo with a Custom Shortcode

Step-by-step guide to rendering Jupyter notebooks in Hugo using a custom shortcode and GitHub Actions.
Updated: 2024-12-26
2 min read
[hugo jupyter notebooks github-actions]

How to Create Interactive Financial Charts using Tkinter and Plotly

This tutorial guides you step-by-step to create an application with interactive financial charts using Tkinter and Plotly.
Updated: 2024-03-12
2 min read
[python plotly tkinter dash]

Trading indicators

Trading indicators
Updated: 2024-03-12
2 min read
[Trading Indicators]

Linters & Formatters Setup for Python, Groovy, JavaScript in VSCode

Setting Up Python and Groovy Linters and Formatters in Visual Studio Code
Updated: 2024-03-12
5 min read
[Python Groovy VSCode Template Linter Formatter]

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-12-26
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-12-26
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-12-26
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: 2024-12-26
2 min read
[]

How to publish typescript package to npm registry

How to publish typescript package to npm registry
Updated: 2024-12-26
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-12-26
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]