Skip to content
JONATHANS BLOG
View website Menu
  • Adventures
    • DIY
    • WhiskyWhisky!
    • Beerphotos of the beer I drink…
    • Cooking
    • Fitness
    • London
    • Edinburgh
    • Liverpool
    • Glasgow
    • digit expo 2023
    • digitexpo 2022
    • CYBERUK19
    • Amsterdam Blockchain 2018
    • Sorrento 2015
    • West Highland Way 2014
    • West Island Way 2014
    • Aberfoyle 2013
    • Scottish islands cycle 2012
    • Cyprus 2011
    • Europe cycle 2010
    • Cycle across europe 2009
  • Crypto Coins
    • Amsterdam Blockchain
    • Alt coins
    • Bitcoin
    • Exchanges
    • Mining
  • Development
    • Editors
    • Methodology
    • Multiloquent
    • Multiloquent wordpress theme
    • Php
    • SEO
    • SQL
    • Vagrant
    • vuejs
    • WordPress
  • Hardware
    • raspberry pi
  • Pentest
    • Metasploit
    • Hacking Tools
    • CYBERUK19
    • OSCP
  • Android
  • Kali Linux
  • Linux
    • Apache
    • Kali Linux
    • Commandline
    • Networking
    • Metasploit
  • Apple
    • Iphone and ipad
    • Apple tv
    • Addressbook / contacts
    • Dock
    • Finder
    • Gaming
    • Google chrome
    • Icalthis is the category for ical. in it you will find lots of tips and tricks and some hacks for ical on your mac.
    • Ichat / messages
    • Iphoto
    • Itunes
    • Mission control
    • Notification center
    • Osx
    • Reminders.app
    • Safari
    • Mail.app
    • Security
    • Spotlight
    • Tasks
    • Terminal
    • Time machine
  • Other
    • News
    • Ableton
    • Music
    • Albums
    • Legal stuff
    • Protoolsprotools
    • Internet
    • Social networking
    • Formula 1
  • About Me
    • Portfolio
  • Type your search
Search this website
  • Adventures
    • DIY
    • Whisky
    • Beer
    • Cooking
    • Fitness
    • London
    • Edinburgh
    • Liverpool
    • Glasgow
    • digit expo 2023
    • digitexpo 2022
    • CYBERUK19
    • Amsterdam Blockchain 2018
    • Sorrento 2015
    • West Highland Way 2014
    • West Island Way 2014
    • Aberfoyle 2013
    • Scottish islands cycle 2012
    • Cyprus 2011
    • Europe cycle 2010
    • Cycle across europe 2009
  • Crypto Coins
    • Amsterdam Blockchain
    • Alt coins
    • Bitcoin
    • Exchanges
    • Mining
  • Development
    • Editors
    • Methodology
    • Multiloquent
    • Multiloquent wordpress theme
    • Php
    • SEO
    • SQL
    • Vagrant
    • vuejs
    • WordPress
  • Hardware
    • raspberry pi
  • Pentest
    • Metasploit
    • Hacking Tools
    • CYBERUK19
    • OSCP
  • Android
  • Kali Linux
  • Linux
    • Apache
    • Kali Linux
    • Commandline
    • Networking
    • Metasploit
  • Apple
    • Iphone and ipad
    • Apple tv
    • Addressbook / contacts
    • Dock
    • Finder
    • Gaming
    • Google chrome
    • Ical
    • Ichat / messages
    • Iphoto
    • Itunes
    • Mission control
    • Notification center
    • Osx
    • Reminders.app
    • Safari
    • Mail.app
    • Security
    • Spotlight
    • Tasks
    • Terminal
    • Time machine
  • Other
    • News
    • Ableton
    • Music
    • Albums
    • Legal stuff
    • Protools
    • Internet
    • Social networking
    • Formula 1
  • About Me
    • Portfolio
  • Type your search

Development

  1. Home>
  2. Development>
  3. Page 9
Read more about the article service-oriented architecture and frameworks – SOA frameworks

service-oriented architecture and frameworks – SOA frameworks

  • Post author:jonathansblog
  • Post published:September 22, 2018
  • Post category:Methodology

service-oriented architecture and frameworks IntroductionPapazoglou, (2003) organised SOA in four architectural layers: Service Foundations, Service Composition, Service Management and Service Engineering and outlined a host of technologies that could be…

Continue Readingservice-oriented architecture and frameworks – SOA frameworks
Read more about the article Coding in php on android

Coding in php on android

  • Post author:jonathansblog
  • Post published:August 12, 2018
  • Post category:Android/Development/Editors/jonathansblog/Php/SQL/Wordpress
  • Post comments:0 Comments

It turns out that coding in php on android is possible (even if its not as good as on a mac, linux or even windows). In this blog post I'll…

Continue ReadingCoding in php on android
Read more about the article Laravel quickstart gist using craftable and existing database schema

Laravel quickstart gist using craftable and existing database schema

  • Post author:jonathansblog
  • Post published:July 24, 2018
  • Post category:Php
  • Post comments:0 Comments

Laravel quickstart gist using craftable and existing database schema to generate models, etc from existing database schema. cd ~/git brew install nmp brew install nodejs curl -sS https://getcomposer.org/installer | php…

