Showing 61 to 66 of 311 blog posts in the technical category.
-
Book Review: Creating GUI Applications with wxPython
I enjoyed working through the book Creating GUI Applications with wxPython by Michael Driscoll, learning various techniques for programming GUI applications in Python using wxPy... Read more
July 10, 2019 -
How to Set Up a Centralized Log Server with rsyslog
For many years, we've been running an ELK (Elasticsearch, Logstash, Kibana) stack for centralized logging. We have a specific project that requires on-premise infrastructure, s... Read more
June 20, 2019 -
Be Quick or Eat Potatoes: A Newbie’s Guide to PyCon
This year I attended PyCon for the first time. It’s rather amazing that I haven’t been before, since I’ve been using Python professionally for over 15 years. PyCon 2019 was held... Read more
May 23, 2019 -
How to Switch to a Custom Django User Model Mid-Project
The Django documentation recommends always starting your project with a custom user model (even if it's identical to Django's to begin with), to make it easier to customize lat... Read more
April 26, 2019 -
Coding for Time Zones & Daylight Saving Time — Oh, the Horror
In this post, I review some reasons why it's really difficult to program correctly when using times, dates, time zones, and daylight saving time, and then I'll give some advice... Read more
March 21, 2019 -
Django: Recommended Reading
It's important to read up on the latest industry trends and technologies to stay current in order to address our clients' challenges. We even maintain a library in our office fo... Read more
March 1, 2019