Skip to content

From the blog

How To Conditionally Display an Algolia Filter using Vue InstantSearch

I needed to conditionally display a filter in Algolia. I was using vue.js to put the UI together for the site. Conditional display of the filter should be an easy thing but apparently Algolia recently removed easy access to the UI state object. You can find other reported instances of this issue here https://github.com/algolia/vue-instantsearch/issues/624#issuecomment-464664333 https://discourse.algolia.com/t/is-it-possible-to-watch-uistate-in-vue-instantsearch/11173/5 … Continued

Use Webpack Without Writing a Webpack Config

I doubt you got into web development because of your desire to write Webpack configs. You shouldn’t have to waste hours to create your bundles. Webpack can sometimes feel like this unagreeable middleman if you haven’t spent significant time with the documentation and hands on experience. Even if you do have considerable experience Webpack can … Continued

How To Merge Unrelated Git Histories With Conflicts

I recently took over a project that was hosted on WP Engine. When I took over the project I didn’t have a git repository for it. I could have pulled from WP Engine initially – but I didn’t. I downloaded from a WP Engine backup instead and committed this to my new git repository. This … Continued