Setting Up The Front End As A “New Web” Application In Part 2 of this series, we discussed setting up our server. Now, we’re going to discuss setting up our front end as a web app. There are several frameworks available to get us going. While my...
Building A New Web App Written In JavaScript/TypeScript In part one of this series, we discussed some of the components that make up a complete application written in JavaScript/TypeScript. In this part of the series, we will build a simple chat application,...
Angular Application: How to Add Swiping with NgRx Swiping left and right, up and down is so common a use case that it is vital that you as a developer add it to your toolbox. This article will focus on adding left/right swiping to an Angular application using NgRx....
Why Major Companies Are Using Electron to Build Cross-Platform Apps Why Electron? When companies develop applications for desktop, they usually need to support three different operating systems: Windows, Mac, and Linux. Correspondingly, each of these operating systems...