Intro to Machine Learning — 1Machine learning, how interesting it sounds though I know nothing about it. Which is why I’m starting this article. Learn by writing I…Nov 24, 2024Nov 24, 2024
Published inNerd For TechC# — Little Things to RememberJust some little things that are good to remember but not big enough to have their own section.Mar 29, 2024Mar 29, 2024
C# — How 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 19, 2024Mar 19, 2024
C# What is nullable and what is not nullable?Very short summary on some of the nullability in C#.Mar 9, 2024Mar 9, 2024
C# — 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
Published inNerd 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
Published inNerd 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
Published inNerd 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
Published inNerd 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
Published inNerd 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