Work
No, I don’t move for work
Relocating, it’s difficult, scary, and exciting, but comes at a cost: I remember the first time I was away from home for an extended period…
Work
Relocating, it’s difficult, scary, and exciting, but comes at a cost: I remember the first time I was away from home for an extended period…
Two weeks ago, I published an article titled “Tech, this is goodbye”, since then I’ve received a multitude of responses. From people…
If you’d asked me a week ago, I would not have told you that this is an article I was expecting to write. Unfortunately, today the company…
Several months ago I was working for a client whom had deployed all of their application as a series of Docker Containers on ECS from AWS…
development
For quite a long time, I’ve wanted to share a decent number of thoughts on a multitude of topics relating to software engineering. However…
Between v0.39 and v0.40 of React-Native, they made a major breaking change; What changed were the import paths for the objective-c modules…
Opinions
You don’t want to hire people that will only do what they currently know and nothing else, otherwise you’re stunning their growth & the…
Work
Hi,
Work
I recently received this feedback from a recruitment firm:
A very common pattern in Redux is to use things called a Thunks, which are a way of wrapping up certain logic of a subroutine in a single…
node.js
The redux documentation has actually been improved thanks to this article, and many developers are now aware of this issue: sometimes a…
If you’ve copied the renderFullPage function from the redux documentation, then you’re vulnerable to an cross site scripting attack. You most likely have an Cross Site Scripting vulnerability in your React.js application. This article shows you how to fix it in one easy step.