DEV Community

Cover image for Dev Cheats - Interactive Cheatsheets For Developers
Can Cellek
Can Cellek

Posted on • Updated on

Dev Cheats - Interactive Cheatsheets For Developers

Greetings, fellow developers!

I just started working on a community-driven project called Dev Cheats. It is aimed at providing developers of all skill levels with a convenient reference for various command line tools and their usage examples.

Dev Cheats GIF Preview

Currently only a few cheats are on the database, but if you think you can provide any documentation I would love to receive pull requests!

Please feel free to check out the demo at dev-cheats.vercel.app where you can search for git and see the current implementation for Git commands and usage examples. Additionally, the API directs to the documentation page, making it easy to bookmark pages through an URL like dev-cheats.vercel.app/git

You can find the repository at github.com/excalith/dev-cheats and have a look at contributing guideline.

Cheers!

Top comments (15)

Collapse
 
steffektif profile image
Stef ❤️

Neat

Collapse
 
excalith profile image
Can Cellek

Thanks mate, glad you liked it and hope you find it useful!

Collapse
 
denisoleksiuk profile image
Denis

Do you have some tasks to contribute?

Collapse
 
excalith profile image
Can Cellek

Hello Denis! Currently I am looking for new documentations. However, if you feel comfortable with web dev, you can always peek into code and find an improvement! Please check contributing guideline for more info. Cheers!

Collapse
 
excalith profile image
Can Cellek

I have made a new discussion post for the Roadmap and tasks to clarify how this project should evolve (at least I think). Please feel free to jump in if you have any questions or ideas! github.com/excalith/dev-cheats/dis...

Collapse
 
gdi3d profile image
Adriano Galello

Hey, looks cools!, take a look at tldr.sh/ that does something similar. Maybe a CLI could be a nice addon ;)

Collapse
 
excalith profile image
Can Cellek

Wow, I used tldr on cli for a while but haven't seen as a web app, that is great! Will look into differeneces between and hopefully find some inprovement opportunities. Cheers mate!

Collapse
 
anuwhocodes profile image
anuwhocodes

Nice project.

Collapse
 
excalith profile image
Can Cellek

Thanks!

Collapse
 
omarelmoez_54 profile image
Omar Elmoez

Love it 😊

Collapse
 
excalith profile image
Can Cellek

Thanks! I really appreciate likes and comments, it kind of encourages me to further improve it on a daily basis ^^

Collapse
 
joydeep-bhowmik profile image
Joydeep Bhowmik

Doens't work

Collapse
 
excalith profile image
Can Cellek

Hello @joydeep112 can you please elaborate more? On tests it is working as intended. What did you search for? What did you see instead of the expected result?

Collapse
 
joydeep-bhowmik profile image
Joydeep Bhowmik • Edited

In mobile Chrome version 57 search suggestions not showing . Es6 is not supported by all devices,
Just a suggestion to use Babel for automatically convert new JavaScript to old for older devices

Thread Thread
 
excalith profile image
Can Cellek

Thanks for the feedback! I will add this to discussions