<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Weissig Notes</title><link>https://notes.weissig.me/</link><description>The blog of Yves Weissig</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>yves@weissig.me (Yves Weissig)</managingEditor><webMaster>yves@weissig.me (Yves Weissig)</webMaster><lastBuildDate>Fri, 23 Apr 2021 12:00:00 -0400</lastBuildDate><atom:link href="https://notes.weissig.me/index.xml" rel="self" type="application/rss+xml"/><item><title>How To Set up Your Terraform Project for Multiple Environments</title><link>https://notes.weissig.me/2021/04/how-to-set-up-your-terraform-project-for-multiple-environments/</link><pubDate>Fri, 23 Apr 2021 12:00:00 -0400</pubDate><author>Author</author><guid>https://notes.weissig.me/2021/04/how-to-set-up-your-terraform-project-for-multiple-environments/</guid><description><![CDATA[<div class="featured-image">
                <img src="/featured-image.png" referrerpolicy="no-referrer">
            </div><p>Even in small- to medium-sized projects you&rsquo;ll want to have an infrastructure setup to run multiple instances, or environments of your software / system. This article describes two ways of realizing this using Terraform, the advantages and disadvantages of the approaches and offers sample code to get you started.</p>]]></description></item><item><title>How To Build Beautiful Maps With Folium and Leaflet</title><link>https://notes.weissig.me/2021/03/how-to-build-beautiful-maps-with-folium-and-leaflet/</link><pubDate>Tue, 02 Mar 2021 19:22:00 -0400</pubDate><author>Author</author><guid>https://notes.weissig.me/2021/03/how-to-build-beautiful-maps-with-folium-and-leaflet/</guid><description><![CDATA[<div class="featured-image">
                <img src="/featured-image.png" referrerpolicy="no-referrer">
            </div><p>If you like working with data you&rsquo;re probably very familiar with Python and you know about the power of visualizations to make the data accessible to your readers.</p>
<p>However Python is not the best tool for visualizations. Enter <a href="https://leafletjs.com/" target="_blank" rel="noopener noreffer">Leaflet</a>, an open-source JavaScript library which creates mobile-friendly maps, has a small footprint, comes with a lot of map layers out of the box and has several more amazing <a href="https://leafletjs.com/#features" target="_blank" rel="noopener noreffer">features</a>.</p>]]></description></item></channel></rss>