Forem

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.

Five Year Club
Writing Debut
Four Year Club
Three Year Club
Two Year Club
One Year Club
8 Week Writing Streak
Top 7
4 Week Writing Streak
Redux: Uncaught TypeError: Cannot read properties of undefined (reading 'mySlice')
Cover image for 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
Cover image for List git branches ordered by date of last commit

List git branches ordered by date of last commit

5
Comments
1 min read
How to change the url of a remote git repo...
Cover image for 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
Cover image for Fixing VSCode terminal font

Fixing VSCode terminal font

15
Comments 5
1 min read
With the ngrxLet directive we could get rid of that *ngIf trick that we lovehated
Cover image for 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;'?
Cover image for 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
Cover image for 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'?
Cover image for 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?
Cover image for 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?

12
Comments 1
1 min read
Oops, I just pushed a git commit to the wrong branch. What now?
Cover image for 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?

161
Comments 18
1 min read
Angular's providedIn: "root". What if two lazy modules provided the same service?
Cover image for 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
Cover image for 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
Cover image for 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

34
Comments 2
1 min read
How to use 'Suggest a Tweet' effectively
Cover image for 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?
Cover image for 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?
Cover image for Got a simple webpage you want to host on localhost?

Got a simple webpage you want to host on localhost?

9
Comments 1
1 min read
C#8 changes to using
Cover image for C#8 changes to using

C#8 changes to using

6
Comments
2 min read
The hardest won skill in software development
Cover image for 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
Cover image for C# 8.0 static local functions

C# 8.0 static local functions

12
Comments 3
2 min read
Introduction to C#7 tuples in readiness for C#8
Cover image for 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
Cover image for ngOnChanges best practice - always use SimpleChanges - always

ngOnChanges best practice - always use SimpleChanges - always

73
Comments 17
2 min read
Managing rxjs subscriptions with takeUntil()
Cover image for Managing rxjs subscriptions with takeUntil()

Managing rxjs subscriptions with takeUntil()

8
Comments 1
1 min read
Mocking your ngrx store in a unit test
Cover image for 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?
Cover image for 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
Cover image for Updating multiple areas of your ngrx redux store with a single action

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

12
Comments
2 min read
Combine many ngrx selectors with combineLatest in Angular
Cover image for Combine many ngrx selectors with combineLatest in Angular

Combine many ngrx selectors with combineLatest in Angular

15
Comments
1 min read
loading...