1122 1220 1896 1486 1907 1915 1483 1098 1816 1155 1558 1799 1434 1049 1429 1762 1534 1099 1160 1247 1374 1855 1039 1670 1257 1000 1837 1030 1888 1389 1587 1729 1510 1018 1454 1321 1778 1082 1722 1679 1365 1468 1836 1298 1306 1263 1567 1133 1783 1734 1426 1559 1925 1954 1918 1946 1888 1072 1945 1035 1505 1327 1170 1989 1540 1563 2000 1630 1858 1394 1113 1616 1950 1895 1374 1866 1759 1457 1752 1829 1508 1967 1450 1882 1060 1975 1240 1016 1824 1594 1514 1996 1867 1603 1505 1415 1508 1804 1167 PHPnews.io | The amazing payoff goes here

PHPnews.io

Overview for 'igor'

Stack Machines: Shunting-yard

Written by igorw / Original link on Aug. 24, 2019

Stack Machines: Shunting-yard fundamentals << rpn-calculator << shunting-yard << io << jumps << conditionals << comments << calls << variables << stack-frames << heap << compilers The RPN calculator (see previous post) was quite easy…


Stack Machines: RPN calculator

Written by igorw / Original link on Aug. 24, 2019

Stack Machines: RPN calculator fundamentals << rpn-calculator << shunting-yard << io << jumps << conditionals << comments << calls << variables << stack-frames << heap << compilers A very simple form of stack machine is a so-called…


Git Branching Model

Written by igorw / Original link on Jan. 1, 2017

Git Branching Model Since the original A successful Git branching model post from nvie there have been numerous attempts to simplify his model. While it is a very solid branching strategy, you do end up with a ton of branches that you may not actually need. This post aims to document the general st…


Dependency Responsibility

Written by igorw / Original link on Jan. 1, 2017

Dependency Responsibility Convenience is great, and many tools provide you with it. Dependency managers are one such tool that allow you to easily install any library instantly. But you should not use them blindly. There are more important considerations than "I want foo right now". Which type of…


Composer Vendor Directory

Written by igorw / Original link on Jan. 1, 2017

Composer Vendor Directory A common question in composer support is to install packages into a directory other than vendor. I want to explain why that is a bad idea. Achtung: Might be a little ranty. One True Vendor You don't own your vendor directory. When you use composer, you are waiving your rig…


How heavy is Silex?

Written by igorw / Original link on Jan. 1, 2017

How heavy is Silex? Quite often silex has been described as heavy or bloated. It's time to put this myth to rest. Quotes Silex: The world's largest microframework. Silex: All the bloat of Symfony but with only half the features. Silex is so big: It has more lines of code than your project. Micro-fr…