This is the second part of a two-part series exploring the use of the Angular 6 HttpClient to make API calls against a Django back-end using Django Rest Framework.
Angular's animation API is quite powerful. It can trigger various special effects when data changes or when an element is added or removed. The effects on adding and removing were useful to me in a recent project, so I thought I would take a closer look.
A look at a few of the game's data structures, and how Angular's HttpClient can make API calls to a Django Rest Framework API in a decoupled application.
I have had a few people remark to me their opinion that it's just plain impossible to develop websites on Windows. Then, how have I been doing it for the past ten years?
The second part of a series about rewriting the classic game, The Wonderful World of Eamon. Here I show the game’s command prompt and a few handy features in the command UI.
The Apple II is long dead, and playing the original version of the text adventure game Eamon now requires an emulator. What if I could rewrite it for modern computers? A programming adventure using Django and Angular.
Hosting a Django site can be a bit of a puzzle, especially if you're used to PHP and Apache. This article shows how to configure Apache to host a Django site.