Tag: JavaScript
All the articles with the tag "JavaScript".
SonarQube
Code quality and code security https://www.sonarqube.org I found this very useful in scanning my code and pointing out some basic quality and security impr
Components, props and emit events
One of the things that trips me up is writing Vue components and passing in parameters and returning results. It's a one way process in the main. You can p
Laravel Jetstream and OpenLDAP
Updated:It's been a very long time since I did anything with Laravel. I found another job around the time of Laravel 6, and today they are up to Laravel 9 - much h
JWTAuth, Laravel and Vue.js
Updated:The past few days have been rather eventful trying to get JavaScript Web Tokens (JWT) to authenticate my Laravel, Vue.js environment. As per my previous po
VS Code Extensions
Updated:I'm an Atom fan and have used it on Linux for ages. I probably still will, but our other developers tend to use VS Code because of their use of MS Windows.
Building a Debian Development Server
Updated:When I setup a development system there are a few steps I follow to get everything working together. The aim is to get everything installed to provide php
Laravel Echo and Redis
Updated:The corporate app just got made a bit smarter. In order to alert users that something has happened that they should be aware of we've added real time notif
ESRI ArcGIS
Over the past few weeks I've entered into the world of spacial systems and mapping. We have a couple of members of staff who look after our GIS (Geographic
Apt Version Pinning
Updated:Today after running some apt upgrades my Laravel development environment failed to compile because of a newer version of nodejs than I currently require. M
Laravel 5.5 and Hot Module Reload
Updated:Using Hot Module Reload (HMR) with Laravel