blog.awabcodes.comBuilding a Currency Converter in GoIntroduction In this post, we'll create a practical currency converter Command-Line Interface app using Go. It enables you to swiftly convert between currencies without leaving your terminal. Setting Up Before diving into the code, make sure you have...Sep 11, 2023·3 min read
blog.awabcodes.comDynamic Forms in Angular: Simple Yet PowerfulIntroduction Building dynamic forms can be complex. In this blog post, we'll cover a simple yet powerful way of creating dynamic forms in Angular. We'll walk through the process of creating a form schema, converting it to Angular's ReactiveForms cont...May 16, 2023·4 min read