PinnedHow to implement HttpClientFactory in a .NET Core applicationThis tutorial will explain how to implement the classes HttpClient and HttpClientFactory and the various ways in which to do this.Nov 26, 2023Nov 26, 2023
PinnedPublished inLevel Up CodingHow to search/filter through data in ReactIn this article I am going to show you from scratch how to implement a searchable/filtered list of data in React.Feb 21, 20219Feb 21, 20219
PinnedHow to create your first modal popup for your React-Native appFor many of my React-Native projects I like to create popup modals which contain extra information about the item that I either click or…Dec 19, 20191Dec 19, 20191
Blazor Lifecycle methods (OnInitialized, OnParametersSet and OnAfterRender)What is a Blazor Lifecycle method?Dec 14Dec 14
How to create a layout in a Blazor Web App (.NET 8)When developing a website/web application you will more than likely want it to have a consistent design across the vast majority of the…Dec 4Dec 4
How to create a Basic form in Blazor web app — Part 2Welcome to part 2 of my creating a basic blazor form tutorial.Dec 1Dec 1
How to create a basic form in Blazor Web App — Part 1It has been a very long time since I have written an article on Medium as I have been incredibly busy with real life stuff. However, I am…Nov 30Nov 30
SOLID — Dependency Inversion Principle (with C# example)What is the Dependency Inversion Principle?Dec 7, 2023Dec 7, 2023
SOLID — Interface Segregation Principle (with C# example)The Interface Segregation Principle explains that clients should not be forced to implement interfaces they do not use. Interfaces should…Dec 7, 2023Dec 7, 2023
SOLID — Liskov Substitute PrincipleToday we will be going over the L of the SOLID principles, and this stands for Liskov (Substitute), this principle states that you should…Dec 7, 2023Dec 7, 2023