https://github.com/tenhobi/the-devs-guide
A collection of useful tools, guides, hacks, know-hows and more.
https://github.com/tenhobi/the-devs-guide
awesome-list guide guidelines hacks lists
Last synced: 10 months ago
JSON representation
A collection of useful tools, guides, hacks, know-hows and more.
- Host: GitHub
- URL: https://github.com/tenhobi/the-devs-guide
- Owner: tenhobi
- License: mit
- Created: 2020-01-22T21:03:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-16T19:55:42.000Z (about 6 years ago)
- Last Synced: 2025-06-11T04:08:13.567Z (11 months ago)
- Topics: awesome-list, guide, guidelines, hacks, lists
- Size: 14.6 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-github-projects - the-devs-guide - A collection of useful tools, guides, hacks, know-hows and more. โญ9 (๐ฆ Legacy & Inactive Projects)
README
The Dev's Guide
A dev's collection of useful tools, guides, hacks, know-hows and more.
---
## Table of Contents
- [Health](#health)
- [Project](#project)
- [Architecture](#architecture)
- [Mobile](#mobile)
- [Graphics](#graphics)
- [Education](#education)
- [Challenges](#challenges)
## Health
[โ ToC](#table-of-contents)
- [Ergonomics Expert Explains How to Set Up Your Desk](https://www.youtube.com/watch?v=F8_ME4VwTiw) โ
is a video that exlains how to set up a desk.
- [stretchly](https://github.com/hovancik/stretchly) โ is a cross-platform
electron app that reminds you to take breaks when working on your computer.
- [Yoga With Adriene](https://www.youtube.com/channel/UCFKE7WVJfvaHW5q283SxchA) โ
is a YouTube channel that provides high quality practices on yoga
and mindfulness at no cost to inspire people of all ages, shapes and sizes.
## Project
[โ ToC](#table-of-contents)
- [Discord](https://discordapp.com) โ is an app for all-in-one voice and text
chat for gamers and other people.
- [gitignore.io](https://www.gitignore.io) โ is a tool that creates useful
.gitignore files for your project.
- [Open Source Guides](https://opensource.guide) โ is a set of guides aiming to
improving open-source.
- [Semantic Line Breaks](https://sembr.org) โ is a guide to write better texts.
- [Semantic Versioning](https://semver.org) โ is a guide to version a project.
- [asciinema](https://asciinema.org) โ is a tool that let's you record
and share your terminal sessions, the right way.
## Architecture
[โ ToC](#table-of-contents)
- [Clean Architecture](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html) โ
is a software design philosophy that separates the elements of a design into
ring levels.
## Mobile
[โ ToC](#table-of-contents)
- [scrcpy](https://github.com/Genymobile/scrcpy) โ is a tool that provides
display and control of Android devices connected on USB (or over TCP/IP).
## Graphics
[โ ToC](#table-of-contents)
- [7 Practical Tips for Cheating at Design](https://medium.com/refactoring-ui/7-practical-tips-for-cheating-at-design-40c736799886) โ
is an article that introduces 7 practical tips for cheating at design.ยจ
- [GoodUI](https://goodui.org) โ is a web that shows how to improve UI
with A/B tests.
- [How to Declutter your Design](https://medium.com/wdstack/how-to-declutter-your-design-88cbd9e45015) โ
is an article that shows how to declutter a design.
## Education
[โ ToC](#table-of-contents)
- [freeCodeCamp](https://www.freecodecamp.org) โ is a nonprofit community
that helps you learn to code by building projects.
- [List of Free Learning Resources](https://github.com/EbookFoundation/free-programming-books) โ
is a set of lists of many free learning resources in many spoken languages.
## Challenges
[โ ToC](#table-of-contents)
- [Codewars](https://www.codewars.com/dashboard) โ is a way to improve your
skills by training with others on real code challenges in many languages.
- [Cryptopals](https://cryptopals.com) โ is a set of crypto challenges.
- [The Command Line Murders](https://github.com/veltman/clmystery) โ is a fun
game in a command line to solve a murder.
- [SQL Murder Mystery](https://github.com/NUKnightLab/sql-mysteries) โ is both
a self-directed lesson to learn SQL concepts and commands
and a fun game for experienced SQL users to solve an intriguing crime.