London, United Kingdom

(+44) 07788377460 [email protected]

How To

slide

PHP to Kotlin: A Developer’s Crash Course

Welcome to the “other side,” my friend. If you’re coming from PHP, you’re used to the “Wild West” (in the best way possible)—dynamic typing, shared-nothing architecture, and a “just make it work” philosophy. Kotlin is going to feel like putting on a tailored suit. It’s structured, incredibly safe, and runs […]

Tree of PHP exceptions

“`Throwable ├── Error │ ├── ArithmeticError │ │ └── DivisionByZeroError │ ├── AssertionError │ ├── CompileError │ │ └── ParseError │ ├── TypeError │ │ └── ArgumentCountError │ ├── ValueError │ ├── UnhandledMatchError | ├── FiberError | └── Random\RandomError │ │ └── BrokenRandomEngineError | └── DateError | ├── DateObjectError │ […]