Continue ReadingLaravel quickstart gist using craftable and existing database schema
Read more about the article Laravel quickstart gist migrating existing tables

Laravel quickstart gist migrating existing tables

  • Post author:jonathansblog
  • Post published:July 17, 2018
  • Post category:Php
  • Post comments:0 Comments

This follows on from the previous laravel gist. it covers generating models, views and bootstrapping for controllers for pre-existing database tables. A Laravel migrating existing tables gist.  Useful if you have…

Continue ReadingLaravel quickstart gist migrating existing tables
Read more about the article Laravel quickstart gist

Laravel quickstart gist

  • Post author:jonathansblog
  • Post published:July 10, 2018
  • Post category:Php
  • Post comments:0 Comments

Here is my Laravel quickstart gist bootstrap for creating laravel sites from scratch cd ~/git brew install nmp brew install nodejs curl -sS https://getcomposer.org/installer | php composer global require laravel/installer…

Continue ReadingLaravel quickstart gist
Read more about the article Making a new wordpress theme from scratch

Making a new wordpress theme from scratch

  • Post author:jonathansblog
  • Post published:July 7, 2018
  • Post category:Php/Wordpress
  • Post comments:0 Comments

Making a WordPress Theme. From Scratch. Research + Information Architecture Introduction Making a new WordPress theme from scratch can seem daunting, but it's pretty easy if you know the steps.…

Continue ReadingMaking a new wordpress theme from scratch
Read more about the article Php fpm with apache on centos7

Php fpm with apache on centos7

  • Post author:jonathansblog
  • Post published:June 17, 2018
  • Post category:Apache/Commandline/Php
  • Post comments:0 Comments

This is a short post detailing how to manually setup php fpm with apache on centos7. php fpm is a great solution (especially when used with nginx, but you may…

Continue ReadingPhp fpm with apache on centos7
Read more about the article DVWA vagrant

DVWA vagrant

  • Post author:jonathansblog
  • Post published:April 8, 2018
  • Post category:Kali Linux/Vagrant
  • Post comments:0 Comments

This is a short post on how to setup a dvwa vagrant box for your testing. I recommend this method when installing and testing new tools (and even for developing…

Continue ReadingDVWA vagrant
Read more about the article Installing mariadb 10.2 mysql 5.7 in centos

Installing mariadb 10.2 mysql 5.7 in centos

  • Post author:jonathansblog
  • Post published:March 28, 2018
  • Post category:Development/Linux/SQL
  • Post comments:1 Comment

Installing mariadb 10.2 mysql 5.7 in centos If you use the following method to install the latest mariadb, updates will be installed with the regular yum update commands! The first…

Continue ReadingInstalling mariadb 10.2 mysql 5.7 in centos
  • Go to the previous page
  • 1
  • …
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • …
  • 22
  • Go to the next page

Latest Posts

  • Using Homebrew as a Package Manager on Mac: A Beginner’s Guide
  • Setting Up the Perfect Windows Development Environment in 2025
  • Setting Up the Perfect Ubuntu Development Environment in 2026
  • Setting Up the Perfect Mac Development Environment in 2026
  • GitHub Actions for Laravel Projects: Complete CI/CD Setup
  • installing n8n in a plesk subscription
  • How to Enable Xdebug in Laravel Sail for Step Debugging
  • Wildcard SSL certs in azure with cloudflare
  • A Guide to Open-WebUI: Using It with Ollama
  • How to install ollama and run deepseek
  • Operation Triangulation: Unraveling a Sophisticated Cyber Espionage Campaign
  • Digit Expo 2024
  • Modifying my guitar hardware
  • Mkcert on Laravel Homestead for trusted SSL certs
  • Bash & Zsh Command History Hacks: Say Goodbye to history | grep

Popular Posts

  • installing n8n in a plesk subscription
  • How to Enable Xdebug in Laravel Sail for Step Debugging
  • Wildcard SSL certs in azure with cloudflare
  • How to install ollama and run deepseek
  • Mkcert on Laravel Homestead for trusted SSL certs
  • Configure azure notification hub for ios android and web
  • Azure static website hosting with blob storage and CDN
  • Azure Notification Hubs for push notifications in laravel and nextjs
  • DIY Skateboard Light
  • MetaSploit tutorial for beginners
  • OS Detection Techniques
  • Website crawler software kali linux
  • WordPress Security
  • Metasploit for website pentest
  • Remote Debugging PHP in Visual Studio Code with XDebug
  • Privacy Policy
  • Jonathan Mitchell CITP BSc MSc MBCS
Copyright - WordPress Theme by OceanWP

Powered by
►
Necessary cookies enable essential site features like secure log-ins and consent preference adjustments. They do not store personal data.
None
►
Functional cookies support features like content sharing on social media, collecting feedback, and enabling third-party tools.
None
►
Analytical cookies track visitor interactions, providing insights on metrics like visitor count, bounce rate, and traffic sources.
None
►
Advertisement cookies deliver personalized ads based on your previous visits and analyze the effectiveness of ad campaigns.
None
►
Unclassified cookies are cookies that we are in the process of classifying, together with the providers of individual cookies.
None
Powered by