I recently announced the release of a project I’ve been working on for a few months. The project is called Lintly. It is a continuous…...
Read more »
One of the first problems you have when you want to create a traditional HTML django site (i.e
not an SPA one) is how to properly and beautifully layout your forms. In this small article I’ll
talk about two very useful django packages that will help you h... (more…)
Read more »
Djangocon Real Time Chat Tutorial (WebSockets). Contribute to Cara-Borenstein/real-time-chat development by creating an account on GitHub. (more…)
Read more »
One of the quickest wins for improving the speed of a Django app is to fix the “oops didn’t mean to” inefficient database reads that… (more…)
Read more »