Tag: Software Development
Adding Map Style Switching to Mapbox using Matestack
I saw some developers do this on a React project and I was shocked at how much code was required and how complex it was.
Python WTF
Python is actually a pretty decent language, but from a design perspective, it’s fucked. Ok fucked is a bit strong, but Python could have been much neater and more concise if a little good design had been applied.
Rails 7 Transforms a Ruby Hash into HTML attributes for ERB Interpolation
Rails 7 transforms a Ruby Hash into HTML attributes for ERB Interpolation, but does it make the world better?