In the WordPress Guttenburg editor, categories do not work so great. The drop down box is often unpopulated, adding new categories is very kludgy, and...
Read MoreDevelopment
Python Comments
Use # to denote a comment in Python Python has no multi-line comment variation like other languages. # Python uses # to identify comments #...
Read MoreSharing Files With A Docker Container
Ok, so I need to directly edit files inside a Docker container. Why? Well, that’s not really important right now, let’s just say that I...
Read More