You are here |
blog.jayfields.com | ||
| | | |
www.stevejgordon.co.uk
|
|
| | | | In this post, we will create, inspect and decompile the world's smallest C# program to learn how the compiler generates executable code. | |
| | | |
ryanbigg.com
|
|
| | | | Decorating arrays with SimpleDelegator | |
| | | |
thepugautomatic.com
|
|
| | | | I recently discovered the Ruby Module Builder pattern. It lets you pass in arguments to dynamically generate a module at include time: class Greeter < Module def initialize(name)... | |
| | | |
yasoob.me
|
|
| | Hi everyone! ?? I maintain an old website for a client that was originally developed in 2015. It hasn't been updated for the last 5 years and uses Django 1.7 and some Django extensions which haven't been updated for Django 3. I recently decided to move the website to a new server and had to repackage the Django code in a Docker container. It took me some time to get it working correctly so I hope this article can save you some time if you ever find yourself in a similar situation. |