<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Pascal Meunier</title>
    <description>The latest articles on DEV Community by Pascal Meunier (@milhouse1337).</description>
    <link>https://dev.to/milhouse1337</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F185006%2Fd74503b9-3ddf-4f16-b77c-493ecf310323.jpeg</url>
      <title>DEV Community: Pascal Meunier</title>
      <link>https://dev.to/milhouse1337</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/milhouse1337"/>
    <language>en</language>
    <item>
      <title>A simple COVID-19 dashboard I made on the weekend</title>
      <dc:creator>Pascal Meunier</dc:creator>
      <pubDate>Mon, 16 Mar 2020 17:55:18 +0000</pubDate>
      <link>https://dev.to/milhouse1337/a-simple-coivid-19-dashboard-i-made-on-the-weekend-38eg</link>
      <guid>https://dev.to/milhouse1337/a-simple-coivid-19-dashboard-i-made-on-the-weekend-38eg</guid>
      <description>&lt;p&gt;I made a simple dashboard over the weekend to monitor the Coronavirus situation.&lt;/p&gt;

&lt;p&gt;It all started last friday and I learned a lot on this journey. First I started to mess with &lt;code&gt;jq&lt;/code&gt; to convert the CSV files in a more friendly format (JSON). Then I figured that &lt;code&gt;D3.js&lt;/code&gt; and &lt;code&gt;Lodash&lt;/code&gt; can parse CSV files and transform the data on the fly. 🤯&lt;/p&gt;

&lt;p&gt;Soon I had a beautiful and less stressful chart. 🥳&lt;/p&gt;

&lt;p&gt;&lt;a href="https://covid.ninja/"&gt;https://covid.ninja/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let me know what you think. I will try to add a few features on the next hours/days.&lt;/p&gt;

&lt;p&gt;Thank you!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Linkdump for 2020-W01: WebAuthn, Drone, Lando, Laradock, Hammerspoon ...</title>
      <dc:creator>Pascal Meunier</dc:creator>
      <pubDate>Tue, 07 Jan 2020 01:24:53 +0000</pubDate>
      <link>https://dev.to/milhouse1337/linkdump-for-2020-w01-48go</link>
      <guid>https://dev.to/milhouse1337/linkdump-for-2020-w01-48go</guid>
      <description>&lt;p&gt;This is the first post of the my weekly &lt;code&gt;linkdump&lt;/code&gt; series. I want to start this mainly because I come across so many stuff every week and I wanted to share what cought my attention.&lt;/p&gt;

&lt;p&gt;If you are an avid &lt;a href="https://news.ycombinator.com/"&gt;HackerNews&lt;/a&gt; follower, some of these are probably not "news" to you ;)&lt;/p&gt;

&lt;h3&gt;
  
  
  WebAuthn
&lt;/h3&gt;

&lt;p&gt;This is the new standard from &lt;code&gt;W3C&lt;/code&gt; to address this never ending mess of passwords. I hope to have time to play around with it the next weeks.&lt;/p&gt;

&lt;p&gt;Link: &lt;a href="https://webauthn.guide/"&gt;https://webauthn.guide/&lt;/a&gt;&lt;br&gt;
Demo: &lt;a href="https://webauthn.io/"&gt;https://webauthn.io/&lt;/a&gt;&lt;br&gt;
HackerNews: &lt;a href="https://news.ycombinator.com/item?id=21962424"&gt;https://news.ycombinator.com/item?id=21962424&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Drone
&lt;/h3&gt;

&lt;p&gt;That's my absolute favorite &lt;code&gt;CI/CD&lt;/code&gt; tool so far. The main advantages I see are: minimalist, written in &lt;code&gt;Go&lt;/code&gt;, built on &lt;code&gt;Docker&lt;/code&gt;, solid documentation and ease of use. I have been able to setup the server and the runner in a few minutes.&lt;/p&gt;

&lt;p&gt;Link: &lt;a href="https://drone.io/"&gt;https://drone.io/&lt;/a&gt;&lt;br&gt;
Documentation: &lt;a href="https://docs.drone.io/"&gt;https://docs.drone.io/&lt;/a&gt;&lt;br&gt;
Git: &lt;a href="https://github.com/drone/drone"&gt;https://github.com/drone/drone&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Lando
&lt;/h3&gt;

&lt;p&gt;When it comes to use the right too for your local developement environement, there are a lot of choices. This one is based on &lt;code&gt;Docker&lt;/code&gt; and seems to support a lot of services and stacks.&lt;/p&gt;

&lt;p&gt;Link: &lt;a href="https://lando.dev/"&gt;https://lando.dev/&lt;/a&gt;&lt;br&gt;
Documentation: &lt;a href="https://docs.lando.dev/basics/"&gt;https://docs.lando.dev/basics/&lt;/a&gt;&lt;br&gt;
HackerNews: &lt;a href="https://news.ycombinator.com/item?id=21301665"&gt;https://news.ycombinator.com/item?id=21301665&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Laradock
&lt;/h3&gt;

