Shiki is a beautiful syntax highlighter powered by the same language engine that many code editors use. We’ve just released a package that allows you to run Shiki on AWS Lambda through Sidecar.
PHP
★ How to easily access private properties and methods in PHP
Sometimes you need to access a private property or method on an object that isn’t yours. Maybe you’re writing a test and need to assert some internal state. Maybe you’re building a package that needs Read more…