Conditionally setting your gitconfig
Thanks to conditional includes, you can dynamically switch instances of your
.gitconfig
on the fly.
Source: Conditionally setting your gitconfig, an article by Marcus Crane.
Thanks to conditional includes, you can dynamically switch instances of your
.gitconfig
on the fly.
Source: Conditionally setting your gitconfig, an article by Marcus Crane.
In which we implement a simple Datalog engine in not many lines of Haskell to understand its semantics.
Source: The Essence of Datalog, an article by Mistral Contrastin.
New in Swift 5.5: It’s now possible to define protoddcol APIs that let us use Swift’s very convenient “dot syntax” to create conforming instances, which in turn can make certain protocols act more like enums, while still retaining all of the flexibility that protocols give us.
Source: Using static protocol APIs to create conforming instances, an article by John Sundell.
Jakob Nielsen's 10 general principles for interaction design. They are called "heuristics" because they are broad rules of thumb and not specific usability guidelines.
Source: 10 Usability Heuristics for User Interface Design, an article by Jakob Nielsen.