
Using Python, Flask, and Angular to Build Modern Web Apps - Part 3
In this series, we will learn how to create modern web applications with Python, Flask, and Angular. We will use this stack to build a SPA and a backend API to expose exams and questions so users can test their knowledge regarding different technologies.
ASP.NET Core - CRUD Using Angular 5 and Entity Framework Core, Part 2
We continue where we left off in Ankit's last post, "ASP.NET Core – CRUD Using Angular 5 And Entity Framework Core", but developing the front-end of our web application, using Angular 5 as our framework of choice.

How to upload a file from Angular 5 to ASP.NET Core 2.1 Web API
Since the release of ASP.NET Core 2.1 preview 1, the author of this article has been playing with it. The good news is, we can also create an Angular 5 app directly from the Visual Studio 2017 without installing any third-party extensions or templates.

Detect, diagnose, and debug Angular issues with ease
Instantly know whats broken and why. Rollbar provides real-time monitoring, alerting, analytics for JavaScript errors, and worry less about breaking things. Learn more.
Bazel with Angular, Node and Java
In a previous post, Tor showed us how to build an Angular app and a Node api with Bazel. In this post he will take this a step further by throwing a Java Api into the mix.

Angular Testing: A Developer’s Introduction
In this guide, we’ll look at how we can write automated tests in Angular 5 projects. Angular Testing is a core feature available in every project that was set up with either the Angular CLI or the Angular quick start project.
How to Deploy an Angular Application to GitHub
Learn how to create a basic calculator application in Angular, and then deploy that applicaiton to GitHub so other devs can use the code!