docker

4 articles

Gitpod & Snowpack

Published

Tags

Hey all, For my FAdvent calendar entry of 2020 I messed around with [Gitpod](https://gitpod.io/), [Snowpack](https://www.snowpack.dev/) & [Fable](https://fable.io/).<br /> You can find the result in this video: <iframe width="560" height="315" src="https://www.youtube.com/embed/yqOWx-6FXAs" frameborder="0" allow="accelerometer; autoplay; clipboard-write;encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> Take care everyone! Cheers, nojaf <span>Photo by <a href="https://unsplash.com/@anniespratt?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">Annie Spratt</a> on <a href="https://unsplash.com/s/photos/polar-bear?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">Unsplash</a></span>

Fantomas rejuvenated: .NET cli tool

Published

Tags

Introduction As part of the [Fmentorship program](https://fsharp.org/mentorship/index.html) my mentor [Anthony Lloyd](http://anthonylloyd.github.io) and I have been working on the [Fantomas project](https://github.com/dungpa/fantomas). Fantomas is like [prettier](https://prettier.io) or [elm-format](https://github.com/avh4/elm-format) but for F. It was originally created by Anh-Dung Phan and people have suggested that it could be a part of the

Building Fable apps inside a Docker container

Published

Tags

Introduction Want to use Docker to develop Fable applications? What if I told you it isn't all that difficult? > TLDR; How to user Docker with Fable. Docker So the first step with Docker images is that you check whether a suiting image that fits your needs already exists. When I checked Docker

Running Laravel projects on Windows 10 using Docker

Published

Tags

Introduction Nowadays I'm into PHP & Docker. Yep that's right this .NET boy is going wild! As I'm learning all these new concepts it became clear that you don't really start from scratch with PHP but you choose a framework. I ended up choosing Laravel because it is popular, has a beautiful website