1. Spring and Java
1.Spring和Java
>> Faster Maven builds in Docker [blog.frankel.ch]
>> Docker中更快的Maven构建 [blog.frankel.ch]
Faster Maven builds are always good. Especially when you have a repo that takes an hour and a half to build 🙂
更快的Maven构建总是好的。特别是当你有一个需要一个半小时才能构建的Repo时 🙂
>> Fetching a DTO With a To-Many Association [thorben-janssen.com]
>> 用对多关联获取DTO [thorben-janssen.com]
DTO Projections are definitely the way to go, instead of, at any point, returning entities. So, learning to use these is quite useful.
DTO预测绝对是一种方式,而不是在任何时候,返回实体。所以,学习使用这些是相当有用的。
Also worth reading:
- >> Oracle Proposes Shorter Java LTS Cycle of Two Years [infoq.com]
- >> JEP 408: Simple Web Server [openjdk.java.net]
- >> Use jOOλ’s Sneaky Throw to Avoid Checked Exceptions [jooq.org]
- >> The JPA and Hibernate second-level cache [vladmihalcea.com]
- >> Resource Scope Dependencies [inside.java]
Webinars and presentations:
网络研讨会和演讲:。
- >> A Bootiful Podcast: Heiko Scherrer on OpenWMS, Spring, Spring Boot, Spring Data, workflow with Activiti, and more [spring.io]
- >> Learn Java 17 with IntelliJ IDEA [youtube.com]
- >> G1: To Infinity and Beyond [inside.java]
- >> Modern, Scalable Concurrency for the Java Platform [inside.java]
- >> Spring Tips: Spring GraphQL [spring.io]
- >> Spring Tips: Spring Plugin [spring.io]
Time to upgrade:
升级的时间:。
- >> Mockito 4.0 is released [github.com]
- >> IntelliJ IDEA 2021.3 EAP 4: Remote Development, Groovy 4 Support, and More [blog.jetbrains.com]
- >> Hibernate ORM 5.6.0.Final released [in.relation.to]
- >> Hibernate ORM 6.0.0.Beta1 released [in.relation.to]
- >> JHipster release v7.3.0 [jhipster.tech]
- >> Hibernate Reactive 1.0.0.CR10 released [in.relation.to]
2. Technical & Musings
2.技术& 思考
>> Safe Updates of Client Applications at Netflix [netflixtechblog.com]
>> Netflix的客户端应用程序的安全更新 [netflixtechblog.com]
Learning how Netflix does things is, well, worth it. You do need to have the context of a large, mature project in mind, of course.
学习Netflix是如何做事的是,很值得。当然,你需要考虑到一个大型、成熟项目的背景。
>> SRE Doesn’t Scale [bravenewgeek.com]
>> SRE没有规模 [bravenewgeek.com]
Like my previous note about Netflix, this applies to larger orgs, but it’s still a very interesting read, regardless of your org size.
就像我之前关于Netflix的说明一样,这适用于较大的组织,但无论你的组织规模如何,这仍然是一本非常有趣的书。
Also worth reading:
还值得一读的是:。
- >> Media types and the Content-Type header [mscharhag.com]
- >> How VPCs help with security and compliance on your AWS networks [blog.scottlogic.com]
- >> The Test Coverage Trap [arnoldgalovics.com]
- >> Introducing ClusterClass and Managed Topologies in Cluster API [kubernetes.io]
- >> PayPal Adopts GraphQL: Gains Increased Developer Productivity [infoq.com]
- >> Interpreting A/B test results: false positives and statistical significance [netflixtechblog.com]
- >> Responsible Tech Playbook [martinfowler.com]
- >> CAMBI, a banding artifact detector [netflixtechblog.medium.com]
3. Pick of the Week
3.本周精选
I sent out an email about Datadog earlier in the week, and I wanted to highlight one of the cool core aspects of their platform here as well – logging, and the deep integration with APM:
我在本周早些时候发了一封关于Datadog的邮件,我想在这里也强调他们平台的一个很酷的核心方面–日志,以及与APM的深度整合。
>> Logging and APM over at Datadog [datadoghq.com]
>>Datadog的日志和APM[datadoghq.com]
文章系列导航结束