Check out these cool wiring tips: wiring tips.
Wiring tips
Reply
Check out these cool wiring tips: wiring tips.
Some CSS tips for the day: CSS Tips.
This is great: CSS tips and tricks you won’t see in most of the tutorials.
Via r/programming today: HTML Tips.
Today via r/programming: HTML5 Tips. I think my favourite was the meter tag… or maybe the spellcheck attribute… lots of good tips over there.
This on r/programming today: CSS Tips. There are a lot of good tricks in there, this one was my fav:
.center { display: flex; align-items: center; justify-content: center; }
…it centres content vertically and horizontally.
I enjoyed reading 10 Tips for Ramping Up as a Senior Engineer which turned up on r/programming today.