Doug HillinEnlear AcademyHow to Write a Custom Resolver Using AutoMapper in .NET CoreWriting Custom Resolver with AutoMapper to Leverage Dependency Injection in .NET CoreOct 21, 20211Oct 21, 20211
Doug HillinGeek CultureSpeed Up your .NET Core API using IMemoryCache to Reduce Database HitsUse Memory Cache to store repetitive queries on your server and make your requests fasterOct 6, 20211Oct 6, 20211
Doug HillinGeek CultureUsing GitHub Actions For CI/CD with .NET Core 5 and AWS Elastic BeanstalkUse Github Actions to auto-deploy your .net core project to an AWS Elastic Beanstalk instance.Oct 4, 2021Oct 4, 2021
Doug HillinJavaScript in Plain EnglishCreate an AutoFocus/AutoSelect Hook with ReactLearn how to create an auto-focus/auto-select Hook in React to have cleaner and more re-usable code patterns.Sep 30, 2021Sep 30, 2021
Doug HillinJavaScript in Plain English5 Easy Tips for More Readable and Maintainable CodeSome simple tips to write better codeSep 28, 2021Sep 28, 2021
Doug HillinGeek CultureHow I use an ActionFilter in .NET Core to Streamline AuthorizationUse an ActionFilter in .NET Core to automatically pull a UserId for you, keeping your controllers clean and readable.Sep 22, 20212Sep 22, 20212
Doug HillinJavaScript in Plain EnglishImmutability in JavaScript — Objects and ArraysLearn about Immutable Design Patterns and why you should integrate this pattern into your own applicationsSep 22, 20211Sep 22, 20211
Doug HillinJavaScript in Plain EnglishHow to Sort JavaScript Arrays: A GuideWant to sort JavaScript arrays alphabetically? Numerically? In a descending manner? Learn how to sort your arrays and avoid easy pitfalls.Sep 21, 2021Sep 21, 2021
Doug HillinJavaScript in Plain EnglishHow I Maintain a Unique Set of Ids in JavaScriptManaging a large set of unique ids can be quite daunting, especially as an application continues to grow and scale. Ids for HTML elements…Feb 26, 2021Feb 26, 2021
Doug HillinJavaScript in Plain EnglishBoost Your Automated Test Workflow using TypeScript IntelliSenseIn my previous article, I demonstrated how to maintain a unique set of ids. While that is extremely helpful, we can take it a step further…Feb 26, 2021Feb 26, 2021