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-03-20
2 min read

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: 2023-03-04
1 min read
[hugo javascript]

Bash code snippets

This bash code snippet provides a useful solution for renaming files in the current directory based on a specific pattern. The script loops through all files in the directory and checks if the filename contains the specified pattern (in this case, the "№" symbol). If it does, the script removes everything before and including the symbol and renames the file with the new name. The script then prints a message for each renamed file. This code snippet can be a useful time-saver for those who need to rename many files based on a certain pattern.
Updated: 2023-02-24
1 min read
[Linux Bash]

Git snippets

Git snippets
Updated: 2023-02-27
2 min read
[git]

Code style notes

Code style notes
Updated: 2023-02-04
1 min read

Python bitwise operators

Python bitwise operators
Updated: 2023-02-17
2 min read

Hugo shortcode examples

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

Deposit Interactive Brokers from Israel Discount bank

Deposit Interactive Brokers from Israel Discount bank
Updated: 2023-02-04
1 min read
[interactivebrokers invest]

JavaScript code snippets

JavaScript code snippets
Updated: 2023-02-21
24 min read
[js javascript typescript]

Serverless: Flask+API Gateway+Lambda+MongoDB

Create AWS serverless application on Flask + API Gateway + Lambda + MongoDB
Updated: 2023-02-04
3 min read
[aws flask serverless mongodb lambda]

Add search to Hugo multilingual static site with Lunr

Make your multilingual Hugo static site searchable with a client-side search index
Updated: 2023-02-07
6 min read
[hugo lunr javascript]

Hugo resize a picture on click

Script will zoom in on a picture on click in Hugo
Updated: 2023-02-07
3 min read
[hugo]

Python Cheat Sheet

Python Cheat Sheet
Updated: 2023-02-07
25 min read