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
Testing the boundaries of collaboration – Increment: Testing
Two experiments—small changes, instantly deployed; and automatically committing code that passes its tests, while deleting what fails—should have gone horribly wrong. They didn’t.
Testing applications is crucially important to ensuring that the code is error-free and the logic requirements are met. However, writing tests manually is
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 […]
Не попадайте в ловушку преждевременной оптимизации
Дональд Кнут однажды сказал слова, ставшие впоследствии знаменитыми: «Настоящая проблема заключается в том, что программисты, не там, где нужно, и не тогда, когд...
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.
Пакет Go состоит из Go-файлов, расположенных в одной и той же директории, в начале которых имеется одинаковое выражение package. Пакеты, подключаемые к программа...
Ещё одна имплементация Dependency Injection в JavaScript — с ES6-модулями, с возможностью использовать один и тот же код в браузере, и в nodejs и не использовать...
🐕 Announcing NodeGUI and React NodeGUI - Build native desktop apps with Javascript and CSS 🎉
We’re very excited to announce the launch of NodeGUI and React NodeGUI! 🎊 NodeGUI is an open source library for building cross platform native desktop applications with JavaScript and CSS like…
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.
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…
Composition API (revised from #42 Function-based Component API) by yyx990803 · Pull Request #78 · vuejs/rfcs
Rendered | Source This is a revised version of #42. Editorial Updates Renamed the proposal to Composition API Adjusted adoption strategy and position the API as an advanced, additive API that work...