1. Spring and Java
1.Spring和Java
>> Don’t expose your JPA entities in your REST API [thoughts-on-java.org]
We can’t fully avoid coupling, but mixing web and persistence layers is almost always a bad choice.
我们无法完全避免耦合,但混合网络层和持久层几乎总是一个糟糕的选择。
Also worth reading:
-
>> How does the 2PL (Two-Phase Locking) algorithm work [vladmihalcea.com]
-
>> Stream Processing with Spring Cloud Stream and Apache Kafka Streams. Part 1 – Programming Model [spring.io]
-
>> Write extension functions for your own classes in Kotlin [blog.frankel.ch]
-
>> Microbenchmarking your Scala code [dev.to]
Webinars and presentations:
网络研讨会和演讲:。
-
>> A Bootiful Podcast: Spring Tools lead Martin Lippert [spring.io]
-
>> Eighteen Years of Spring [infoq.com]
-
>> Multi-Tenancy OAuth with Spring Security 5.2 [infoq.com]
-
>> RSocket Messaging with Spring [infoq.com]
Time to upgrade:
升级的时间:。
-
>> Spring Cloud Hoxton Released [spring.io]
-
>> Hello, Spring Security 5.2 [infoq.com]
-
>> Spring Integration AWS 2.3 GA and Spring Cloud Stream Kinesis Binder 2.0 GA Available [spring.io]
-
>> Spring Cloud Open Service Broker 3.1.0 Released [spring.io]
2. Technical
2.技术
>> How CloudFront solves CORS problems [advancedweb.hu]
When working with modern architectures, dealing with CORS can be annoying at times. Luckily, CloudFront has a handy solution to the problem.
在使用现代架构时,处理 CORS 有时会很烦人。幸运的是,CloudFront有一个方便的解决方案来解决这个问题。
Also worth reading:
还值得一读的是:。
-
>> How Y Combinator Started [paulgraham.com]
-
>> Email Digests with Elasticsearch via a Serverless Architecture [blog.scottlogic.com]
-
>> Multiple-stage Kubernetes deployments with GitLab and Kustomize [blog.codecentric.de]
-
>> Generating SVG and PDF reports from Elasticsearch [blog.scottlogic.com]
-
>> AWS CDK Part 6: Lessons learned [blog.codecentric.de]
-
>> Near real-time indexing with Elasticsearch [techblog.bozho.net]
-
>> Yearly Release Reviews for Eclipse Projects [waynebeaton.com]
3. Musings
3.思考
>> Job negotiation for programmers: the basic principles [codewithoutrules.com]
A huge collection of much-needed job negotiation tips – definitely worth your time!
一个巨大的急需的工作谈判技巧的集合–绝对值得你花时间去做!
Also worth reading:
还值得一读的是:。
-
>> How Y Combinator Started [paulgraham.com]
-
>> The Coming Battle About Psychological Safety [blog.jbrains.ca]
-
>> Yearly Release Reviews for Eclipse Projects [waynebeaton.com]
4. Comics
4.漫画
And my favorite Dilberts of the week:
还有本周我最喜欢的Dilberts。
>> Morning Meetings [dilbert.com]
>> Software Specs [dilbert.com]
>> Mindless Tasks [dilbert.com]
4. Pick of the Week
4.本周精选
Last week I talked about the new security-focused course I’m releasing, exploring the new OAuth2 stack in Spring Security 5:
上周我谈到了我正在发布的以安全为重点的新课程,探索Spring Security 5中新的OAuth2栈。
>> The new Learn Spring Spring Security OAuth
If you’re doing OAuth2 work, definitely have a look at the lesson plan.
如果你在做OAuth2的工作,一定要看看这个教案。
文章系列导航结束