-- Bootstrapping Simon Engelbert
INSERT INTO person
(first_name,
last_name,
gender,
location,
blurb,
skills,
interests,
interwebs)
VALUES
('Simon',
'Engelbert',
'Male',
'Colorado',
'Data & DevOps leader with expertise in innovation, complex problem-solving, and building high-performing engineering teams',
ARRAY_CONSTRUCT
('Leadership',
'Data',
'DevOps',
'Software Engineering'),
ARRAY_CONSTRUCT
('Linux',
'Android',
'AI',
'DeFi',
'Fitness',
'Food'),
ARRAY_CONSTRUCT
('https://simonengelbert.com/',
'https://www.linkedin.com/in/simonengelbert/')
);
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.