https://www.youtube.com/watch?v=YPbGW3Fnmbc
Saturday, June 13, 2020
Tuesday, June 9, 2020
Magento 2
Magento Layered Architecture
Unit tests are designed to test individual class methods in isolation, asserting all possible combinations and taking care of the smallest testable part of an application.
Integration tests test the interaction between individual components, layers, and an environment.
Static tests do not really run the code; they analyze it. They are used to verify that the code conforms to certain coding standards
Integrity tests check how an application is linked. They check for things such as merged configuration validation. Basically, they tell us if your application should be able to run.
Functional tests mimic the user interaction with our application. They literally mean testing in the form of browser interaction, which involves clicking on the page, adding products to the cart, and so on.
Books
https://learning.oreilly.com/library/view/magento-2-development/9781789343441/
Sunday, June 7, 2020
Saturday, June 6, 2020
Sunday, May 31, 2020
Saturday, May 30, 2020
Swagger , Open API 3.0
https://www.youtube.com/watch?v=wBDSR0x3GZo&list=PLrA5ciulugn_pHHuEjyWIuyLT20r5QzWZ&index=2&t=0s
https://idratherbewriting.com/learnapidoc/openapi_tutorial.html
https://medium.com/@amirm.lavasani/restful-apis-tutorial-of-openapi-specification-eeada0e3901d
Code Gen
https://mux.com/blog/an-adventure-in-openapi-v3-api-code-generation/
https://github.com/Mermade/openapi-codegen/tree/master/templates
Sunday, May 24, 2020
Subscribe to:
Posts (Atom)


























































