https://github.com/samk13/scriptstacknotes
https://github.com/samk13/scriptstacknotes
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samk13/scriptstacknotes
- Owner: Samk13
- Created: 2021-12-19T21:13:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T15:18:02.000Z (over 2 years ago)
- Last Synced: 2025-05-13T23:10:41.707Z (about 1 year ago)
- Language: Python
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Things - Technical Notes
## Overview
This repository contains a collection of miscellaneous technical notes, tips, and snippets I've compiled over time. The contents range from software engineering best practices to quick hacks, covering various technologies and programming languages.
## Table of Contents
- [Python](#python)
- [Bash](#bash)
- [InvenioRDM](#inveniordm)
- [JavaScript](#javascript)
- [Miscellaneous](#miscellaneous)
## Python
Details and notes related to Python programming, including libraries, frameworks, and best practices.
## Bash
Scripts, command line tips, and tricks for efficient use of Bash.
## InvenioRDM
Configuration, customization, and deployment notes for InvenioRDM, a research data management solution.
## JavaScript
JavaScript-related notes, including ES6 features, Node.js, and front-end frameworks.
## Miscellaneous
Other technical notes that don't neatly fit into the above categories.
## Contribution
Feel free to contribute to this repository by submitting pull requests or issues with suggestions, corrections