緩存那些事
本地緩存:編程實現(xiàn)和一些開源實現(xiàn)比如ehcache和guava cache;分布式緩存:memcached和redis,前者客戶端來做散列支持分布式,后者服務端支持分布式。實際項目可以使用spring注解和自定義注解。
Introducing and Open Sourcing Flashback, an Internet Mocking Tool
linked開源了其http/https測試工具,通過錄制和回放可以模擬對于外部的請求和回復,對于應用依賴外部系統(tǒng)的測試場景特別有用,類似的對于外部api請求的依賴有zhengye的moco github
Join the Decision Composer experimental program to make Decision Modeling easier
decision composer發(fā)布,利用它可以讓業(yè)務人員在線建模,創(chuàng)建規(guī)則和做cloud部署,讓業(yè)務脫離IT構建一些簡單的規(guī)則應用。
How to Write a Git Commit Message
如何寫好提交信息?從代碼的可維護性和易于為其他開發(fā)人員理解角度,作者提出了一下7點,也提到了spring boot,git和linux這些項目都給出了很好的示范。
Separate subject from body with a blank line
Limit the subject line to 50 characters
Capitalize the subject line
Do not end the subject line with a period
Use the imperative mood in the subject line
Wrap the body at 72 characters
Use the body to explain what and why vs. how
