How to create a modern web app using WordPress and LitElement
In this much needed post I'll cover how I created my portfolio site as a modern web app in WordPress using LitElement.
How to use LitElement Components in React by Example
Web Components are great. They theoretically can be used with any library or framework. React takes a little bit more effort to work with Web Components however. In this post I'll use Kemet components, which are built with LitElement, in a React application by using wrappers. Although I'm using LitElement, the principals here apply to Web Components built using anything.
Search functionality with LitElement and Algolia
Adding search functionality to your site might seem like a complicated feature. With LitElement and Algolia working together however, it's pretty easy. Lets break down how to do this!
Automating Jekyll deploys through sFTP and Travis CI
I'm not a node.js developer. But, with a little bit of assistance and Javascript know-how, I successfully pulled off an automated Jekyll pipeline. Now this blog auto updates when I push to master on GitHub.
How to create Dark Mode in a LitElement App
Thanks to themes, creating a dark mode with LitElement is a lot easier than one might imagine.