Category: Architecture
-
Web Push Notifications
As time goes by, the web becomes more and more powerful. It’s been around for a while, but I think that with Chrome and Edge finally supporting PWA apps (and native apps starting to become mobile web apps), it is time to embrace this technology. It is time to create…
-
VSTS – Build & Release for To-Do.Studio’s web site
So my startup To-Do.Studio is advancing, and we started getting rolling on our informational website. The first thing was to create a “web site” project with Visual Studio, and get it into GIT. As you can see, it’s just a bunch of HTML, CSS and stuff, with a small web.config…
-
Azure AppService to FTP (not in Azure)
Oy, I just spent a crazy week to learn that : It is impossible for an AppService application to connect to a FTP server on the internet (in passive mode). The reason is that each Azure App-Service is assigned a pool of IP addresses for outgoing traffic and Azure is…
