In this post, I am going to demonstrate how to set up a simple Next.js web application. Next.js is a heavily opinionated JavaScript framework, in that it has a lot of conventions and recommended tools built into its design. We'll use Next.js version 14.2.2 to set up the groundwork for a simple web application. By "web application," I mean an application that is designed primarily to collect input from a user in a web browser and return some output generated from that input.| Keyhole Software
As software developers, we're always learning new things; it's practically the whole gig! If we can learn to quickly pick up new languages/frameworks/tools, we'll become so much more effective at our job. It's sort of a superpower.| www.joshwcomeau.com
Create your interactive map in React using OpenStreetMap and Leaflet. This post shows you how online maps work and how to create your own choropleth map.| TMSVR - Dev Blog