- ๐ณ๏ธโ๐My pronouns are he/they.
- ๐ธ I'm currently a Senior WordPress Developer at Taoti Creative (but, honestly, I do a lot of Drupal there, too).
- ๐ค I'm formerly a Senior Developer for University Communication at The University of Texas at Austin.
- ๐ญ Iโm currently working on getting a bunch of my code into portable format.
- ๐ฑ Iโm currently learning AWS Essentials... even though its mostly review because of object permanence and words-being-words.
- ๐ฏ Iโm looking to collaborate on DD&I, once I have more time.
- โ๏ธ One of my cool projects was a ground-up Salesforce REST API integration.
- โ My latest cool project is still in progress: A filterable skills showcase built in 11ty (with a Konami Code Easter Egg). (Okay, so I MIGHT just be dropping that 11ty build in favor of a fully built-out Obsidian.md based solution instead....)
- :happy: Currently building out both a Drupal 10 site and a WordPress site at the same time. Good times.
- ๐ฌ Ask me about anything it looks like I know. DevOps, Git, Jekyll, Obsidian.md TWIG (for Drupal), TWIG (for WordPress + Timber), Handlebars, PHP, 11ty, etc.
Something I'm pretty proud of...? Well, its not active at this moment, but: https://github.com/drupaldiversity/event-organizer-packet
- Use LinkedIn: : https://www.linkedin.com/in/charles-leverington-29144916/
- Use Mastadon: : https://mastodon.social/@cleverington
- Use Drupal: : https://www.drupal.org/u/cleverington
- Maybe Don't Use Twitter: : https://twitter.com/c_leverington
- โก Fun fact: I used to do Kendo daily with a group of friends. I was uncommonly good at it.
function newUser(status) {
// Check browser support
if (typeof(Storage) !== "undefined") {
if ( status )
return 'A repeat! Awesome!';
} else {
// Store
localStorage.setItem("user", "Has Visited");
return 'About Me Personally';
}
} else {
document.body.innerHTML = "Sorry, your browser does not support Web Storage...";
}
mastodon: https://mastodon.social/@cleverington
- @todo Add links to various works.
- @todo Create 'Public Engagement' section with various talks, DrupalCamp appearances, etc.