Explore >> Select a destination


You are here

learn.onemonth.com
| | alvaromontoro.com
20.9 parsecs away

Travel
| | How to create a functional and accessible switch component with HTML and CSS (without JavaScript) There are many articles online about how to create a switch using HTML and CSS only, without any JavaScript. How will this one be different? What value will it add to the existing articles? Why did I write it? :: Blog post at Alvaro Montoro's Personal Website.
| | joshcollinsworth.com
20.1 parsecs away

Travel
| | A personal (read: meandering) post inspired by the realization that I first began to learn HTML and CSS exactly ten years ago, reflecting on the lucky turning points that brought me to where I am today.
| | cassidoo.co
16.1 parsecs away

Travel
| | This is part 1 of a two-part tutorial for beginners as an introduction to HTML and CSS.
| | www.planetgeek.ch
83.8 parsecs away

Travel
| Active patterns make using a Regex in F# neat: The matched groups are returned in the list after the pattern. Here is an example from our codebase: Pattern found at Active Patterns - F# | Microsoft Learn: In this example, I use the regex active pattern to map JSON parsing errors to a Result with...