


Technical
-
If You’re a Small Business, Should You Choose Shopify or Magento?
These are the two most popular ecommerce platforms in North America, and represent a major portion of the international ecommerce market share. So far, Shopify alone has sold more than $135 billion worth of goods and services, and their market share only continues to grow. Magento is not far behind, growing at a rate of… View Article
Technical 2020-02-27 -
Usage Of Bind Method In Object-oriented JavaScript
Context in JavaScript Without classes (it’s only syntactic sugar when using ES6), the workaround for instantiating new objects is with the usage of a function. A function in Javascript assumes both the roles of a function and of a class to instantiate new objects. Suppose we want to instantiate a new Person. The way to… View Article
Technical 2019-03-22 -
PHPUnit : Generating Test Doubles For Doctrine EntityManager Class And Mocking Internal Objects Dependencies.
As part of a PHP project I’m currently working on, I had to create unit tests for a function that takes parameters from the result of a SQL query executed by Doctrine (Query Builder) and asserting it returns the same result in the form of an associative array containing the column names as keys and… View Article
Technical 2019-03-22