Introduction In the ever-evolving landscape of web development, Vue 3 has emerged as a powerful framework, offering developers a more flexible and efficient way to build user interfaces. One of the standout features of Vue 3 is the Composition API, which introduces a...
Blog
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ex sem, facilisis sed viverra nec, sagittis vel quam nulla nisi mi scelerisque quis.
Creating Custom Composition functions in Vue 3 with the Composition API
Section 1: Understanding Composition Functions Definition and Purpose of Composition Functions Composition functions are a core feature of the Composition API in Vue 3. They allow developers to encapsulate and reuse logic across different components in a more modular...
Laravel: Understanding Queues, Events and Notifications in a multi-tenancy multi-database environ
I'm building a project based on Samuel Štancl's amazing multi-tenancy project, available for free on github or with various paid options. I'm using the paid for Multi-Tenancy Saas boilerplate, which I would thoroughly recommend if you're looking for a quick start....
Create a Laravel Request object on the fly in Tinker REPL
I recently wanted to test a controller POST in Tinker, so I needed to create the Request Object to pass into the POST controller. I couldn't find a decent answer on Google, so here's my solution: First, I created the formRequest class which was the bit that I wanted...
Re-useable (and re-colourable!) SVG icons
You can find this article on medium: https://medium.com/@sudwebdesign/creating-re-useable-and-colorable-svg-icons-in-vue-js-e45c65919caf
Automating mysqldump on Automator in MacOs
I was just struggling with variables in MacOs Automator and so here is what I ended up withJust Saying ... Every one needs a backup plan. I'll do mine tomorrow ...We've all probably experienced, at the very least, that fear of having just lost a load of work; perhaps...
Divi re-useable blocks
When designing a website with many blog posts, wouldn’t it be nice to use the power of Divi to build re-useable blocks that can be inserted into the posts.
Yii2 using hyphenated URLs in URL manager rules
When you're playing around with URL rules and you get the dreaded 404 message, there isn't very much help around. I recently used an action with two words in camel case like actionTestThis which, in Yii2, translates to a url like 'mycontroller/test-this'. But if...
Responsive Images in Divi
Where is SRCSET Divi doesn't yet support SRCSET images, though this has been in wordpress since around 2015. For those who aren't html programmers the srcset attribute tries to inform the browser what image sizes are available and what screen widths each image is...
Subscribe