The Softwayfare Trader

Travel, Code, Trade, Repeat…

Skip to content
Menu
  • Home
  • Contact
  • About
TechnicalPosted onNovember 11, 2019August 22, 2022

Dynamically Creating CSS Classes in Angular

Angular provides a lot of ways for you to set your styles programmatically using NgStyle and NgClass attribute directives. It’s almost as if there is…

Read More
TechnicalPosted onOctober 9, 2019August 22, 2022

Hamburger Menu Using Angular Material

A hamburger menu is represented by a three horizontal lines icon which, when clicked, displays the navigation menu for the web application. This menu has…

Read More
TechnicalPosted onJuly 20, 2019August 22, 2022

Convention Over Configuration for Repositories

I oftentimes call this as module discovery but what really happens when I speak about this is that I follow the design principle called Convention…

Read More
TechnicalPosted onJuly 7, 2019August 22, 2022

JWT Token Format with Cookie Authentication in ASP.NET Core

With the advent of Single Page Applications (SPAs) using client side technologies like Angular or React, we can totally have separate projects for our client…

Read More
TechnicalPosted onJune 22, 2019August 22, 2022

LDAP Authentication in ASP.NET Core

Prior to the Windows Compatibility Pack in .NET Core, I have been using the library from Novell for LDAP authentication. Now, we can use the…

Read More
TechnicalPosted onJune 13, 2019August 22, 2022

Intercepting HTTP Requests to Include User Credentials in Angular

When sending a request to the server and the resource you are trying to access requires authorization, you would need to send a valid access…

Read More
TechnicalPosted onJune 6, 2019August 22, 2022

Including the User Name Info in the Conversion Pattern of Log4Net on ASP.NET Core

If you have ever used %username in the conversion pattern of the log4net configuration on your ASP.NET Core application, you would noticed that you wouldn’t…

Read More
TechnicalPosted onMay 28, 2019August 22, 2022

Message Box in Angular

Coming from a Windows application background, I feel the need of having a message prompt for scenarios such as confirmation or displaying information. In web,…

Read More
TechnicalPosted onMay 22, 2019August 22, 2022

Creating an Angular Library

Just like in any organizations, quite a number of applications might share a common code including client side code. Angular provides a facility to create…

Read More
TechnicalPosted onMay 17, 2019August 22, 2022

Moving to a New Hosting Provider

It was around 3AM yesterday when I suddenly woke up with a question on my mind regarding the performance of my website – how is…

Read More

Posts navigation

Page 1 Page 2 Next Page

Recent Posts

  • Dynamically Creating CSS Classes in Angular
  • Hamburger Menu Using Angular Material
  • Convention Over Configuration for Repositories
  • JWT Token Format with Cookie Authentication in ASP.NET Core
  • LDAP Authentication in ASP.NET Core

Recent Comments

  • Hamburger Menu Using Angular Material – The Softwayfare Coder on Angular in ASP.NET Core

Archives

  • November 2019
  • October 2019
  • July 2019
  • June 2019
  • May 2019
  • September 2018
  • August 2018
  • July 2018
  • June 2018

Categories

  • Compositions
  • Technical
  • Travel
Copyright © 2023 The Softwayfare Trader