&lt;p&gt;Yet another pile of &lt;code&gt;Docker&lt;/code&gt; setup files to build your local PHP environement. I tested it and the performance seems to be great so far. I will probably fork it later this year to see if we can migrate our internal &lt;a href="https://github.com/milhouse1337/vagrant-lemp"&gt;Vagrant LEMP stack&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Link: &lt;a href="https://laradock.io/"&gt;https://laradock.io/&lt;/a&gt;&lt;br&gt;
Git: &lt;a href="https://github.com/laradock/laradock"&gt;https://github.com/laradock/laradock&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Hammerspoon
&lt;/h3&gt;

&lt;p&gt;This is a nice and very powerful tool for MacOS automation. This is written in &lt;code&gt;Lua&lt;/code&gt; and the documentation is very simple to follow. I will have to dedicate a whole article on this one.&lt;/p&gt;

&lt;p&gt;Link: &lt;a href="https://www.hammerspoon.org/"&gt;https://www.hammerspoon.org/&lt;/a&gt;&lt;br&gt;
Documentation: &lt;a href="https://www.hammerspoon.org/go/"&gt;https://www.hammerspoon.org/go/&lt;/a&gt;&lt;br&gt;
HackerNews: &lt;a href="https://news.ycombinator.com/item?id=21801178"&gt;https://news.ycombinator.com/item?id=21801178&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Svelte and Sapper
&lt;/h3&gt;

&lt;p&gt;An alternative to &lt;code&gt;React&lt;/code&gt; and &lt;code&gt;Vue&lt;/code&gt; without Virtual DOM. This looks promising and the comments on HN are great so far.&lt;/p&gt;

&lt;p&gt;Link: &lt;a href="https://svelte.dev/"&gt;https://svelte.dev/&lt;/a&gt;&lt;br&gt;
Link: &lt;a href="https://sapper.svelte.dev/"&gt;https://sapper.svelte.dev/&lt;/a&gt;&lt;br&gt;
HackerNews: &lt;a href="https://news.ycombinator.com/item?id=21376557"&gt;https://news.ycombinator.com/item?id=21376557&lt;/a&gt;&lt;br&gt;
HackerNews (2018): &lt;a href="https://news.ycombinator.com/item?id=19950253"&gt;https://news.ycombinator.com/item?id=19950253&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  sscaffold
&lt;/h3&gt;

&lt;p&gt;We use &lt;a href="https://getbootstrap.com/"&gt;Bootstrap&lt;/a&gt; a lot at work, but sometimes it's nice get back to the basic with a minimialist approach. This one is based on &lt;code&gt;normalize.css&lt;/code&gt;, &lt;code&gt;skeleton.css&lt;/code&gt; and &lt;code&gt;miligram&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Link: &lt;a href="https://sscaffold-css.com/"&gt;https://sscaffold-css.com/&lt;/a&gt;&lt;br&gt;
Git: &lt;a href="https://github.com/robsheldon/sscaffold-css/"&gt;https://github.com/robsheldon/sscaffold-css/&lt;/a&gt;&lt;br&gt;
HackerNews: &lt;a href="https://news.ycombinator.com/item?id=21948472"&gt;https://news.ycombinator.com/item?id=21948472&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That's it for today!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>devops</category>
      <category>devjournal</category>
    </item>
    <item>
      <title>My (dev) Year in Review (2019)</title>
      <dc:creator>Pascal Meunier</dc:creator>
      <pubDate>Tue, 31 Dec 2019 08:00:16 +0000</pubDate>
      <link>https://dev.to/milhouse1337/my-dev-year-in-review-2019-i30</link>
      <guid>https://dev.to/milhouse1337/my-dev-year-in-review-2019-i30</guid>
      <description>&lt;p&gt;Well, it's this time of the year. 🎄&lt;/p&gt;

&lt;p&gt;This year was actually very productive for me on the technical side. I managed to complete a lot of projects and start new ones.&lt;/p&gt;

&lt;p&gt;A few milestones:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Migrated all our clients and internal services from Apache to Nginx 🚀&lt;/li&gt;
&lt;li&gt;Migrated our frontend builds from Gulp to Webpack 📦&lt;/li&gt;
&lt;li&gt;Upgraded our &lt;a href="https://github.com/milhouse1337/vagrant-lemp"&gt;internal LEMP stack&lt;/a&gt; on Vagrant 😎&lt;/li&gt;
&lt;li&gt;Published my &lt;a href="https://github.com/milhouse1337/cogul"&gt;first PHP package&lt;/a&gt; for Laravel 🤓&lt;/li&gt;
&lt;li&gt;Played with &lt;a href="https://blog.pascalmeunier.info/kvm-for-fun/"&gt;KVM and libvirt&lt;/a&gt; a lot 🧰&lt;/li&gt;
&lt;li&gt;Learned Docker and published my &lt;a href="https://hub.docker.com/r/milhouse1337/ubuntu"&gt;first container&lt;/a&gt; for Ubuntu 🐳&lt;/li&gt;
&lt;li&gt;Learned &lt;a href="http://tylerneylon.com/a/learn-lua/"&gt;Lua&lt;/a&gt; and messed with &lt;a href="https://www.hammerspoon.org/"&gt;Hammerspoon&lt;/a&gt; and &lt;a href="https://love2d.org/"&gt;LÖVE&lt;/a&gt; 😍&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For the next year, my goal would be to publish more. &lt;/p&gt;

&lt;p&gt;Looking forward for 2020, bring it on! ⛄️&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>devops</category>
      <category>devjournal</category>
    </item>
  </channel>
</rss>
