Resources
curated by the community
-
https://github.com/kamranahmedse/design-patterns-for-humans
07-14-2020
A collection of common design patterns done in PHP
@emehrkay -
https://api-platform.com/
08-28-2019
API Platform is a set of tools to build and consume web APIs
@ann -
https://laconia.dev/
08-15-2019
Laconia is a project created by Tania Rascia to learn how to make a modern MVC framework from scratch without using any libraries or dependencies. Since Laconia has no external frameworks, it can be a helpful starting point for beginner PHP developers to learn the concepts of authentication, object-oriented architecture, Model-View-Controller concepts, routing, and creating a database schema.
@ann -
https://www.interviewcake.com/article/python/big-o-notation-time-and-space-complexity
08-02-2019
A primer on Big-O Notation. The simple and clear examples illustrate how to determine the worst case runtime of a given algorithm
@emehrkay -
https://www.youtube.com/playlist?list=PLGLfVvz_LVvSX7fVd4OUFp_ODd86H0ZIY
07-03-2019
Learn: code, c++, python, java, php, mysql, javascript, js, html, css, go, ruby, sass, susy, objective c, swift, lua, c#, lisp, haskell, prolgo, scala, dart, jquery, handlebars, bootstrap, express, xampp, jade, MEAN stack, perl, groovy, rush, bash, typescript, erlang, elixir, f#, ES6, kotlin, crochet, r, clojure, arduino, crysal, julia, matlab, fortran, LaTeX, java in one video.
@ann -
https://github.com/PatrickLouys/no-framework-tutorial
07-03-2019
Create a PHP application without a framework
@ann -
http://container.thephpleague.com/
07-03-2019
A simple but powerful PSR-11 dependency injection container
@ann -
https://carlalexander.ca/dependency-injection-wordpress/
07-03-2019
"Dependency injection is this idea that there should be a system that handles these objects that your class depends on. This system would inject those objects (thus the name dependency injection!) into your class. It can do either by constructing the object and passing it its dependencies. Or it can use methods that you’ve created for that purpose like setter methods. We call those constructor injection and setter injection respectively."
@ann -
https://refactoring.guru/design-patterns
07-03-2019
Design patterns are typical solutions to common problems in software design. Each pattern is like a blueprint that you can customize to solve a particular design problem in your code.
@ann -
https://m.dotdev.co/understanding-laravel-service-container-bd488ca05280
07-03-2019
@ann -
https://vuejsdevelopers.com/2017/11/06/vue-js-laravel-server-side-rendering/
07-03-2019
Server-side rendering is great way to increase the perception of loading speed in your full-stack app. Users get a complete page with visible content when they load your site, as opposed to an empty page that doesn’t get populated until JavaScript runs.
@ann -
https://varyingvagrantvagrants.org/
07-03-2019
A configuration tool for Wordpress-focused vagrant boxes.
@emehrkay -
https://torquemag.io/2017/09/using-service-container-improve-wordpress-code/
07-03-2019
Using A Service Container To Improve Your WordPress Code
@ann -
https://laravel-news.com/scaling-laravel-forge
07-03-2019
@ann -
https://github.com/Modelizer/Laravel-Selenium
07-03-2019
Selenium for Laravel!
@ann -
https://github.com/mikeerickson/phpunit-pretty-result-printer
07-03-2019
Extend the default PHPUnit Result Printer with a modern, pretty printer!
@ann -
https://paragonie.com/blog/2017/12/2018-guide-building-secure-php-software
07-03-2019
this seems to be a pretty comprehensive guild on how to solidify security around a PHP application. And with most things tech, the ideas presented here are applicable to many langs
@emehrkay -
https://vimeo.com/151390908
07-03-2019
@ann -
https://www.packtpub.com/application-development/php-microservices
07-03-2019
@ann -
https://nomadphp.com/deploying-php-applications-fabric/?utm_source=rss&utm_medium=rss&utm_campaign=deploying-php-applications-fabric
07-03-2019
@emehrkay