Category: Web Development

  • How to update MySQL on Laragon

    Laragon is a great tool for developing with Laravel on Windows. However, it comes with a really old MySQL version. Fortunately, it is really easy to use Laragon with a newer MySQL version. All you need to do is to follow these steps: Step 1: Download MySQL 8 ZIP Archive here. Step 2: Extract MySQL…

  • Best alternatives to Electronjs 2023

    Electron is great for creating Desktop Apps using Web Technologies. The programs are portable and platform independent. However, they tend to be too big, as Electron embeds Chromium and Node in the executables. Here are some alternatives which create smaller executables. Wails With Wails you can create Desktop Apps using Go and web technologies. Wails…