When developing applications that rely on external APIs, testing can become a challenge. You want your tests to be reliable, fast, and not dependent on the availability or performance of third-party services. Enter go-vcr, a fantastic tool that makes HTTP/HTTPS testing straightforward and efficient. In this blog post, we’ll explore what go-vcr is, why you should use it, and how it works.
认知觉醒:开启自我改变的原动力-- 读书笔记
早冥读写跑,人生五件套,不断提高自己的元认知能力。
俞敏洪 我曾走在崩溃的边缘 -- 读书笔记
读完这本书后,启发很大,尤其说的只要坚持做正确的事情,好的结果自然会来。人生就是一场马拉松,起起伏伏很正常,关键是要坚持做正确的事情,从绝望中寻找希望。这本书,是在微信阅读app上阅读的。
一文搞定通过UTM 在MAC M1上安装Win11
美国生活经济学 -- 读书笔记
一直听朋友同事讲,美国生活的制度,自己本身没有接触过,所以也特别好奇和中国的与众不同,以及为什么这么多人移民美国,读完这本书后,会有一个更深刻的认识。本书是在微信阅读app上阅读的。
出国的目的本就不该纯粹是为了赚钱(如果单为赚钱的话,去非洲、东南亚赚大钱的机会比欧美要多得多,国内前20年更多。出国的目的,就是在人生旅途中看不同的风景,享受的是精彩的过程。
Understanding Cascade Left Joins and Writing Complex Queries
In SQL, the left join is a powerful tool for combining data from multiple tables based on a common column. In this blog post, we will explore the concept of cascade left joins, providing clear explanations and examples to help you grasp this important technique. Additionally, we will delve into writing complex queries, enabling you to tackle more advanced data retrieval tasks with confidence.
编写可读代码的艺术--读书笔记
本书作者重点强调了代码的可读性对于软件开发的重要性,并提供了许多实用的建议和技巧,以帮助读者编写更加易于理解和维护的代码。此外,作者还提供了一些常见的代码陷阱和错误,并指出如何避免这些问题。