Damien Hampton
DH7

DH7

Follow
homebadges
Tag

development

#development

More content

Read more stories on Hashnode


Articles with this tag

Learning Scala – part 2

May 25, 20204 min read

I’ve been asked to contribute to a Scala project and I’m documenting my journey learning Scala and making that contribution. This is part two. Here is...

Learning Scala – part 2

Beginning Scala

May 19, 20203 min read

I thought it might be interesting to document my journey from complete Scala beginner to contributing to a real Scala project (hopefully). I will...

Beginning Scala

Running CPU heavy tasks on Node.js

Apr 17, 20204 min read

TL;DR You can offload CPU intensive code using Node’s worker threads module. A demo app of the effect of this can be found here. I thought I...

Running CPU heavy tasks on Node.js

Debugging Vue Mocha unit tests in VSCode

Mar 6, 20202 min read

I have been struggling to be able to debug Vue Mocha unit tests in VSCode, but I think I might have the answer. Running a Vue application is easy...

Debugging Vue Mocha unit tests in VSCode

Navigation in iTerm2 on Mac

Feb 11, 20201 min read

Using iTerm2 for development is awesome. You can use CTRL + a to move to the start of the current line and CTRL + e to move to the end. With long...

Navigation in iTerm2 on Mac

CSS Grid and grid areas

Aug 16, 20193 min read

Having played around with CSS Grid for a while, I had been very impressed with it. But having watched this excellent video on the use of grid areas, I...

CSS Grid and grid areas