# 後端開發
# How I became a Web3 dev in just 7 days and got my first 8000$ Web3 contract
作者從事 Full-Stack 開發將近六年,而且從來未處理過有關於區塊鏈或是 Web3,但他熱他挑戰,所以他想要分享如何用七天的時間從零知識到寫出一個 Smart Contract
# 10 Books Every Senior Engineer Should Read
這篇文章介紹了十本書籍,其中包含著經典,永垂不朽或是足以改變遊戲規則的出版物,雖然主要是針對資深工程師和開發人員來著,但其實不必是資深工程師,任何對於軟體開發有興趣的人都可以從這份書單中受益,透過閱讀來加強開發技能
- Extreme Programming Explained: Embrace Change (2nd Edition) by Kent Beck
- Continuous Delivery: Reliable Software Releases through Build, Test, and Deployment Automation by Jez Humble and David Farley
- Remote: Office Not Required by Jason Fried and David Heinemeier Hansson
- The Mythical Man-Month by Frederick P. Brooks Jr.
- Getting Real
- Designing Data-Intensive Apps by Martin Kleppmann
- Site Reliability Engineering
- The Phoenix Project by Gene Kim, Kevin Behr, and George Spafford
- Building Microservices: Designing Fine-Grained Systems by Sam Newman
- Modern Software Engineering: Doing What Works to Build Better Software Faster by Dave Farley
# Better error handling in Golang: Theory and practical tips
作者介紹幾個在撰寫 Goling 時要怎麼處理錯誤的方法,並且提供了一些技巧,讓你在開發過程中更加容易處理錯誤,例如:為什麼要一再的重複 if err != nil,不要使用 panic() 而是應該要去處理錯誤才對,記得要寫 Log...等
Tag
Recommendation
Discussion(login required)