DEV Community

Nick Raphael profile picture

Nick Raphael

Brought to you by Nick Raphael. Fullstack azure architect and tech lead. Currently neck deep in dotnet core - azure stack - microservices.

Location Sydney, Australia Joined Joined on  github website twitter website

Work

Team lead, solutions architect at IXUP, also dreamweaver.

Redux: Uncaught TypeError: Cannot read properties of undefined (reading 'mySlice')

Redux: Uncaught TypeError: Cannot read properties of undefined (reading 'mySlice')

8
Comments 1
1 min read

Want to connect with Nick Raphael?

Create an account to connect with Nick Raphael. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
List git branches ordered by date of last commit

List git branches ordered by date of last commit

4
Comments
1 min read
How to change the url of a remote git repo...

How to change the url of a remote git repo...

6
Comments
1 min read
Fixing VSCode terminal font

Fixing VSCode terminal font

12
Comments 5
1 min read
With the ngrxLet directive we could get rid of that *ngIf trick that we lovehated

With the ngrxLet directive we could get rid of that *ngIf trick that we lovehated

8
Comments 1
2 min read
c# quicky. Should we 'throw;' or 'throw e;'?

c# quicky. Should we 'throw;' or 'throw e;'?

7
Comments 1
1 min read
Getting the min or max value from an array of numbers in javascript

Getting the min or max value from an array of numbers in javascript

15
Comments 6
1 min read
Got a 'git' conflict and just want to blow away your local changes and take 'theirs'?

Got a 'git' conflict and just want to blow away your local changes and take 'theirs'?

10
Comments
1 min read
Did you just say you want to 'git add' all those files except 1?

Did you just say you want to 'git add' all those files except 1?

8
Comments 1
1 min read
Oops, I just pushed a git commit to the wrong branch. What now?

Oops, I just pushed a git commit to the wrong branch. What now?

157
Comments 18
1 min read
Angular's providedIn: "root". What if two lazy modules provided the same service?

Angular's providedIn: "root". What if two lazy modules provided the same service?

12
Comments
1 min read
The common misconception of @Injectable() in angular

The common misconception of @Injectable() in angular

8
Comments
2 min read
git assume-unchanged. For when you want git to ignore an edit for a while

git assume-unchanged. For when you want git to ignore an edit for a while

23
Comments 2
1 min read
How to use 'Suggest a Tweet' effectively

How to use 'Suggest a Tweet' effectively

27
Comments 4
1 min read
Typescript Partial<T>, where have you been my whole life?

Typescript Partial<T>, where have you been my whole life?

337
Comments 19
2 min read
Got a simple webpage you want to host on localhost?

Got a simple webpage you want to host on localhost?

8
Comments 1
1 min read
C#8 changes to using

C#8 changes to using

6
Comments
2 min read
The hardest won skill in software development

The hardest won skill in software development

3
Comments
2 min read
C# 8.0 static local functions

C# 8.0 static local functions

11
Comments 3
2 min read
Introduction to C#7 tuples in readiness for C#8

Introduction to C#7 tuples in readiness for C#8

9
Comments 1
2 min read
ngOnChanges best practice - always use SimpleChanges - always

ngOnChanges best practice - always use SimpleChanges - always

49
Comments 17
2 min read
Managing rxjs subscriptions with takeUntil()

Managing rxjs subscriptions with takeUntil()

7
Comments 1
1 min read
Mocking your ngrx store in a unit test

Mocking your ngrx store in a unit test

10
Comments
2 min read
What is the rxjs tap function used for?

What is the rxjs tap function used for?

15
Comments
2 min read
Updating multiple areas of your ngrx redux store with a single action

Updating multiple areas of your ngrx redux store with a single action

11
Comments
2 min read
Combine many ngrx selectors with combineLatest in Angular

Combine many ngrx selectors with combineLatest in Angular

14
Comments
1 min read
loading...