samwalpole.com
Toggle Menu
About
Blog
Tags
2021
Nov 14, 2021
I wrote this article using the Hashnode API! Here's how...
#hashnode
#apis
#graphql
#vue.js
#tutorial
Aug 8, 2021
My Top 5 JavaScript Tips & Tricks for Writing Cleaner Code
#javascript
#programming-tips
#clean-code
#tutorial
#es6
Jul 3, 2021
A Practical Guide to Higher Order Functions in C#
#c
#dotnet
#dotnetcore
#functional-programming
#functions
Apr 25, 2021
LINQ: Beware of deferred execution
#c
#dotnet
#dotnetcore
#tutorial
Apr 11, 2021
Handling Dependency Injection in Inherited Classes
#c
#dotnet
#dotnetcore
#dependency-injection
#inheritance
Mar 13, 2021
A Cure for Primitive Obsession
#c
#dotnet
#code-smell
#design-patterns
#code-review
Mar 6, 2021
A Brief Introduction to F# for Object Oriented Developers
#functional-programming
#c
#dotnet
#object-oriented-programming
#tutorial
Feb 7, 2021
Build an interactive kanban board with Vue Draggable
#vue.js
#tutorial
#javascript
Jan 16, 2021
Introduction to Test Driven Development (TDD) and AAA Testing using xUnit
#testing
#tdd-test-driven-development
#c
#dotnet
#dotnetcore
Jan 9, 2021
Writing decoupled code with MediatR: The Mediator Pattern
#c
#dotnet
#dotnetcore
#design-patterns
#asp.net-core
2020
Dec 19, 2020
Learn to make a web app with ASP NET Core and Vue
#dotnet
#vue.js
#apis
#crud
#asp.net
Dec 5, 2020
How to Use a MongoDB Database in a ASP NET Core Web API application
#mongodb
#c
#dotnet
#api
#databases
Nov 28, 2020
The difference between overloading and overriding in C#
#c
#dotnet
#oop
#object-oriented-programming
#dotnetcore
Nov 21, 2020
Web App Authentication using Auth0, ASP.NET Core and Nuxt.js
#dotnetcore
#nuxt
#auth0
#authentication
#vue
Nov 14, 2020
Exciting New Features in .NET 5
#dotnet
#dotnetcore
#c
Nov 7, 2020
My Top 4 NuGet Packages for ASP.NET Core
#asp.net-core
#dotnet
#c
#dotnetcore
Oct 24, 2020
How to run ASP.NET Core & SQL Server from Docker
#docker
#dotnetcore
#asp.net-core
#c
Oct 17, 2020
Background Tasks Made Easy with Hangfire and ASP.NET Core
#dotnet
#asp.net-core
#dotnetcore
#tutorial
#c
Oct 4, 2020
How to run Nuxt from a ASP.NET Core Web Application
#vue.js
#nuxt
#asp.net-core
#dotnetcore
#tutorial
Sep 21, 2020
Using scoped services inside singletons
#scope
#dependency-injection
#c
#asp.net-core
Sep 20, 2020
Getting started with Docker
#docker
#containers
#tutorial
#testing
#javascript
Sep 12, 2020
Learn the SOLID principles for Object Oriented Programming
#c
#oop
#object-oriented-programming
#solid-principles
#design-patterns
Sep 12, 2020
JavaScript Short Circuit Assignment
#javascript
#frontend-development
#learn-coding