Stuart TottleHow to use the Fetch API in AngularHow to use the Fetch API to make network requests in Angular rather than using the built-in xhr service.Jan 23, 20211Jan 23, 20211
Stuart TottleIs a Monorepo a good idea?An investigation into how we can store code and share features, services and config between deployed applications to maintain standards…May 10, 2020May 10, 2020
Stuart TottleinBetter ProgrammingComparing the same feature written in React and AngularA comparison of the same feature written for both React and Angular with example codeNov 11, 20191Nov 11, 20191
Stuart TottleUpload to Azure Blob Storage with ReactHow to upload multiple files to blob storage in a browser with a Shared Access Signature (SAS) token generated from your back-end.Nov 7, 20193Nov 7, 20193
Stuart TottleinJavaScript in Plain EnglishUpload to Azure Blob Storage with Angular 8How to upload multiple files to blob storage in a browser with a Shared Access Signature (SAS) token generated from your back-end.Nov 6, 20197Nov 6, 20197
Stuart TottleMy experience with designers from a developer’s point of view.I have been working in Frontend Web development with many companies for many years and I believe UI and UX designers are not involved in…Oct 10, 2019Oct 10, 2019
Stuart TottleAngular — Authentication with Auth0 and NGRXI’ve implemented Auth0 in several Angular applications over the years and have been using NGRX and wanted to document my understanding of…Nov 4, 20182Nov 4, 20182
Stuart TottleUpload to Azure Blob Storage with AngularUpload multiple files to blob storage and report progress using Angular with a Shared Access Signature (SAS) token generated from your…Mar 4, 20188Mar 4, 20188
Stuart TottleSecurionPay Subscriptions in Node JsTL;DR Setup a repeating subscription for a customer using Securion Pay in Node Js with their NPM package.Feb 5, 20181Feb 5, 20181
Stuart TottleASP.NET Core 2.0 Integration Testing with Identity Server — In DockerTL;DR This is the 2nd part to this post. We will now run an integration test against an API endpoint that requires authentication in docker…Jan 12, 20182Jan 12, 20182