Tag: development
7 Awesome Developer Tools to Make You More Productive on Mac
January 3, 2023 · 2 min read
Learn about 7 great developer tools that can help you improve productivity on Mac OS.
Magento 2 - View models
October 19, 2021 · 3 min read
In this article I'll go through view models in Magento 2. We'll cover the basics and talk about how and when to use them and how view models could help us.
Magento 2 - update single model value
December 17, 2020 · 1 min read
Often you'll get in a situation when you have to update only one model field and at the same time you don't have a model object instance. Let's take a look how to achieve this.