Creating Static SVGs from GeoJSON

Recently I’ve been working with map data to create interactive visualisations. When working with maps it’s common to receive data as GeoJSON, a JSON format for encoding geographic features, which specifies the type of geometry and co-ordinates for the features we want to display on a map. Javascript mapping libraries such as Mapbox GL are designed to consume … Read more

45 Front End Developer Tools

Front End Tools Today we’re going to dive into useful UI development tools for developers and designers. 1) Checklist Design A place to synthesize website design knowledge through providing information and essential elements when designing website elements such as buttons, cards, tables… Link 2) Web Gradients Where to synthesize beautiful gradient background colors for website … Read more

Animating with Clip-Path

clip-path is one of those CSS properties we generally know is there but might not reach for often for whatever reason. It’s a little intimidating in the sense that it feels like math class because it requires working with geometric shapes, each with different values that draw certain shapes in certain ways. We’re going to dive … Read more