January 2021
- 
          
            
            4 Jan 2021🐥Parsing a key pair from a PEM file in Go
 - 
          
            
            3 Jan 2021🐥Looking up a CNAME in Go
 - 
          
            
            2 Jan 2021🐥Pretty-print JSON with Go
 - 
          
            
            1 Jan 2021🐥Embedding file with Go 1.16
 
December 2020
November 2020
- 
          
            
            26 Nov 2020🐥Writing maintainable code
 - 
          
            
            22 Nov 2020🐥Annotate Querysets to Fetch Specific Values
 - 
          
            
            17 Nov 2020🐥Define Custom Query Sets and Model Managers for Code Reuse
 - 
          
            
            16 Nov 2020🐥Use Prefetch Objects to Control Your Prefetch Related
 - 
          
            
            15 Nov 2020🐥Using Q Objects for Complex Queries
 - 
          
            
            14 Nov 2020🐥Optimize Database Calls with Prefetch Related and Select Related
 - 
          
            
            9 Nov 2020🐥Making a unique list in Python preserving the order
 - 
          
            
            4 Nov 2020🐥Safely getting values from a Python dictionary
 - 
          
            
            3 Nov 2020🐥How to test if __name__ == "__main__"
 - 
          
            
            2 Nov 2020🐥Testing exceptions in pytest
 
October 2020
- 
          
            
            29 Oct 2020🐥Executing a Python function and fail after x attempts
 - 
          
            
            27 Oct 2020🐥Sorting a Python dict by value