How to set up a shopify local development environment
How to set up a shopify local development environment. Shopify is an interesting platform - they allow you to create and edit your own tempaltes (using liquid) but there isnt…
How to set up a shopify local development environment. Shopify is an interesting platform - they allow you to create and edit your own tempaltes (using liquid) but there isnt…
"Connection to 127.0.0.1 closed by remote host" The dreaded 'vagrant sshfs remount after timeout' error when using vagrant-sshfs. It happens when forgetting to suspend the guest machine before the host…
I've been training over the last 4 weeks for my Scrum Alliance Certified Scrum Master Certification. I took an online course, which was delivered over zoom in real time (as…
Following on from my vuejs and cordova tutorials, I decided to launch the app - you can now download the app from the app storeI'll be creating a roadmap and…
Building a wordpress plugin scaffolding from scratch This is a basic walkthrough on how to create the scaffolding for a wordpress plugin from scratch. Firstly, create a repo in githubclone…
300 word summary for Defending Against Injection Attacks What is the paper about? Defending Against Injection Attacks Through Context-Sensitive String Evaluation introduces CSSE - Context-Sensitive String Evaluation - a way to…
What is an API (Introduction to APIs) Carrying on from my previous posts on SOA here and here I thought it may be useful to write a post on what…
300 word summary: AMNESIA: analysis and monitoring for NEutralizing SQL-injection attacks. Provides a valuable background section on the countermeasures for SQL injection attacks: Defensive ProgrammingGeneral Techniques against SQLiStatic Analysis techniques…
My MSc Thesis in 2016 was titled Evaluation of SQL injection testing tools and techniques. I had a quick look through all my old uni work looking for content to…