Blogs
Node.js和Java是目前非常流行的开发平台,两者都有各自的特点和优势,在此基础上也诞生了非常多的知名框架,如Node.js的Express.js, Fastify, Java的Spring Boot, Quarkus等。这篇文章主要是对比这些框架的性能,同时也展望一下未来的预期。
Date: March 21, 2023
For many Java beginners, the threshold for learning Java is not low. If you have not participated in a specific Java project and have no good guidance, then the threshold for learning may be particularly high, and of course a lot of time will be wasted. In the end, I didn't understand whether what I learned could be applied to the project.
Date: February 3, 2023
Why we choose Astro to build a website?
Have you ever wonder how to create a content-based website that provides a great developer experience while also having great performance? No need to look further, just read this blog post to know more!
Date: February 2, 2023
数据校验一直都是软件开发中不可缺少的环节,如何简单且快速验证输入数据,同时能够快速模拟生成输入数据,这些都是要在软件开发中考虑的。这篇文章就着重介绍Java下的Jakarta Validation框架和TypeScript的Zod框架,对比它们的使用方法和相关特性,也更好地理解数据验证。
Date: February 1, 2023