astray1988's recent timeline updates
astray1988's repos on GitHub
6 watchers
scala-reference-CN
4 watchers
emberjs-reference
Ember.js reference
Scala · 2 watchers
scala-talk-bittiger
Introduction to Scala and Play
Scala · 2 watchers
scalacaster
Purely Functional Algorithms and Data Structures in Scala
Scala · 1 watchers
angies-list-challenge
Interview questions for Scala role with Angie's List
Scala · 0 watchers
akka-examples
samples application for akka topics
0 watchers
akka-spider
A web crawler implemented by akka toolkit
Scala · 0 watchers
AkkaExplore
Sandbox to build prototypes and demo examples using scala and akka
0 watchers
awesome-algorithms
A curated list of awesome places to learn and/or practice algorithms.
0 watchers
awesome-blockchain
区块链资源列表(A curated list of blockchain resources.)
Python · 0 watchers
big-data-bootcamp
0 watchers
Blockchain-Developer-Resources
List of opininated links to resources useful to blockchain and bitcoin developers
HTML · 0 watchers
Catshark
Platform to predict the relevance of search results on homedepot.com
HTML · 0 watchers
CodeForOffer
This repo is for prototyping our ideas.
0 watchers
db-readings
Readings in Databases
0 watchers
edgetx-sdcard-sounds
Sound packs for EdgeTX
HTML · 0 watchers
emberjs-doc-cn
Ember.js 中文文档
Python · 0 watchers
flask
A microframework based on Werkzeug, Jinja2 and good intentions
0 watchers
free-programming-books-zh_CN
免费的计算机编程类中文书籍,欢迎投稿
Scala · 0 watchers
functional-and-reactive-domain-modeling-sandbox
Sandbox of examples from Functional and Reactive Domain Model
PHP · 0 watchers
google-interview-university
A complete daily plan for studying to become a Google software engineer.
Java · 0 watchers
guava
Google core libraries for Java
Swift · 0 watchers
JokeClient-Swift
Matlab · 0 watchers
machine-learning-coursera
Python · 0 watchers
Machine-Learning-Project
CSCE633
JavaScript · 0 watchers
mini-wp-blog
HTML · 0 watchers
mircropost
0 watchers
mongo-shell-like-query
mongo-shell-like-query
0 watchers
myblog
My blog app built by Node.js
JavaScript · 0 watchers
N-blog
《一起学 Node.js》
Scala · 0 watchers
parallel-programming-coursera
HTML · 0 watchers
pixel-art-maker-project
Udacity Pixel Art Maker project using basic HTML, CSS, JQuery to complete this project.
0 watchers
play-for-scala-developers
Play 文档
Scala · 0 watchers
PlayThriftBoilterplate
This is a boilterplate implemented by scala playframework2 and Apache Thrift.
JavaScript · 0 watchers
Powelton
CSS · 0 watchers
rclab
All the dylan's build and research on Radio Control field
Scala · 0 watchers
reactive-farm
Sandbox for experimenting build reactive platforms with Play, Akka, Kafka, Spark, etc.
Scala · 0 watchers
reactive-web-applications
Sources of the sample applications of the Reactive Web Application book
JavaScript · 0 watchers
Rental
🏠 Rental app base on Node.js
HTML · 0 watchers
repractise
RePractise
CSS · 0 watchers
resume
Dylan's resume
0 watchers
roomer
Simple web application built on top of Scalatra and Angular.js
Java · 0 watchers
SAforINFO624
Java · 0 watchers
sardine
an easy to use webdav client for java
Scala · 0 watchers
scala
Scala reference (as seen by Java developer)
0 watchers
scala-best-practices
A collection of Scala best practices
0 watchers
scala-style-guide
Databricks Scala Coding Style Guide
Scala · 0 watchers
ScalaTea
Scala learning exp
HTML · 0 watchers
scalatra-website
Source code for www.scalatra.org
Scala · 0 watchers
SparkForPractice
This is a repo to explore Spark
Java · 0 watchers
SpringMVCBeginnerGuide
The code sample from Spring MVC beginner guide
Python · 0 watchers
stock-streaming
C · 0 watchers
The-Art-Of-Programming-By-July
此为《程序员编程艺术:面试和算法心得》的初稿,于14年6月转移到Word上优化,纸质版15年上市
JavaScript · 0 watchers
the-swift-programming-language-in-chinese
中文版 Apple 官方 Swift 教程《The Swift Programming Language》
0 watchers
Tutorials-for-Web-Developers
Tutorials for web developers including bash scripting, Linux commands, MongoDB. Actively updating.
Scala · 0 watchers
type-class-explore
HTML · 0 watchers
Udacity-FrontEndWebDev
0 watchers
v-note
数据可视化笔记
0 watchers
Welcome-to-Swift
Swift中文文档
astray1988

astray1988

Coding is my passion
V2EX member #89089, joined on 2014-12-30 09:44:46 +08:00
astray1988's recent replies
Jan 3, 2024
Replied to a topic by iceAD 程序员 大家的工作中会有 Code Review 吗?
来给个 DP , 某电商跟云的北美大公司,无论是做 design 还是 code , 都有相应的 review 机制。。如果是根据业务需求来添加小的 feature/功能,需要做 design ,然后组内跟相关组都有相应的 design review ,需要组里比较 senior engineer 来 sign-off ,如果是大的业务改动(例如开一个新的 business ,对应的 org 内部有 principle engineer 的 samurai design reviews 。。所谓的 code review ,每个组内部都有相应的 code review 机制,同时 org 内部标准也会对 code review 做一定的强制要求,例如提交的 CR/PR 的 Unit Test 必须 90%以上,还要通过各种所谓的 code quality test cases...具体到各小组/或者具体的 service ,code quality 也不一样,比较 legacy 的 service 会整体对 code review 松一些, 比较新的 service 会相对高些,例如每次做个新的 feature 还要写 integration tests 来保证 full CD
Nov 28, 2015
Replied to a topic by chanlion Scala 此处有 Scala 爱好者吗?
TypeSafe Stack 爱好者, 平时工作都是用的 scala play 框架,最近在钻研 akka 跟 spark , 用 scala 前后 2 年多了,感觉写起来感觉很舒服,开发效率比 java 高很多,最喜欢 scala 的 pattern matching 了,市面上的 scala , play ,等这些相关学习资料不是很丰富,中文翻译更是良莠不济,估计给相当一部分初学者如果对英文阅读不习惯的话还是有一定困难的。而且 play , spark ,等框架迭代速度快,相应的很多市面书籍都内容相对滞后了,阅读官方 doc 是最好的选择...
@ZackYang 还是得翻墙啊~
Jan 21, 2015
Replied to a topic by wangtai 问与答 大家在团队中使用什么沟通工具?
slack+google hangout
Jan 15, 2015
Replied to a topic by Actrace 分享发现 给已经肉翻同学用的国内代理服务
@qiuai 求个码,谢谢~
Jan 4, 2015
Replied to a topic by roychan Wikipedia 有人给维基百科捐过款吗?
已捐~
Jan 1, 2015
Replied to a topic by hayeah 程序员 远程工作模式教你实战编程经验 - 思客
现在还能加入不???
Jan 1, 2015
Replied to a topic by hayeah 程序员 码农抱团学设计—30 天设计长征
刚开始的话,模拟器就够了吧,去下个android studio吧
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   981 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 20ms · UTC 22:08 · PVG 06:08 · LAX 15:08 · JFK 18:08
♥ Do have faith in what you're doing.