DEV Community

Discussion on: Collection Of Over 30 Dev Tips

Collapse
 
proticm profile image
Milos Protic

Useful stuff. I've started something similar on my blog recently. I have a cheatsheets section where user can find dev tips from various categories (the ones close to me). Considering that the first cheat sheet was created a week ago or so it's still a modest collection, but I intend to make it as big as possible.

I think that we all have a problem memorizing something useful. Things like regex expressions, short code snippets and stuff like that. This is the reason why I've started this campaign. No more forgotten stuff. Just drop it on the website for future use. No more googling over and over again. If you don't want others to see it, make it a private one.

Each user can create its own cheat sheet and make it public or private. On top of it, I plan to implement team sheets. Cheat sheets that can be shared between a group of people...etc. But this is somewhere in the future.

It's still a work in progress though...I need to implement delete feature and a search page to look up the public sheets created by the community. At this point, only sheets created by the site admins are displayed.

If you're interested, check it out here, and give it a try.

Best regards and keep up the good work.