OpenAPI – Generate and use Angular Client Code

Introduction In one of earlier post, we discussed that An OpenAPI specification is a standard which describes the capabilities of our API, and how to interact with it. We also demonstrated a .NET Core Web API application integrated with OpenAPI/Swagger. If you haven’t already, I’ll suggest to check the previous post for background information, as … Read more

Konva – Transforming Shapes

Introduction In previous post we started with Konva introduction and wired it up in our angular application. Today we’ll continue our journey and learn about another useful feature of konva which helps us implement transformations with very little effort. If you haven’t already, please check the previous post for background information and we’ll be using … Read more

NgRx – Strongly Typing the Actions

Introduction This is the third post on topic of NgRx. Previous two posts are available on the following links In this post, we’ll cover how to strongly type our actions. In NgRx world, its the action that makes the application go. When user click something, we kick-off an action. Need to load data, we kick-off … Read more

Konva – Basics

Introduction Konva is a wrapper for the HTML5 canvas element. In this post we’ll see a basic introduction of Konva library and we’ll also use it in an Angular application. Konva has very good documentation available, please check it to get more details as needed. Setting Up the Code Solution I will be using an … Read more

NgRx – Strongly Typing the State and Building Selectors

Introduction In an introductory post we started with the basics of NgRx. We covered the first steps towards centralized state management for our application using NgRx which is Redux pattern tailored for Angular. We installed the NgRx store and wired-it up in our application. We saw, how we can structure our application state in small … Read more

AWS ECS Fargate – Deploy and Run Multi-Container Web Application (.NET Core, Angular, Postgres)

Introduction With AWS Fargate, we can run applications without managing servers. Fargate is a serverless compute engine for containers. In previous post, we covered basics of AWS Fargate and took a step by step approach to deploy and run a .NET Core Web API application on AWS Fargate Service. We used AWS Fargate web console … Read more

AWS Fargate – Deploy and Run Web Application (.NET Core)

Introduction With AWS Fargate, we can run applications without managing servers. Fargate is a serverless compute engine for containers that works with both Amazon ECS and Amazon EKS. The official information page can be visited on this link. In this post, we will take a step by step approach to deploy and run a .NET … Read more

Native CSS Animations

Introduction CSS animation is sometimes a little less used skill for many developers. This post will help us to get started with the basics. Lets dive into some code to get started. Step0 – Element To start with, we need an element to animate. I have a div with some CSS styling applied as shown … Read more

Hex Quote

A blog about my coding adventures

Skip to content ↓