I hereby claim:
- I am skreutzberger on github.
- I am sebastiank (https://keybase.io/sebastiank) on keybase.
- I have a public key ASCKMft7MqhGq0ji07a7ciY_Co11HmOTmI3wZuTZcNYetgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I am searching experienced backend developers (freelance, remote) with a ❤️ for Swift for Moonshot Energy, the world’s first AI-driven renewable energy company located in Germany. Moonshot Energy is financially backed by Innogy SE, one of Europe's largest energy providers.
At Moonshot you will play a major role in making the world greener, the future brighter and energy distribution smarter by using latest technologies like server-side Swift, microservices, artificial intelligence 🤖 and machine learning and new interfaces like chatbots and dialog-based systems (NLP).
Since our team is working on European timezones it would be good if you would live in the EU or if you are an early bird living in US-East 🇪🇺🇺🇸.
Your job:
I am searching experienced Swift freelancers for a disruptive, well-funded high-tech startup in the renewable energies sector located in Germany.
You will play a major role in making the world greener, the future brighter and energy distribution smarter by using latest technologies like server-side Swift, microservices, artificial intelligence and machine learning and new interfaces like chatbots, voice-only (Alexa, Google Home) and goal-driven dialog systems.
A substantial track record in open-source projects, a set of already released iOS apps on the App Store and a timezone difference of max 2 hours to Berlin local time are a must-have.
Your job:
console.format = "$Dyy-MM-dd HH:mm:ss.SSS$d $L - $N.$F:$l - $M" | |
console.levelString.verbose = “💜 VERBOSE" | |
console.levelString.debug = “💚 DEBUG" | |
console.levelString.info = “💙 INFO" | |
console.levelString.warning = “💛 WARNING" | |
console.levelString.error = “❤️ ERROR" |
chmod +x deploy.sh | |
./deploy.sh YOUR_SERVER_IP |
sudo mv /tmp/app.service /lib/systemd/system | |
sudo chown root:root /lib/systemd/system/app.service | |
sudo systemctl daemon-reload | |
systemctl status app |
sudo systemctl status app | |
sudo systemctl start app | |
sudo systemctl stop app | |
sudo systemctl restart app | |
# run service automatically on reboot | |
sudo systemctl enable app | |
# more about systemctl | |
sudo systemctl --help |
scp -r app.service YOUR_SERVER_IP:/tmp/ |
curl -sL toolbox.vapor.sh | bash |
which swift && swift --version | |
curl -sL check.vapor.sh | bash |