Development

Development

1854 bookmarks
Custom sorting
The Product-Minded Software Engineer
The Product-Minded Software Engineer
Product-minded engineers are developers with lots of interest in the product itself. They want to understand why decisions are made, how people use the product, and love to be involved in making product decisions. They're someone who would likely make a good product manager if they ever decide to give
·blog.pragmaticengineer.com·
The Product-Minded Software Engineer
Опыт использования Vue.js в «Едадиле»: как применяют и почему не выбрали React
Опыт использования Vue.js в «Едадиле»: как применяют и почему не выбрали React
Руководитель отдела разработки «Едадила» рассказывает, как его команда использует Vue, какие фичи добавляет и с какими сложностями сталкивается.
·tproger.ru·
Опыт использования Vue.js в «Едадиле»: как применяют и почему не выбрали React
Product vs. Feature Teams
Product vs. Feature Teams
This article is certain to upset many people. I’m sorry for that, but the degree of ongoing noise and confusion surrounding the role of product at tech companies is only getting worse. Moreover, I see the issues and problematic behaviors getting institutionalized in conference talks, training programs and so-called certification programs for product people. I […]
·svpg.com·
Product vs. Feature Teams
Curl Cookbook
Curl Cookbook
A cookbook full of organic, nutritious, and completely irresistible curl recipes to pass down for generations.
·catonmat.net·
Curl Cookbook
Не попадайте в ловушку преждевременной оптимизации
Не попадайте в ловушку преждевременной оптимизации
Дональд Кнут однажды сказал слова, ставшие впоследствии знаменитыми: «Настоящая проблема заключается в том, что программисты, не там, где нужно, и не тогда, когд...
·habr.com·
Не попадайте в ловушку преждевременной оптимизации
Knowing What To Test - Vue Component Unit Testing
Knowing What To Test - Vue Component Unit Testing
The most common question about testing Vue components I see out there is: what exactly should I test? In this article, I'll share with you some guidelines I use for that ensure I don't spend forever writing tests, but provide enough coverage to keep me out of trouble.
·vuejsdevelopers.com·
Knowing What To Test - Vue Component Unit Testing
Как писать Go-пакеты
Как писать Go-пакеты
Пакет Go состоит из Go-файлов, расположенных в одной и той же директории, в начале которых имеется одинаковое выражение package. Пакеты, подключаемые к программа...
·habr.com·
Как писать Go-пакеты
Dependency Injection, JavaScript и ES6-модули
Dependency Injection, JavaScript и ES6-модули
Ещё одна имплементация Dependency Injection в JavaScript — с ES6-модулями, с возможностью использовать один и тот же код в браузере, и в nodejs и не использовать...
·habr.com·
Dependency Injection, JavaScript и ES6-модули
Bridging Node.js and Python with PyNode to Predict Home Prices | The Coding Interface
Bridging Node.js and Python with PyNode to Predict Home Prices | The Coding Interface
In this article I demonstrate a novel Node.js package named PyNode used to invoke Python code within a Node.js application and, more importantly, receive Python return types in the calling Node.js application. To facilitate demonstrating this awesomeness I use the popular scikit-learn Python library to load the included California Housing dataset from the 1990 US Census and build a Linear Regression model for predicting home values within a Express.js application.
·nodeweekly.com·
Bridging Node.js and Python with PyNode to Predict Home Prices | The Coding Interface
# API Reference # setup
# API Reference # setup
The setup function is a new component option. It serves as the entry point for using the Composition API inside components. Invocation Timing setup is called right after the initial props resolution w…
·vue-composition-api-rfc.netlify.com·
# API Reference # setup