Inject dynamic data into static content with merge fields
▸9 minute readLast year, I worked on upgrading one of our consumer-facing applications from a standard Angular application with static content hard-coded…
Occasional posts on JavaScript, WordPress, and front end development.
Last year, I worked on upgrading one of our consumer-facing applications from a standard Angular application with static content hard-coded…
Last spring, I worked on a project where we supplied static content from a WordPress site to a React app via the REST API. The challenge we…
Developers from across the country (and world!) converged in San Francisco for two days packed with talks about JAMstack, the bevy of tools in the space, and the benefits of adopting JAMstack.
End-to-end (E2E) tests allow developers to test the flow of their applications. Let's say you have a very basic calculator app that allows a…
After six years with WordPress, I switched to Gatsby–a static site generator.
With the rise of React in WordPress, there are more and more developers turning to webpack for managing and bundling front end assets.
Now that Aurora Theme has a solid foundation built upon Underscores , it’s time to make it a React-ready project. To speed up this process…
Today is the day we start talking about dev shit™, and start getting into the nitty gritty of building Aurora Theme . In the project plan…
I’m gonna be straight with ya. The main reason I wanted to write this post was because I successfully utilized Let’s Encrypt to add an SSL…
As I near the final stretch in my Bov Academy studies, it’s time for me to choose a final project. For my final project, I have decided to…
In the past week or so, I delved deeply into the terrifying world of regular expressions (regex). It turns out that regex isn’t that scary…
Front-end development typically consists of many stages, including scaffolding (setting up the project environment), development of the…
bind()
methodA few weeks ago, I used the rivalry between my girl cats, Whitney and Minnie, to solidify my understanding of JavaScript’s bind() method…