@joeLloyd
JavaScript Developer
I am joe. A JavaScript developer that works for Lab Rooms in Amsterdam. I get to work with all kinds of awesome tech like expressjs, react, Laravel and loads more. I wrote my first line of code in January of 2013 in Java and fell in love with coding. After getting a year of work exp in Ruby on Rails I decided to return to college to get a HDip in computer science. The course was super intensive being only a year long but rewarding a level 8 qualification. I finished this with a first class honours and soon found myself moving to the Netherlands in persuit of a career in web/app development.
Nothing here yet.
No blogs yet.
#Looking for sites I'm trying to find some live sites that make use of angular universal. I think server side rendering is one of the most important things we can do with javascript applications and the Angular Universal team are my heros. But I'd l...
Background I am building an app with the following details react react-router redux it is universal javascript node js Problem When routing with the Link tag from component to component it works perfectly. It calls the data that the component requi...
I would like to start using Angular 2 for projects since its out of beta but the router is still under construction as seen here The beta router also has a warning on it saying that its deprecated, here is a link to that. So really this is a 2 part...
I am building some basic tests for my components in react. Currently I have a header rendered with a prop that is passed to it. the test is super simple and passes. But what about negative testing? I would like to now pass an array to this header and...
Testing Components I am trying to run some very simple tests on react components with Jest. I am running into problems because of this line at the top of my component file import {} from './style.less'; The import here doesn't need to be tested and w...