DEV JOURNAL

Welcome to my dev learning journal, my name is Jose and I am a Software Developer in the North West of England. I decided to start writting a journal to remind myself of the little things I learn every day. Although this is primarily focused as a personal learning experience, I hope others find it as informative and fun as I do. I tried to keep each post as short as possible, revealing a bite size discovery at a time. I work full time as a JavaScript Engineer, you can download my CV here or... if you are into web development, JavaScript or have any comments/suggestions about this journal, why not get in touch or just scroll down to read the articles.

Don't push, concat

10 September, 2019

This is something I always knew, but for some reason, I keep on forgetting, hopefully writting about it will help it sink in. JavaScript…

Static site with Docker and Nginx

18 August, 2019

If you need a quick way to serve static files, Nginx with Docker Compose is a hassle free alternative: Just need to create a folder as a…

Publish package to NPX

01 September, 2019

I find myself creating presentation slides every now and again. Everytime I do so, I somewhat reinvent the wheel in an attempt to streamline…