Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
koen
koen has asked
24
questions and find answers to
8
problems.
Stats
276
EtPoint
47
Vote count
24
questions
8
answers
About
koen questions
how do closures help in creating a DSL/fluent interface: PHP examples?
does the 'getters and setters are evil' fail for the view layer?
combinations: avoiding multiple nested foreach
Is behaviour driven development about design or analysis?
vim - move cursor in insert mode without arrow keys
DDD: what's the use of the difference between entities and value objects?
PHPUnit getMock() with namespace
how to test or describe endless possibilities?
how to avoid returning mocks from a mocked object list
What's the difference between PDOStatement->bindParam() and PDOStatement->bindValue()? [duplicate]
koen answers
RBAC or ACL, for private content?
git file history browsing
Something like gitignore but not git ignore
Access control - is RBAC worth implementing in a hierarchical user management system?
Can I use static class for my Logger?
Multiple levels of authorization, not only role-based
PHPUnit - creating Mock objects to act as stubs for properties
Best practices for static constructors