Testable JavaScript
This is a relatively short post discussing how we can improve test co
Content related to the JavaScript ecosystem, both for front end, app & back end application development.
This is a relatively short post discussing how we can improve test co
One thing that I’m currently working on at QuoteOnSite is achieving SOA, whilst ensuring that we don’t go above & beyond with the budget, for obvious reasons. But based on experience & research, it turns out that PM2 & Node seems to be a perfect combination, as we only need a single virtual machine in…
Recently I had been tasked with creating a middle-tier web service which would essentially allow us to implement SSO, essentially allowing people that are a member of a specific AD group to access the application. As it turns out, this was no easy feat, there was a lot of very old & awful examples out…
I’ve been tinkering with React quite a lot as of recently & I’ve been working on some very complex systems, one’s where there are so many variables associated with state that one minor modification has an immensely dramatic impact on the overall application state. I mean this application has got to the point where it’s…