Skip to content
Logo Theodo

Articles from Nicolas Ngô-Maï

Set Up Continuous Deployment on Electron Using Squirrel

Nicolas Ngô-Maï7 min read

If you are a web developer, you would be amazed by the possibilities that a desktop application offers.Just give a look at the applications listed on electron website to have a quick glance of the infinite opportunities offered by such…

Continue reading →

Use git, ssh and npm on windows with Git Bash

Nicolas Ngô-Maï4 min read

If you are used to develop on Linux and you have to suddenly switch back to Windows for a particular project, it can be really painful to use native tools like putty or power shell to develop.Don't worry, there are…

Continue reading →

How To Deploy your Flask Application On Offline Servers

Nicolas Ngô-Maï2 min read

Recently, we had to migrate our 22 Flask micro-services to new servers.As automatic deployment was implemented for all of these, we thought it would be done in a glimpse.What a surprise when we connected to the servers and realized that…

Continue reading →