Among the new features in Python 3, there’s an interesting syntax addition — namely, function annotation syntax. It allows adding annotations to function parameters and their return values. It…
Read moreLatest
3 min read
4 min read
One of my favorite things about AngularJS is that it creates a nice structure for a project’s JavaScript code. Its architecture encourages best software practices by allowing us…
Read more3 min read
Recently, while working on improving my knowledge of common software engineering practices, I picked up two books: Pragmatic Programmer by Andrew Hunt and David Thomas and Code Complete 2 by Steve McConnell.…
Read more3 min read
Upgrading to Django REST Framework 3.0 can be a daunting task. As with any major software release, certain parts become backwards incompatible, causing the need to sweep through all your code…
Read more