Skip to content

Instantly share code, notes, and snippets.

View alexanderdavide's full-sized avatar

Alexander Eble alexanderdavide

View GitHub Profile
@alexanderdavide
alexanderdavide / resume.json
Last active January 13, 2024 18:47
Alexander Eble's JSON Resume
{
"meta": { "theme": "onepage-plus" },
"basics": {
"name": "Alexander Eble",
"summary": "I'm a Software Engineer focused on JavaScript and product development. I'm specialized on building software from the ground up while accompanying product incubation.",
"picture": "https://avatars.githubusercontent.com/u/35292572?v=4",
"email": "mail@alexeble.de",
"profiles": [
{
"network": "Website",
@alexanderdavide
alexanderdavide / .editorconfig
Created May 25, 2021 09:28
my preferred editor configuration
root=true
[*]
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true