Explore >> Select a destination


You are here

www.jrebel.com
| | www.zend.com
1.0 parsecs away

Travel
| | What is a PHP Interface? A PHP interface defines a contract which a class must fulfill. If a PHP class is a blueprint for objects, an interface is a blueprint for classes. Any class implementing a given interface can be expected to have the same behavior in terms of what can be called, how it can be called, and what wi
| | simpleprogrammer.com
1.5 parsecs away

Travel
| | What Languages to Learn, How to Structure Code, Algorithms & Data Structures, Methodologies, Source Control, Object Oriented Design, Frameworks or Stack ...
| | ohmyscript.com
2.3 parsecs away

Travel
| | Hi everyone! Previously, in my last article, I had explained some of the must-know fundamental programming principles, which are applicable in any programming paradigm that you follow. Be it Functional or Object-Oriented paradigm/programming, those serve as the primary fundamentals. This article purely speaks of another 5 design principles, most specifically hold good to problems that...
| | www.mabl.com
20.7 parsecs away

Travel
| Learn how to effectively design Unit Tests and avoid common pitfalls when testing. Unit testing is paramount as the first form of testing in the CI/CD pipeline.