Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/onelinerhub/onelinerhub

Thousands of code solutions with clear explanation @ onelinerhub.com
https://github.com/onelinerhub/onelinerhub

bash clickhouse docker ffmpeg git golang javascript jquery lua mysql nginx numpy pandas php python redis rust sklearn ssh ubuntu

Last synced: 9 days ago
JSON representation

Thousands of code solutions with clear explanation @ onelinerhub.com

Awesome Lists containing this project

README

        

# Onelinerhub
Lib of well explained and minimalistic code solutions @ [onelinerhub.com](https://onelinerhub.com/)

## Quick links
- [How to contribute](/how-to-contribute.md)
- [API Docs](/api.md)
- [Latest updates](https://onelinerhub.com/fresh)
- [List of all technologies](https://onelinerhub.com/techs)

## Why we do it and where we go
- clear simple modern solutions for repeatable coding problems
- moderated single-standard solutions instead of "here's a list of 25 answers with 125 comments"
- code parts explanations to fight dumb copy-paste, but educate instead

## Principles
- 3 main principles for code pieces here are: simple, modern, minimal
- Micro solutions are meant to solve specific issue in **modern** versions of technologies (browsers, compilers, databases, etc.)
- Solution should be as short and simple as possible
- Solution should be explained by components (variables, functions, operations, etc.)
- Image illustrations are welcome

## Contributors are welcome
- Clone [repo](https://github.com/Onelinerhub/onelinerhub) and [create pull requests](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) (see [code format guidelines](/how-to-contribute.md)) of your new/updated codes. Feel free to add/update any tech code piece you find useful.
- Create [issues](https://github.com/Onelinerhub/onelinerhub/issues) for UI/code updates.
- Join our organization here: https://github.com/Onelinerhub.

## FAQ
> "What if I want to create new folder/technology in onelinerhub repo?"

You are welcome to do it with pull request as long as it is useful technology/solution for engineers

> "What if I want to edit some published code?"

You are welcome to do it with pull request as long as it will make the code better (simple, modern, minimal)

> "Can I post multi-line code (not a one-liner)?"

Yes, as long as the solution is targeted towards specific problem and is well explained