Tag: Web
All the articles with the tag "Web".

Adding Crucible to Jira
Continuing the Jira and Confluence journey into Crucible I faced a challenge of adding it beneath the same reverse proxy setup. My aim was to end up with a

Laravel 5.5 and Bootstrap 4
Updated:Laravel 5.5 ships with Bootstrap 3. To make it use Bootstrap 4 you need to make a few changes. resources/assets/js/bootstrap.js Change require('bootstrap-s

React and Webpack - Project Template
I've begun looking at building a project using React and followed some online sources to begin with. But then I fell into outdated material that related to

JIRA, Confluence and Nginx
Updated:With Atlassian Jira Software and Confluence installed onto the same server I thought I'd investigate setting things up so we don't have to use the default

Verint Online Forms
Updated:We're new to this and trying to integrate a form solution with our Lagan CRM system. We have a corporately installed test and production system for forms,

When is a Question Mark not a ?
That's a morning of smashing my face on the desk again. I deployed my dev program onto a production system and then started crying as it stopped working as

Postman is Awesome
Updated:I'm in the process of testing and documenting my API's and up until yesterday I'd only used postman to test my responses gave me something back. But it's capable of so much more!

Postman Makes API Development Simple
Updated:Back in the day it seems our CRM developers advised us to use Soap UI for testing out the API calls needed. But I thought I'd give postman a try as we've a

Laravel and Lagan Web Services - SOAP API
Updated:SOAP is a dirty word to me. But I have a need to interact with our CRM system to import / extract data. My go to platform for most of my PHP work is Larave

Laravel API and Bootstrap Form Validation
Updated:This caused me some grief today. I spent the day adding validation rules into my Laravel resource controller and rather foolishly set HTML5 validation para