by Adolfo Arnold | Oct 2, 2019 | Blog
Is it possible in a web application to display data in tabular form and allowing the user to move columns with the drag and drop? In this article, I will tell you about my experience in an Angular project. Let’s start with basics using the HTML tag <table>:...
by Adolfo Arnold | May 15, 2019 | Blog
While I was working on a client’s project with one of our partners, I had the opportunity to face the development of some tasks, using a method I’ve heard about many times, but that I have never used before: the Test Driven Development (TDD). _This method...
by Adolfo Arnold | Mar 6, 2019 | Blog
Some time ago, I had the chance to work on Raptor Framework, our product for the dynamic generation of CRUD operation starting from .Net code. During the porting from .Net Full Framework to .Net Core and Angular, I deal with the refactoring of validation management of...
by Adolfo Arnold | Jan 23, 2019 | Blog
A frequently required activity, in the projects I work on, is the management of the upload and download of files in Angular. There are different ways to develop these functionalities: the best approach often depends on the available API. Suppose you have...