Become a Better Software Architect
-
Updated
Jan 20, 2020
Become a Better Software Architect
A turn based puzzle-roguelike game about breaking the bounds of the traditional grid. Exist in multiple grid spaces at once, and leap across three cells in only one step! Awarded 1st place in the Theme Interpretation category.
《系统重构与迁移指南》手把手教你分析、评估现有系统、制定重构策略、探索可行重构方案、搭建测试防护网、进行系统架构重构、服务架构重构、模块重构、代码重构、数据库重构、重构后的架构守护
March 04, 2020 • Los Angeles
蓝奏云 | 蓝奏云客户端 | 蓝奏网盘 GUI版本
A description is incomplete. It should mention:
These patterns are not competing, but complementing each other. To achieve availability, one needs both fail-over and replication.
right after
"There are two main patterns to support high availability: fail-over and replication. "
Having trouble using Jupyter Notebooks effectively in your team? Join 200+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews.
We provide complete code review workflow for notebooks,
A lightweight RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV server and client framework based on C++11
Kubernetes - Beginners | Intermediate | Advanced
Roadmap to becoming a web developer in 2020
A software characterization source code analyzer that helps you understand what a program does by identifying interesting features and characteristics using static analysis and a customizable json based rules engine.
I created this meta issue to track missing documentation. I added [x] even
thought documentation might not be complete. This point is just to make easier
to people to find what module needs documentation, so they can easier contribute
to documentation.
If you want to contribute to documentation there is snippet template,
M-x -> yas-snippet-insert ->Doom module readme
Or in org-mode you ca
Since Trax is a successor of tensor2tensor (according to the release notes of tensor2tensor v1.15.0), it would be helpful if you could provide examples for more advanced machine learning tasks. An outstanding feature of tensor2tensor are the numerous (and useful) examples which Trax is currently lacking. Such examples would especi
The API doesn't seem to be removing all tags when an article's tagList is an empty array.
Sending an array with an empty string properly removes all the tags.
Micro Kernel / Bootloader for Ben Eater's 6502 Computer
Here is a clear and concise description of what the problem is:
Is it possible to implement tensorboard to monitoring the training sessions?
Based on a true story
Currently, setting coordinates in Z_STEPPER_ALIGN_XY that cannot be reached by the probe (due to a probe offset, for example) compiles successfully but fails during G32.
I'm suggesting adding a sanity check to make sure Z_STEPPER_ALIGN_XY is valid for the currently set bed size and probe offset.
It would be great to have an option for a module to not be auto started when then the "Setup" button is pressed on the Dreamview page. This flag could be given in the HMI.
《神经网络与深度学习》 邱锡鹏著 Neural Network and Deep Learning
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计、Java、Python、C++
Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.
https://github.com/ryanmcdermott/clean-code-javascript#dont-add-unneeded-context
Not so good:
// paintCar for a function name is redundant here and a simple paint(car) seems more intuitive.
Better: