Posts by Year

2023

4 minute read

Back to Top ↑

2021

Coming Soon - ES2022

1 minute read

With the soon to be released (June-ish) of ECMAScript 2022 I thought it would be a nice idea to have a look at some interesting features en-route.

Chrome Dev Tools Tips

less than 1 minute read

Here’s a short list of tips you can try out when debugging in Chrome Dev Tools that might (hopefully) make your life a little easier :smile:

10 Useful Git Commands

2 minute read

Let’s have a look at some of the most used and also useful git commands that we might find ourselves using on a regular basis. Using something like GitKraken...

Advanced CSS Selectors

1 minute read

Bring your CSS skills to the next level with some advanced features offered to us right out-of-the-box! NO build step, NO SASS and NO funny business.

Free Your Internet

less than 1 minute read

The internet is an amazing resource with some paid & free content. The only problem here is we don’t get to decide when we want to see the free content o...

JS Tips & Tricks

1 minute read

Let’s make our dev life easier with some JS related tips & tricks :smile:

Astro

1 minute read

From some very smart people behind Snowpack & Skypack comes a new web framework “Astro”. It’s still in beta at the moment but you can join their discord ...

Setup Kubernetes On Windows 10

less than 1 minute read

What is Kubernetes? Kubernetes is a system used for running and managing different containers over multiple machines / virtual machines. A Kubernetes clust...

Back to Top ↑

2020

Full Page Screenshots for FREE

less than 1 minute read

Fed up looking for an extension, app or something just to take a ruddy full page screen shot without breaking the bank?

Git Know How

4 minute read

Git is probably the most commonly used yet misunderstood tool in a developers arsenal. With Git power comes Git responsibilty! I find it’s always good to ref...

TypeScript Decorators

5 minute read

First of all just so we’re clear, the idea of classes is just that, an idea. Classes by default do not exist in JavaScript, they’re just syntactic sugar. Jav...

Back to Top ↑

2019

What is Docker?

3 minute read

Continuous development on a project will result in it expanding (it’s natural man deal with it :four_leaf_clover:), as our projects / services grow so will o...

Webpack 4 Beginners Dev IT Faster

3 minute read

Welcome to Part 3 of our journey into understanding Webpack just a wee bit better together! If you haven’t read any of the previous articles I’d suggest havi...

Webpack-4-Beginners-Configuration

3 minute read

Welcome to Part 2 of our journey into understanding Webpack just a wee bit better together! If you haven’t read Part 1 I suggest you check it out.

Webpack 4 Beginners

2 minute read

In this article we will run over the basic setup for Webpack 4. Why Webpack & not some other bundler like Parcel or RollUp? I know Webpack so I figured t...

Are Class Components Dead? - React Hooks

6 minute read

Since the full release of Hooks with React version 16.8 the community has almost gone insane. Some developers have gone so bat shit crazy they’ve re-written ...

Back to Top ↑