Colum Ferry

Colum Ferry @coly010

About: Full Stack JS Developer and JS Enthusiast

Location:
Northern Ireland
Joined:
Jun 21, 2019

Colum Ferry
articles - 33 total

Qwikify your Development with Nx

In the ever-evolving web development landscape, efficiency and modularity have become paramount. This...

Learn More 4 1Aug 15 '23

Using NgRx Standalone APIs with Nx

Version 15 of NgRx introduced Standalone APIs to the package, enabling usage of the NgRx with...

Learn More 10 0Feb 21 '23

Setting up Module Federation with Server-Side Rendering for Angular

Module Federation is a technology provided by webpack that enables modules to be federated across...

Learn More 7 0Jan 11 '23

Component-First Architecture with Standalone Components and Nx

When Angular 2 released its first pre-release versions, it had no concept of NgModule. We attached...

Learn More 16 0Nov 3 '22

Generating Standalone Component-based Angular Applications and Libraries with Nx

Angular recently released Standalone Components in an effort to address one of their highest voted...

Learn More 2 1Sep 30 '22

Setup Module Federation in Angular using Nx

As our Angular applications grow, building the application takes longer and longer. This means we...

Learn More 10 0Jul 12 '22

Jumpstart your Angular 14 development with Storybook, Tailwind and Nx

With Angular 14 having just released recently, let us discuss how you can take advantage of some of...

Learn More 13 0Jun 28 '22

Angular CLI and Nx - Why?

In this blog, I’ll present a comparison of both the Angular CLI and the Nx CLI and present some...

Learn More 14 0Jun 22 '22

Integrate the Remote apps with the Dashboard

This is the fourth and final article in a series of articles that aims to showcase the process of...

Learn More 1 2Jan 28 '22

Build and Deploy the Remote Applications to Netlify

This is the third article in a series of articles that aims to showcase the process of scaffolding...

Learn More 6 0Jan 21 '22

Component-First State Management for Angular Standalone Components

Introduction In 2021, Angular announced an RFC (Request For Comments) for Standalone...

Learn More 121 3Jan 16 '22

Scaffold and Deploy the Dashboard to Netlify

This is the second article in a series of articles that aims to showcase the process of scaffolding...

Learn More 5 0Jan 12 '22

Component-First Architecture with Angular and Standalone Components

Angular recently had an RFC (Request for Comments) on Standalone Components. It is an effort to make...

Learn More 20 2Dec 23 '21

Introduction to Deploying Angular MFEs with Netlify

This series of articles will aim to showcase the process of scaffolding and deploying a Micro...

Learn More 6 0Dec 20 '21

Modern Angular

What is Modern Angular Tooling? With the Angular CLI no longer including a complete...

Learn More 216 3Nov 23 '21

Improve: RxJS Debugging

Reactive programming in Frontend Web Development makes sense as it's a paradigm focused on reacting t...

Learn More 28 0Mar 23 '21

NgRx Facade Pattern

NgRx Facade Pattern The NgRx Facade Pattern was first introduced by Thomas Burleson in 201...

Learn More 22 2Feb 10 '21

Migrating AngularJS to Angular

Introduction There is still a lot of confusion around Angular and AngularJS. It has gotten...

Learn More 17 1Jan 15 '21

Best Practices for Managing RxJS Subscriptions

When we use RxJS, it's standard practice to subscribe to Observables. By doing so, we create a Subscr...

Learn More 19 1Dec 15 '20

Creating Observables in RxJS

Observables are the foundation of RxJS. Everything to do with RxJS revolves around Observables. In th...

Learn More 38 0Dec 10 '20

Basic RxJS Operators and How To Use Them

In our Getting Started With RxJS article, we briefly mentioned Operators. In this article, we will ex...

Learn More 11 2Dec 3 '20

Clean JavaScript - 10 Tips

We've all been there. We look at our JavaScript from a week, month, year ago and we wonder what kind...

Learn More 100 7Apr 14 '20

Unit Testing Angular - Services

Following on from my previous post where I introduced unit testing Angular Components, this post will...

Learn More 33 1Mar 29 '20

Unit Testing Angular - Component Testing

Everyday we are seeing a bigger push towards adding automated tests to our apps. Whether these are un...

Learn More 120 5Feb 15 '20

Angular < 13: How to support IE11

EDIT: FROM ANGULAR V13, IE11 CAN NO LONGER BE SUPPORTED. IF YOU NEED TO SUPPORT IE11, PLEASE USE A...

Learn More 95 14Jan 10 '20

The Composite Pattern - Design Patterns Meet the Frontend

The Composite Design Pattern is a structural design pattern with a recursive nature. In this article...

Learn More 121 5Jan 4 '20

Building a Firebase CRUD Service for Angular

Anyone who knows me, knows I 😍😍 Firebase. It could be considered unhealthy 😂. Despite my love for it,...

Learn More 84 9Dec 21 '19

Optimising Code to Reduce Cloud Costs

This article is going to be more of a personal anecdote about an interesting situation (🤯) I faced an...

Learn More 8 0Dec 20 '19

The Factory Pattern - Design Patterns meet the Frontend

Picture this. A Car Dealership selling Cars 🚗. Suddenly, they want to branch out and sell Trucks 🚛. Y...

Learn More 220 9Dec 9 '19

The Bridge Pattern - Design Patterns meet the Frontend

The Bridge Design pattern is one of the design patterns I've had most difficulty wrapping my head aro...

Learn More 215 13Dec 4 '19