144 followers
Head of eLearning at the University of Cambridge Language Centre & Online Tutor for the BSc Computer Science, Goldsmiths, University of London.
Ever found yourself scratching your head because a variable or function in your JavaScript code wasn’t working where you expected? It can feel like...
XML transformations refer to the process of converting XML data from one format to another, typically for the purpose of presentation or integration...
Introduction to XML eXtensible Markup Language (XML) is a versatile markup language that defines a set of rules for encoding documents in a format...
Part 3 - Using Model Serializers with Django Rest Framework In Django, creating and managing web APIs can be accomplished without any additional...
Part 2 - Building RESTful Endpoints from Django Models In part one of this tutorial, we laid the groundwork for building RESTful APIs in Django by...
After installing MySQL, in this tutorial we will make a MySQL database and create a table in that database. Then we'll add data to the table and query...