What is webpack? Why is it listed as part of my chapter on build automation systems? Let's find it out in this extract from chapter 6 of my upcoming book.…
With JavaScript frameworks becoming more and more complicate, and with the increasing demand for performances also on the client-side of applications, gone are the days when it was just enough to put some javascript or css files in a static folder. Today I'm going to share an extract of chapter 6, which introduces the role build systems in front-end development.…
With package managers you consume libraries but eventually you will end up releasing yours for others to use, either to the community or as shared among co-workers. Today we look into how to do it with Nuget and .NET Core.…
Today I'm going to cross halfway point in my book, taking a extract from chapter 5, which is about package managers and Nuget, NPM, Bower. And I'm going to introduce package managers and why we need them.…
Today let's have a look at how to type less when adding Bootstrap components using the Bootstrap Snippet Pack.…
A few days I said that Semantic UI has class nicer naming than Bootstrap (and easier to remember) for specifying columns sizes in grids. Well, let's see how the responsive grid is defined in Bootstrap.…
Yesterday I introduced the foundations of Angular and today I'm going to briefly explain how an Angular project is built and why adding an Angular component to an ASP.NET Core is not as easy as just adding a few JavaScript files in a folder.…
Bootstrap is the most popular and used CSS framework, and my book "Front-end Development with ASP.NET Core, Angular, and Bootstrap" covers it in details in chapter 4, but today I want to highlight one o f the possible alternatives that my chapter 2 briefly covers: Semantic UI.…
I'm so excited to announce that I just sent to the my editor the final chapter of my upcoming book Front-end Development with ASP.NET Core, Angular, and Bootstrap. And will available beginning of 2018.…