blog.cozyweather.comAI has entered the chat🚀 Built a Full Stack App with GitHub Copilot – Lessons Learned I put GitHub Copilot to the test by generating a full-stack project—a .NET Web API and an Angular frontend. The results? A mix of efficiency and reminders that best practices and pattern...Feb 23, 2025·2 min read
blog.cozyweather.comMaps revisitedI've been thinking about maps a lot lately. How can we visualize feels like weather in an intuitive way? I've landed on using something like Uber's Hexagonal Hierarchical Spatial Index (H3) to aggregate weather data and then classify each hexagon ...Apr 6, 2022·1 min read
blog.cozyweather.comMore than just a landing pageThe initial basic design is starting to gel a little bit. Just keeping it simple for starters with: Social sign on Current weather map Ability to create your own weather profile View detailed and personalized weather forecasts Check it out at http...Dec 19, 2021·1 min read
blog.cozyweather.comCost managementOn October 4th, I enabled a monitoring service that automatically pings the website every hour and reports back to me if the site is down. I didn't anticipate that this would drive up Azure App Services costs so much. Who knew!? I could reduce the ...Nov 13, 2021·2 min read
blog.cozyweather.comWeather data!I evaluated a few weather data providers [1], and I'm going to get started with Open Weather (OW). I might swap out this for a different data provider at some point later on. So I'll factor this in when building a weather service in code, to not d...Nov 7, 2021·2 min read