@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.
IMO you can't beat a good morning stand-up with your team and a cup of coffee, or help a Jr out with a small problem, or team up for some pair programming, or read the physical kanban board if you are remote. Of course remote a couple of days a week might be fine if you don't need to meet clients for meetings. But full time remote is not practical if you have a team bigger than 3.
A react app without state seems feesable if you map state with something else like redux. Currently working on a site and haven't used this.state at all. Redux maps everything and if i have to change it i disbatch an action. If i need its values I mapStateToProps.