Blog post in the category JavaScript

  • Alpine.js Drag and Drop

    Alpine.js is a new lightweight JavaScript framework which uses the approach of adding behaviour directly within your HTML markup. According to the documentation; Alpine.js offers you the rea…

  • Alpine.js Drag and Drop Integration with Laravel

    I use Laravel to manage my projects and I wanted to integrate the drag and drop code I wrote using Alpine.js, so I built a new component. This Laravel component supports passing in variables…

  • Using the Netlify CMS locally

    I have recently been building a few websites using Eleventy. This is a static site generator, built using Jamstack methodology. This is a great way to get a simple website built, as it gives…