GM FusterinNerd For TechLittle Things to RememberJust some little things that are good to remember but not big enough to have their own section.Mar 29Mar 29
GM FusterHow to Use BackgroundWorkerJust an example on how to use a BackgroundWorker for threading. Note that I am not adding null checks in here, but in real life, you…Mar 19Mar 19
GM FusterC# What is nullable and what is not nullable?Very short summary on some of the nullability in C#.Mar 9Mar 9
GM FusterC# — New! and not so new (C#9, 10, 11)I just wanted to have a summary of the things I may have missed from the last C# versions. I am not including everything.Feb 22, 2023Feb 22, 2023
GM FusterinNerd For TechAngular — Interceptors for Errors and HeadersInterceptors are used commonly to deal with errors from responses (so we don’t have to deal with them everywhere where they may happen)…Feb 20, 20231Feb 20, 20231
GM FusterinNerd For TechPromises, Observables, Subjects, BehaviorSubjects & ReplaySubjects.All right, all those are similar but not the same. This is my attempt at clarifying this :-).Feb 1, 2023Feb 1, 2023
GM FusterinNerd For TechProbability Distributions — A summary of discrete onesI’m no expert here, these are my summary notes, so if I misunderstood something please let me know :-) Here we go!Dec 7, 2022Dec 7, 2022
GM FusterinNerd For TechC# Continue with Entity Framework Code Project — 2This article is the follow up to the first one, so read this first if you haven’t yet.Dec 1, 2022Dec 1, 2022
GM FusterinNerd For TechC# Start an Entity Framework Code Project—1(Basics)As usual, these are my notes on some subject, in this case, I want to have a few articles about EF (all in one seems like it would be a…Nov 27, 2022Nov 27, 2022
GM FusterinNerd For TechLazy Loading Modules in AngularThere are other articles about this and the information on the Angular docs is pretty good, but, why wouldn’t I add my own summary here?Nov 23, 2022Nov 23, 2022