https://github.com/kcarlile/tech-tips
Personal collection of tech tips.
https://github.com/kcarlile/tech-tips
Last synced: 2 months ago
JSON representation
Personal collection of tech tips.
- Host: GitHub
- URL: https://github.com/kcarlile/tech-tips
- Owner: KCarlile
- License: gpl-3.0
- Created: 2023-10-20T17:55:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-05T18:39:56.000Z (6 months ago)
- Last Synced: 2025-02-07T23:26:03.647Z (4 months ago)
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KCarlile's Tech Tips
_[Kenny Carlile's](https://github.com/KCarlile) personal collection of tech tips._
## Overview
This repo is a personal collection of tech tips to which I will be contributing over time. These are intended to be small snippets of code and notes that do not rise to the level of complexity and verbosity that would constitue a blog post. This is similar to a _Today I Learned (TIL)_ repo, like the one my friend [cander](https://github.com/cander) shared: [cander/til](https://github.com/cander/til)
## Index
- [Git](git.md)
- [JavaScript](javascript.md)
- [Jekyll](jekyll.md)
- [PHP](php.md)
- [Python](python.md)
- [Regular Expressions (RegEx)](regex.md)
- [Spreadsheets](spreadsheets.md)## Usage
Feel free to use any of the tech tips provided here. This content is licened under [GPL-3.0](LICENSE), so please keep the source code open. It would also be great if you included a reference/citation to the source. Thank you!