My newest articles
Ember JS Javascript Rust Tauri Flutter Kotlin Compose SwiftUI
Desktop GUIs for Web Developers
Over the past few years I’ve become more interested in making desktop applications. For some context, I’m a web developer with around 15 years of experience. I mostly work with Laravel and Vue.JS but I have dabbled in a whole heap of other languages and frameworks.
My most popular articles
Laravel Laravel 4 ElasticSearch PHP Search
Simple Search with Laravel and ElasticSearch
I was recently asked to make a search engine for a client's website. Normally I would go down the MySQL fulltext search route but I was feeling rather adventurous at the time. I had no experience with ElasticSearch, Apache Solr or any other search system prior to this so I decided to pick ElasticSearch and dive in head first. This tutorial is a result of some of the things I picked up while learning it. I aim to show you how to set up the Elasticquent Laravel package and some basic ways to fine tune your search engine.