Here’s a primer for the tools all web developers should get to know, from basic Bash commands to web browser add-ons that will debug your web apps and automate navigation tests, plus continuous integrations pipelines. Keep in mind this article is intended to cover the tools that the largest number […]
Daily Archives: April 17, 2020
React is a really popular JavaScript framework. Like, really popular. So? Well, if you’re a front-end developer (or soon to be 😉), React is a great way to save time in wrangling code to make amazing, responsive user interfaces. Think single-page applications (SPAs) with changing states, reusable components, and mobile […]
Writing clean and reusable code is not easy, we learn different patterns to achieve that. The MVC(Model-view-controller) pattern is probably the first architect pattern you got to know.
My website works completely fine until few hours ago I received couple of messages that customers cannot click on the Place order button. I have one step checkout module installed since day one that my site launched and suddenly it stopped working. I clicked on the inspect console and this […]
I can not seem to override the Magento Invoice class. I’ve created a module, installed it, enabled it. I have the following in my di.xml file < ?xml version="1.0"?> I’ve run the following commands: ./bin/magento cache:flush ./bin/magento setup:di:compile If I run dev:di:info, it shows my class as a preference… $ […]