Jack

Jack @jackmellis

About: Typescript and React nerd. I have a soft spot for architecture and unit testing

Location:
United Kingdom
Joined:
Dec 16, 2020

Jack
articles - 13 total

Dependency sandboxing in node.js with Jpex

React recap Okay so I've written about jpex a few times, particularly in relation to...

Learn More 4 0Jul 6 '21

Why I'm not using Next.js

So I'm building an application. Not only am I using react, but I'm also using node. Surely I'm using...

Learn More 13 20Jul 5 '21

Sharing contracts

This is a concept that really drives home how nice it is when your entire stack is written in the sam...

Learn More 4 0Jun 3 '21

Developing a ui architecture

So previously I discussed at length how my backend application is archtected. If you haven't read it...

Learn More 19 0May 28 '21

Developing an api architecture

Introduction I love a bit of architecture. How you structure your application is so import...

Learn More 274 2May 21 '21

What's in a tech stack?

What's in a tech stack? We always talk about MEAN, MERN, MEVN, LAMP, but honestly I've never understo...

Learn More 10 0May 20 '21

Building a serious(ish) project - intro

I've been a developer for 8+ years now, working in all kinds of industries. Some full stack jobs, mos...

Learn More 12 0May 20 '21

Don't mock modules

I want to talk about a practice that has more or less become the defacto for javascript unit testing:...

Learn More 4 0May 4 '21

The slightly misleading terminology of react hooks

So react hooks are awesome, they make components much simpler, they let you abstract your component l...

Learn More 4 0Feb 5 '21

Object.entries is awesome

Somebody asks you to loop through the properties of an object, most of us will reach for Object.keys...

Learn More 3 0Feb 5 '21

Case Driven Testing

I've wanted to write about testing for a long time - front end testing has been a bugbear of mine for...

Learn More 0 0Jan 27 '21

Do we need another state management solution?

So I spent several years working with redux + rxjs. Honestly epics and streams add so much cognitive...

Learn More -1 1Dec 31 '20

Dependency Injection in React with Jpex

Dealing with side effects in React is a tricky subject. I'm sure we've all started by writing...

Learn More 39 4Dec 17 '20