Skip to content

Instantly share code, notes, and snippets.

View skreutzberger's full-sized avatar

Sebastian Kreutzberger skreutzberger

View GitHub Profile

Keybase proof

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:

@skreutzberger
skreutzberger / sen_swiftbe_dev.md
Last active December 2, 2019 15:07
Senior Swift Backend Developer (Freelance, 100% Remote)

Senior Swift Backend Developer (Freelance, 100% Remote)

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:

  • build our internal microservices
@skreutzberger
skreutzberger / sen_ios_swift_dev.md
Last active December 6, 2018 20:49
Senior iOS Swift Developer (Freelance, 100% Remote)

Senior iOS Swift Developer (Freelance, 100% Remote, EU)

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:

  • build our chat-based iOS app and optionally later the Android app
@skreutzberger
skreutzberger / console_custom_level.swift
Created December 2, 2016 07:52
custom levelstring console
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"
@skreutzberger
skreutzberger / setup-deploysh.sh
Created November 3, 2016 17:10
setup deploy.sh
chmod +x deploy.sh
./deploy.sh YOUR_SERVER_IP
@skreutzberger
skreutzberger / app-service-move.sh
Created November 3, 2016 17:01
systemd app.service moving
sudo mv /tmp/app.service /lib/systemd/system
sudo chown root:root /lib/systemd/system/app.service
sudo systemctl daemon-reload
systemctl status app
@skreutzberger
skreutzberger / systemd-example-calls.sh
Created November 3, 2016 16:58
systemctl example calls
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/
@skreutzberger
skreutzberger / install-vapor-toolbox.sh
Created November 3, 2016 16:29
Install Vapor Toolbox
curl -sL toolbox.vapor.sh | bash
@skreutzberger
skreutzberger / swift-vapor-verify.sh
Created November 3, 2016 16:27
Verify Swift & Vapor compatibility
which swift && swift --version
curl -sL check.vapor.sh | bash