You are here |
humberto.io | ||
| | | |
minhajuddin.com
|
|
| | | | Today, I was working with some ruby code that had to find the first product in one of the current contexts. Here is the code: 12345678def find_product_in_current_contexts context_ids = [1, 2, 3] con | |
| | | |
www.laceyhenschel.com
|
|
| | | | This week I needed to manipulate the privacy of a Wagtail page programmatically. The Wagtail docs show you how to edit page privacy in the admin UI, but it doesn't peek behind the curtain to show you the code. The example here is a result of my Google searching. | |
| | | |
codewithstyle.info
|
|
| | | | This is the second post in the series. Click here to see the previous part. In the previous post I covered the basics of Scala syntax as well as some | |
| | | |
blog.darklang.com
|
|
| | And their influence on Dark After two decades of coding professionally in a dozen languages, I've come to a conclusion about static and dynamic types: * Static types help you ensure that your changes work, especially for changes that span large parts of the program. This leads to long-term productivity |