You are here |
snipe.net | ||
| | | |
jackharner.com
|
|
| | | | NPM (Node Package Manager) and Yarn are both JavaScript based package managers for ease of installing 3rd Party Tools & Libraries into your modern web... | |
| | | |
logr.cogley.info
|
|
| | | | If you are doing any modern PHP dev on Mac, check out the Laravel ecosystem, especially «Laravel Valet». It makes things so easy, you get a myapp.test served locally. ? Install php and composer via brew. Edit your .zshrc (or equivalent) to add php and .composer/vendor/bin to your system path. cd into your local PHP project. Run valet link myapp and valet secure myapp. Access your app via https://myapp.test. Profit. You can run Laravel Forge to connect, say, a Digital Ocean droplet to a git repo, so that ... | |
| | | |
juffalow.com
|
|
| | | | If you are learning PHP or you are experienced programmer you surely read the word Composer. But...what is it? What is its purpose and why should you use it? Here I want to write a few things about it and show you how to use it. PHPUnit testing framework should meet the requirements as proper and useful example. Let's get started... | |
| | | |
www.softdevtube.com
|
|
| | Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle, |