## PowerFX is the new language of Microsoft.
PowerFX is the new language of Microsoft....
PowerFX is the new language of Microsoft....
Mission lists information for an excel sheet. What is PowerApps? PowerApps is a service of Office365 (well, not really (1) ) in charge to create UI that could work on the web and on mobile devices. It's neat but limited....
When we use a cache, we reduced the IO with the database. Most databases are highly optimized and they do marvelous work with information. However, they are not a magician and it could hurt the performance of the system in general....
PdoOne is a library with two goals: performance and no dependency. For our exercise, we will use it to insert and read an invoice. This model contains 3 tables. ...
An example of AutoLoadOne, a high-performance autoloader library for PHP...
You either die a hero or live long enough to see yourself become the villain. It is about legacy code and the lifespan of our programs. ...
Speeding PHP with FFI FFI is an experimental extension that allows us to use an external library (.so or .dll), without creating an extension. This library could be preloaded or loaded per each request. It is recommended to runs it preloaded but it's easy to load per request....
Learning from hackers. How to learn from hackers without paying for a course or purchasing a book....
Comparison OOP between C# (CSharp), JAVA, and PHP and why Type Hinting is not a solution....