Writing your first Django app, part 5 Introducing automated testing What are automated tests? Why you need to create tests Tests will save you time Tests don’t just identify prob...
Writing your first Django app, part 2 Database setup Creating models Activating models Playing with the API Introducing the Django Admin Creating an admin user Start the devel...
Writing your first Django app, part 1 Creating a project The development server Creating the Polls app Write your first view path() argument: route path() argument: view ...
Writing your first Django app, part 5 Introducing automated testing What are automated tests? Why you need to create tests Tests will save you time Tests don’t just identify prob...
Writing your first Django app, part 5 Introducing automated testing What are automated tests? Why you need to create tests Tests will save you time Tests don’t just identify prob...
Writing your first Django app, part 3 Overview Writing more views Write views that actually do something A shortcut: render() Raising a 404 error A shortcut: get_object_or_404(...
Writing your first Django app, part 2 Database setup Creating models Activating models BEGIN ; — Create model Choice ); — Create model Question ); — Add field question ...
Writing your first Django app, part 1 Creating a project The development server Creating the Polls app Write your first view path() argument: route path() argument: view path(...
Define the API from code-first approach Start with LoopBack artifacts Define your models Define your routes Reviewing your API specification Define the API from code-first ...
Go microservices, part 2 - building our first service 21 February 2017 // Erik Lupander Introduction Setting up a Go Workspace Installing the SDK Setting up a development envir...