@tpierrain I deployed my first (small) project using fsharp and Marten. I'm very happy with both. I just wish there was better fsharp documentation in .NET libraries. But it's probably because I'm new to fsharp and .NET
@cassidoo I switched from Gmail to @ProtonMail about an year ago and I'm quite happy. They also offer an encrypted drive app and VPN. The calendar would need some improvement though.
@stilkov For me the interesting parts are: offline, notifications and installing to your phone / tablet. I also think the comparison should be more PWA vs native apps than PWA vs Web apps.
@svanlooy @WebReflection To me it happens when I make typos in property names, or in a method name, or if I don't remember correctly the structure of json, etc.. All these are catched when testing your app, but having the compiler that does it for you saves a lot of time.
@WebReflection No IE11 fortunately. For the second part I'm old :) . Started programming as a work in 2000. I've even used Mosaic web browser. I also changed my mind on the subject during the years, after some experience with type systems inspired on functional languages like haskell and ocaml
@mitsuhiko@jugmac00 That's exactly what I did. I was writing new projects in node.js and now in typescript. Old stuff remained in python 2 and rewritten in typescript when needed. Js is also interesting in this regard. Old js with all its problems still works or you can use later versions.