Thank you for sharing, I also learned a lot! I also want to recommend an environment building tool that I commonly use. Personally, I think it is very light and fast. https://www.servbay.com/
Thank you for sharing, I also learned a lot! I also want to recommend an environment building tool that I commonly use. Personally, I think it is very light and fast. https://www.servbay.com/
Thank you for sharing, I also learned a lot! I also want to recommend an environment building tool that I commonly use. Personally, I think it is very light and fast. https://www.servbay.com/
Thank you for sharing, I also learned a lot! I also want to recommend an environment building tool that I commonly use. Personally, I think it is very light and fast. https://www.servbay.com/
Thank you for sharing, I also learned a lot! I also want to recommend an environment building tool that I commonly use. Personally, I think it is very light and fast. https://www.servbay.com/
Thank you for sharing, I also learned a lot! I also want to recommend an environment building tool that I commonly use. Personally, I think it is very light and fast. https://www.servbay.com/
Cảm ơn anh!
Nhờ bài viết của anh mà em ngộ ra cách dùng pipe trong trường hợp của em và chia sẻ lại cho người đến sau
// zod v4 beta// zod-vaildation.pipe.ts
export classZodValidationPipe implements PipeTransform{constructor(private schema:ZodObject){}transform(value: unknown): unknown {return this.schema.parse(value)}}// schema
const CreateFolderSchema= z.object({
name: z.string().min(1).max(64),
parentId: z.uuidv7().optional(),})// route, dùng cho route, đưa vào trong chỗ @Body(...pipes), @Param(...pipes), @Query(...pipes)@Post()// @UsePipes(new ZodValidationPipe(CreateFolderSchema))// lúc đầy mình dùng như trên, mãi không được// nhưng cái này nó transform tất cả, dẫn đến không đúng ý mình, chỉ cần transform bodyasynccreateFolder(@Auth() auth:AuthInput,@Body(new ZodValidationPipe(CreateFolderSchema))// còn đây là cách dùng đúng, chỉ transform body thôi
dto: z.infer<typeof CreateFolderSchema>,){returnawait this.createFolderUseCase.execute({
userId: auth.uid,
name: dto.name,
parentId: dto.parentId,})}
Phần bài viết nói về ServBay thực sự rất đúng. Mình cũng đang sử dụng nó để quản lý môi trường phát triển địa phương, và thấy việc chuyển đổi giữa các ngôn ngữ và thiết lập cơ sở dữ liệu trở nên dễ dàng hơn nhiều. ServBay giúp tiết kiệm thời gian và giảm bớt rắc rối trong quá trình phát triển.
@ngosangns à cái ni mình copy trên 1 group facebook, copy nhanh quá giờ quên mất ở đâu rồi, bạn biết source ở mô ko, mình gắn link vào với, mình sẽ để ý hơn nhe 😀
THẢO LUẬN
còn cập nhật nữa k vậy bác 100 ngày mà ms được 7 ngày mà
)
Quá đẳng cấp. KOL & Senior here
Ăn cắp mà không ghi nguồn. google dịch từ a-> z. kể các tên các endpoint
)
Thank you for sharing, I also learned a lot! I also want to recommend an environment building tool that I commonly use. Personally, I think it is very light and fast. https://www.servbay.com/
Thank you for sharing, I also learned a lot! I also want to recommend an environment building tool that I commonly use. Personally, I think it is very light and fast. https://www.servbay.com/
Thank you for sharing, I also learned a lot! I also want to recommend an environment building tool that I commonly use. Personally, I think it is very light and fast. https://www.servbay.com/
Thank you for sharing, I also learned a lot! I also want to recommend an environment building tool that I commonly use. Personally, I think it is very light and fast. https://www.servbay.com/
Thank you for sharing, I also learned a lot! I also want to recommend an environment building tool that I commonly use. Personally, I think it is very light and fast. https://www.servbay.com/
Thank you for sharing, I also learned a lot! I also want to recommend an environment building tool that I commonly use. Personally, I think it is very light and fast. https://www.servbay.com/
cảm ơn b
sang 2025 rồi tác ơi
mình vẫn còn giữ source nè. share cho bạn qua kênh nào được nhỉ
🤩
https://www.mysqltutorial.org/mysql-basics/mysql-table-locking/ bài gốc đây
Cảm ơn anh! Nhờ bài viết của anh mà em ngộ ra cách dùng pipe trong trường hợp của em và chia sẻ lại cho người đến sau
Tuyệt vời, đây sẽ là động lực để cho mình ra nhiều nội dung hay hơn. Chúc bạn 1 ngày tốt lành nhé.
Phần bài viết nói về ServBay thực sự rất đúng. Mình cũng đang sử dụng nó để quản lý môi trường phát triển địa phương, và thấy việc chuyển đổi giữa các ngôn ngữ và thiết lập cơ sở dữ liệu trở nên dễ dàng hơn nhiều. ServBay giúp tiết kiệm thời gian và giảm bớt rắc rối trong quá trình phát triển.
Bài viết hay quá. Cảm ơn các chia sẻ của bạn ạ. Mình từ youtube qua đây
@ngosangns à cái ni mình copy trên 1 group facebook, copy nhanh quá giờ quên mất ở đâu rồi, bạn biết source ở mô ko, mình gắn link vào với, mình sẽ để ý hơn nhe 😀
Với có cần xóa cái thồn tin thẻ ở cái account cũ ko ạ.