Exodus
Performance Engineer
Sebastian is an ambitious programmer, Linux enthusiast and full stack developer.
Sebastian, despite his age, has years of experience in Frontend and Backend Development.
Sebastian is an incredibly driven developer who has worked in many different projects such as; intranet, web pages, APIs, Commandline tools, mobile applications, desktop applications and game engines.
To keep up to date with latest technology is something that Sebastian sees as a matter of importance, especially in web development, where everything is constantly changing. Sebastian has had the opportunity to work with big companies such as Volvo, EPC Groupe, Academedia, Gothenburg University, Offecct.se and much more.
Sebastian's main techniques that he prefers to work with is (but not limited to):
At Exodus I focused mainly focused on performance.
I built tools to help us find bottlenecks and provided solutions.
I also occasionally also participated in developing new features / fixing bugs in the existing Android and Mobile app.At Exodus I used some of the technologies below (in no particular order):
As a consultant, I developed a Mobile app for both Android and IOS
Working as a teacher in IT-related subjects at different schools.
As a consultant from my own company, I helped write an application for this company.
Some of the technologies I used were:
Running my own business as an IT-consultant
Fullstack Developer
While working at Annevo, I was also working with other companies such as:
System developer
System & Web developer
As a full-stack developer, I was developing an economy system application.
Backend developer, writing micro-services in Python for an auction site.
Backend developer of Podmosphere’s MVP / Beta, has been involved in setting up architecture and code base for the entire project. Podmospheres platform is scalable and tested throughout product development. Full launch will take place in January 2018
Full-stack developer with the responsibility to develop a prototype of drilling / blasting equipment. Built in Python for mobile / web applications.
Full stack developers in a team of 3 people, focus on prototyping a concept / MVP to simplify managing digital printer for brokers. The project has grown into a finished product with launch in Q1 2018
Component development. JSP, Java, Velocity and more.
Web development
Wordpress site, Wordpress site management, mostly Backend development.
Development of new intranet in Wordpress, as well as building a search engine with the help of elastic search. Backend and frontend development.
Web application where schools can create student health plans that can then be exported in different formats. Backend and frontend development, as well as database modulation.
Website built in Wordpress, Backend, frontend and search engine.
A wall membrane configurator that customers would use when ordering. Backend + frontend, mostly Javascript
Developed an API server that brokers could connect their webpage to. Using the API server, they would insert items and they would appear on multiple sites like Blocket.se, Hemnet.se, etc. Backend development but also some frontend development.
Website built in Wordpress. Backend + frontend
Website built in Wordpress. Backend + frontend
Website built in Wordpress. (lidkoping.se) Backend + frontend
Exodus
Performance Engineer
Codic
Programming Teacher
Duva
Web Developer
Annevo
IT Consultant
Knowit
IT Consultant
A secret startup
Full-stack Developer
RGNT Motorcycles
Developer and Engineer
Jula
Frontend Developer
EPC Groupe
Developer and Engineer
KVD Bil
Backend Developer
Volvo
Programmer and Software tester
{{
CompanyArticle = (color, title, subtitle, content) => (@
<article class="tile is-child notification {{ color }}">
<p class="title">{{ title }}</p>
<p class="subtitle">{{ subtitle }}</p>
<div class="content">
{{ content }}
</div>
</article>
@)
}}
<div class="tile is-ancestor">
<div class="tile">
<div class="tile is-parent is-vertical">
{{
CompanyArticle (
"is-link box",
"Exodus",
"Performance Engineer",
(@
I worked as an engineer focused on performance in mobile Applications running on IOS and Android.
@)
)
CompanyArticle (
"is-white box",
"Codic",
"Programming Teacher",
(@
I worked as a programming teacher, teaching Linux, Python, Databases and other related subjects.
@)
)
CompanyArticle (
"is-primary",
"Duva",
"Web Developer",
(@
I worked as a web developer on small projects that often
involved PHP and Wordpress.
@)
)
CompanyArticle (
"is-warning",
"Annevo",
"IT Consultant",
(@
I worked with various of different customers as an IT Consultant.
The main technologies and tools I used here was Python, Javascript and C.
@)
)
}}
</div>
<div class="tile is-parent is-vertical">
{{
CompanyArticle (
"is-info",
"Knowit",
"IT Consultant",
(@
I worked with various of different customers as an IT Consultant.
The main technologies and tools I used here was Javascript, Python,
PHP + Wordpress, Java, Linux.
@)
)
CompanyArticle (
"is-white has-background-info-light",
"A secret startup",
"Full-stack Developer",
(@
As a Full-stack developer, I worked with a team developing a web and Mobile app.<br/><br/>
I worked with technologies such as Javascript, React, Typescript, Firebase, Elastic Search.
@)
)
CompanyArticle (
"is-dark",
"RGNT Motorcycles",
"Developer and Engineer",
(@
For a short period of time, I helped develop the first speedometer
using embedded programming and C.<br/>
I was also partially helping out with the hosting of their website.
@)
)
}}
</div>
</div>
<div class="tile is-parent is-vertical">
{{
CompanyArticle (
"has-background-danger-light",
"Jula",
"Frontend Developer",
(@
For a short period of time, I was working as a frontend developer
along with a team of backend developers to develop the new website
for <i>jula.se</i>.
The technologies used were Javascript and React.
@)
)
CompanyArticle (
"is-danger",
"EPC Groupe",
"Developer and Engineer",
(@
I was a part of a project where I worked very close with
hardware.
The technologies and tools used in this project was C, Python, Typescript.
@)
)
CompanyArticle (
"has-background-warning-light",
"KVD Bil",
"Backend Developer",
(@
As a Backend Developer, I wrote micro services in Python,
that were deployed to a Kubernetes cluster.
@)
)
CompanyArticle (
"has-background-info-dark has-text-white",
"Volvo",
"Programmer and Software tester",
(@
I wrote automated testing utilities for testing the software running
on the infotainment systems inside the Volvo trucks.
The main technology used here was Python.
@)
)
}}
</div>
</div>
<details>
<summary>Show source code</summary>
<div class="my-4">
<i>This website is written in my own templating language</i>
</div>
<pre><code class="html">{{ escapehtml (cat ("src/companies.html")) }}</code></pre>
</details>
My ambitions are to keep being a self-employed consultant.
I love tech, and I love helping other people with their technology,
using technology.
<div class="columns is-mobile is-multiline">
{{
map (sort(skills), (@
<div class="column is-6-mobile is-2-desktop is-4-tablet">
<div class="card">
<div class="card-content">
<section class='mb-4'>
<h2>{{ key ($0, 0) }}</h2>
</section>
<section>
<progress class="progress is-medium" value="{{ value ($0, 0) }}" max="100">{{ value ($0, 0) }}</progress>
</section>
</div>
</div>
</div>
@))
}}
</div>
<details>
<summary>Show source code</summary>
<div class="my-4">
<i>This website is written in my own templating language</i>
</div>
<pre><code class="html">{{ escapehtml (cat ("src/skills.html")) }}</code></pre>
</details>