Skip to content

Freelance Wordpress Developer in London

  • Testimonials
  • Contact
  • Blog
  • My Work
  • Quizzes
  • Bookings Forms

Create a WordPress plugin that uses a React App

November 4, 2021December 11, 2020 by louie171

In this post I’ll describe how to create a simple Hello World plugin that gets its content from React. The WordPress plugin will use a shortcode to generate its content from a React App ( the React App is built / bootstrapped using the Create React App cmd line tool ). Prerequisite: I will presume … Read more

Categories Javascript, React, Wordpress Tags NPM, React, Wordpress 8 Comments

Javascript – How to monitor a Change Event in Chrome

September 22, 2022December 1, 2020 by louie171

Today I needed to see what javascript was triggered on a change event (when a checkbox was clicked), my go to for seeing what event is triggered is Chrome (Event Listener Breakpoints). update: Doh, realised you can do it just by clicking control->change , see screenshot. old way I did it I selected mouse click … Read more

Categories Javascript Tags Javascript Leave a comment

Allowing access from one AWS service (EC2) to another service (S3), using an IAM Role

December 31, 2020November 26, 2020 by louie171

In this post I’m going to allow EC2 to use S3 to store files. I’m going todo this 2 ways: First simple access (less secure, not for production), EC2 instance can do anything on S3 Secondly , I will limit what the EC2 instance can do (read, write only on a specific bucket using its … Read more

Categories AWS, EC2, IAM, S3 Tags AWS Leave a comment

Optimising Apache (for AWS EC2 micro or small instances)

October 26, 2021November 20, 2020 by louie171

In this post I’ll talk about the optimising / configuring I did on Apache. So my site could live happily on its new home of AWS EC2 small instance ( running Amazon Linux ). The guide below covers sites that get maybe a few hundred page views per day (if you have bigger traffic you … Read more

Categories Apache, AWS Tags apache, AWS, Unix Shell Leave a comment

How to speed up Web Development in Java

June 16, 2021September 14, 2020 by louie171

This is an article I’m currently working on (its just rough notes at the moment). Java features ( Java 8 and beyond ) eg var for variables in methods Spring Boot Can be up and running as fast as a Laravel app ( can even have a prod grade server, so just start server and … Read more

Categories Java Tags Eclipse, Java, Spring Boot Leave a comment

Setup WordPress WP-CLI on Docker ( the simple way )

December 31, 2021August 19, 2020 by louie171

In this post I’ll run over how to setup WP-CLI on a Docker web server image ( so you can easily use it todo a Database find and replace , would is handy when you need to migrate a site from one place to another ). This presumes you have PHP setup on the command … Read more

Categories Uncategorized Tags Docker, Unix Shell, Wordpress Leave a comment
Post navigation
Older posts
Newer posts
← Previous Page1 … Page3 Page4 Page5 … Page17 Next →

Tags

Ajax apache AWS Buddypress Caching Column Layouts CSS Custom Post Type Docker Eclipse Forms Freelancing git HTML Java Javascript Laravel London Maven Microservices Mysql nginx NPM PHP plugins Programming Python RaspberryPi React Regex Regular Expressions reports Responsive Selenium Webdriver SEO Spring Boot SQL Themes tomcat UI / UX Unix Shell Web Wordpress

Archives

  • June 2024
  • January 2024
  • August 2023
  • May 2023
  • February 2023
  • February 2022
  • November 2021
  • October 2021
  • June 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • March 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • January 2019
  • August 2018
  • July 2018
  • June 2018
  • April 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • July 2017
  • May 2017
  • April 2017
  • March 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • June 2016
  • February 2016
  • January 2016
  • November 2015
  • October 2015
  • August 2015
  • June 2015
  • May 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • November 2013
© 2025 Freelance Wordpress Developer in London • Built with GeneratePress