An open API service indexing awesome lists of open source software.

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.

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!