Explore >> Select a destination


You are here

utilitybend.com
| | snook.ca
7.3 parsecs away

Travel
| | Laying out events on a calendar can be somewhat tricky. Many years ago, I had a client project where I needed to do a calendar similar to Google Calendar. I ended up using bitwise operators to figur...
| | mxb.dev
10.4 parsecs away

Travel
| | A closer look at how CSS grid layout can be used in production today, including fallback styles for flexbox.
| | www.joshwcomeau.com
12.5 parsecs away

Travel
| | Back in the day, centering an element was one of the trickiest things in CSS. As the language has evolved, we've been given lots of new tools we can use... But how do we pick the best option? When do we use Flexbox, or CSS Grid, or something else? Let's dig into it.
| | blog.martinig.ch
79.5 parsecs away

Travel
| Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to