Blog Archive
Videos
Welcome to the next episode in our new series “Integrating testing into your development flow”. Today we are going to be looking at “User Acceptance Testing”. In our last presentation we will…
Django Website Basics – Models And Forms
This series looks at Python and Django. We continue our tutorials by exploring the steps to build a Django website. There are a few keys areas to understand, and then we are…
Django Models and Administration Features
Django gives us a robust set of tools for our database and administration of our application. This tutorial provides an introduction to Django models and those tools. We will look at how…
AWS Developer Tools – An Overview
Our series of tutorials on Python-Django will include the use of several AWS Developer tools. Therefore, we want to take a look at those from a high-level before we get very far…
Python-Django: A Crash Course Introduction
Python-Django is a combination for web development that is growing at a rapid pace. There are also new services being added to the AWS list on an almost daily basis. When you…
Code Generators – Pros, Cons, And Where To Find Them
Code generators have been around almost as long as coding itself. Software developers tend to be a bit lazy, and that drives us to build tools that remove the drudgery from our…