DEV Community

Christopher Kade
Christopher Kade

Posted on

What's one resource most devs don't know that you use regularly?

I use https://coolors.co/ almost every week to find nice color combinations for my projects.

What are some of your go-to resources for anything dev related?

Oldest comments (80)

Collapse
 
flrnd profile image
Florian Rand • Edited

colorbox.io is an amazing tool for working with colors too.

Fontspark.app is also a very nice tool for types discovering.

Coolors.co is amazing for creating color palettes fast.

Collapse
 
christopherkade profile image
Christopher Kade

Love it, I'll use Fontspark a lot from now on πŸ˜„

Collapse
 
flrnd profile image
Florian Rand • Edited

I discovered fontspark.app because I was planning to do something similar, is so good that it changed my mind about going on with the project.

Collapse
 
valentindududu profile image
Valentin D.

ngrok.com/ or serveo.net/ so I can expose my local servers to everyone and share my work without having to push to staging environment !

Collapse
 
christopherkade profile image
Christopher Kade

I LOVE ngrok, it has been super useful over the last few months πŸ˜„ thanks for sharing Valentin !

Collapse
 
mikgross profile image
Mikael

eeeuh yes, that's amazing!

Collapse
 
nataliedeweerd profile image
𝐍𝐚𝐭𝐚π₯𝐒𝐞 𝐝𝐞 π–πžπžπ«π

css-tricks.com/snippets/css/a-guid... - I always forget justify-content!

whynopadlock.com/ - This is also great for debugging why your padlock isn't green.

Collapse
 
christopherkade profile image
Christopher Kade

I've opened this CSS Tricks guide more times than I can remember πŸ˜…

Collapse
 
nataliedeweerd profile image
𝐍𝐚𝐭𝐚π₯𝐒𝐞 𝐝𝐞 π–πžπžπ«π

So glad I'm not the only one! Haha.

Collapse
 
mikister profile image
Milan Radojević

Haha same here, and three grid one also!

Collapse
 
desi profile image
Desi • Edited

justify-content will be the death of my last remaining brain cel

I’m not even going to correct that, that’s what CSS has done to me today

Collapse
 
michelc profile image
Michel

Oups! I wish I known whynopadlock a month ago...

Collapse
 
cbloss profile image
cbloss

I have that same CSS Tricks article saved too!! It's been a life saver.

Collapse
 
dbanty profile image
Dylan Anthony

regex101.com is a life saver for crafting regular expressions.

Collapse
 
christopherkade profile image
Christopher Kade

This is definitely going in my bookmarks, thanks !

Collapse
 
flrnd profile image
Florian Rand

Directly to bookmarks too!

Collapse
 
nathanenglert profile image
Nathan Englert

Absolutely this πŸ‘†

Collapse
 
scottishross profile image
Ross Henderson

Only reason I use regex in any form is because this site exists.

Collapse
 
thermatix profile image
Martin Becker • Edited

I'd recommend rubular for ruby style regex.

Collapse
 
gotmonkey profile image
Blake Lindsay

Along with debuggex.com for visualizing an expression.

Collapse
 
dbanty profile image
Dylan Anthony

That’s another good one for sure.

Collapse
 
protium profile image
protium

It seems to be better than regexr.com/. Thanks!

Collapse
 
jarodpeachey profile image
Jarod Peachey

I use that all the time! Love it.

Collapse
 
prahladyeri profile image
Prahlad Yeri • Edited

I can't tell unless I could literally mind-read what most other devs think!

Personally, I read reddit (programming sub), quora, HN, FreeCodeCamp, medium, and dev.to, of course. All of them are quite popular so I'm assuming most other devs might be using them too. There are some other quiz, coding contest and pure fun sites too, and some of them are a little less known I believe:

  1. open.kattis.com/
  2. app.codility.com/programmers/chall...
  3. hackerrank.com/dashboard
  4. techgig.com/home
  5. mathsisfun.com/
  6. codechef.com/
  7. pyschools.com/quiz/view_ranking
  8. codingbat.com/
  9. codewars.com/dashboard
  10. mathblog.dk/programming-challenges/
Collapse
 
gypsydave5 profile image
David Wickes

man

Collapse
 
stereobooster profile image
stereobooster
Collapse
 
vadimbz profile image
vadimbz • Edited

pdfsea.com/ and typeanything.info/ (both self-obvious)
Lightshot browser plugin takes screenshots
Build With browser plugin snoops into site tech - very verbose
AWS Quicklinks browser plugin is self-obvious and saves truckloads of time

This be my 1st post here, nice to meet you

Collapse
 
juanfrank77 profile image
Juan F Gonzalez

Welcome and thanks for sharing!

Collapse
 
briankephart profile image
Brian Kephart

Ruby Koans

This helped me learn Ruby and learn to write tests all at once. Most of the Ruby devs I've mentioned it to don't know about it, though.

Collapse
 
vinistock profile image
Vinicius Stock

CrontabGuru is great for verifying or building cron expressions.

Collapse
 
browndini profile image
Kyle Brown

coolors.co/ great for finding random colors

Some comments may only be visible to logged-in visitors. Sign in to view all comments.