From cf6a20b4e065d0bb40be75377138348b4df6e95f Mon Sep 17 00:00:00 2001 From: s-ol Date: Sat, 28 Sep 2019 14:26:05 +0200 Subject: portfolio wip --- root/about/text$markdown.md | 4 +- root/portfolio/hidden: text$lua -> bool | 1 + root/portfolio/text$markdown.md | 85 +++++++++++++++++++++++++++++++++ 3 files changed, 89 insertions(+), 1 deletion(-) create mode 100644 root/portfolio/hidden: text$lua -> bool create mode 100644 root/portfolio/text$markdown.md (limited to 'root') diff --git a/root/about/text$markdown.md b/root/about/text$markdown.md index 9826089..cf07175 100644 --- a/root/about/text$markdown.md +++ b/root/about/text$markdown.md @@ -1,11 +1,13 @@ about me ======== i am s-ol bekic, a game designer and web developer currently based in cologne. -i create experimental mixed-ware [games][games], [computer interfaces][mmmfs], [looping][loops] and [reactive][vjkit] animations and [other experiments.][other] +i create experimental mixed-ware [games][games], [computer interfaces][mmmfs], [looping][loops] and [reactive][vjkit] animations and [other experiments][other]. +if you are looking for an overview over my work or skillset, take a look at my [portfolio][portfolio]. [games]: /games [mmmfs]: /articles/mmmfs [loops]: /projects/demoloops [vjkit]: /projects/VJmidiKit [other]: /projects +[portfolio]: /portfolio diff --git a/root/portfolio/hidden: text$lua -> bool b/root/portfolio/hidden: text$lua -> bool new file mode 100644 index 0000000..585a20e --- /dev/null +++ b/root/portfolio/hidden: text$lua -> bool @@ -0,0 +1 @@ +return false diff --git a/root/portfolio/text$markdown.md b/root/portfolio/text$markdown.md new file mode 100644 index 0000000..c6c1f4c --- /dev/null +++ b/root/portfolio/text$markdown.md @@ -0,0 +1,85 @@ +skillset +-------- +

+ Here you can find a selection of technologies, languages and skills I have acquired and used in the past, + together with select projects demonstrating these abilities. + Projects marked in italic represent employment / professional consulting (see below for details). +

+ +- programming + - C++ + - openFrameworks: [VJmidiKit][VJmidiKit] + - JS + - nodejs & react: [*rise*][rise], [iii telefoni][tre_telefoni], [IYNX][iynx] + - Lua & Moonscript: [this website](/meta), [vision-training-kit][vtk], [gayngine][gayngine] + - Python: [themer][themer] + - GLSL & HLSL: [*Vectronom*][vectronom], [*Harold Halibut*][hh], [VJmidiKit][VJmidiKit] (raymarching content) + - C# & Unity: [*Vectronom*][vectronom], [*Harold Halibut*][hh] + - Clojure: [*Vectronom*][vectronom] (UGC backend) +- electronics + - PCB Design: [btrktrl][btrktrl] + - embedded programming + - micro controllers: [IYNX][iynx], [*Vectronom*][vectronom] (fair booth) + - FPGAs: [btrktrl][btrktrl] +- general technologies + - avid linux user + - docker & docker-compose: [*rise*][rise] + - mongodb: [*rise*][rise] +- visual & motion design: [demoloops][demoloops], [VJmidiKit][VJmidiKit] + +professinal work +------------------ +### slow bros - Harold Halibut +

+ I am working with Slow Bros on their upcoming game Harold Halibut + For Harold Halibut I do Gameplay- and Tools Programming, as well as Shaders and Porting. +

+ +### ludopium - Vectronom +I have worked on [Vectronom](https://vectronom.arte.fr), +where I implemented and worked on many systems in and around the game: + +- gamplay programming +- UI programming +- palette system using HLSL shaders +- clojure-based REST API for storing and sharing UGC + - integration with backend services by Steam and Nintendo +- development of tech for the fair booth + - realtime speedrunning leaderboard + - custom driver for LED lettering +- porting (Nintendo Switch, Android, iOS) + +### rise technologies +

+ I worked as a full-stack developer with rise technologies on their remote support solution for three years. + In this time I designed, created and worked on multiple systems and layers of the product: +

+ +- front-end development (react, material-ui) +- back-end development + - main application (meteorjs, node, monogdb) + - microservice architecture (nodejs, rabbit MQ) + - notification handling & delivery (APN, FCM) +- mobile development & debuggin (cordova for Android, iOS) +- webRTC conferencing + - using janus-gateway + - contributed C patches reinforcing the communication security for our needs + - implemented client-side logic + - implemented gateway orchestration +- dev-ops + - designed a custom CI system + - designed deployment infrastructure on MS Azure (docker, docker-compose) + - supervised migration from MS Azure to Amazon AWS + +[themer]: https://github.com/s-ol/themer +[vtk]: https://s-ol.itch.io/vision-training-kit +[iynx]: /games/IYNX +[btrktrl]: /projects/btrktrl +[VJmidiKit]: /projects/VJmidiKit +[demoloops]: /projects/demoloops +[tre_telefoni]: /projects/iii-telefoni +[gayngine]: /blog/love_lua_photoshop_and_games + +[vectronom]: #ludopium-vectronom +[hh]: #slow-bros-harold-halibut +[rise]: #rise-technologies -- cgit v1.2.3