Posted inReact How to Manage Forms with useState and useReducer Posted by Emir March 1, 2019 March 29, 2019 React Hooks have been out for a couple of months now, and…
Posted inReact How to Use useState for State Management Posted by Emir February 13, 2019 With the introduction of React Hooks in React 16.8, managing component state has become much simpler.…
Posted inReact Introduction to React Hooks Posted by Emir February 3, 2019 Introduction to React Hooks (2019 Edition) React 16.8 has just introduced a game-changing feature: Hooks! If…
Posted in.NET C# Authentication with IdentityServer4 in .NET Core Posted by Emir January 14, 2019 14 January 2019 When building secure applications, one of the most important aspects to consider…
Posted in.NET C# Implementing MediatR for CQRS and Command-Query Separation Posted by Emir January 6, 2019 6 January 2019 In a previous post, we explored the CQRS (Command Query Responsibility Segregation)…