Similar Posts
[ของดีบอกต่อ] Plant UML
วันก่อนต้องอธิบายงานเขียน document ให้ทีมอ่าน และต้องมีการวาด sequence diagram ก็จำได้ว่าเคยใช้ Plant UML มาแล้ว รู้สึกว่าใช้งานได้ง่าย เหมาะกับโปรแกรมเมอร์ เหมือนเขียนโค้ดออกมาแล้ว Generate ออกมาเป็น Diagram ออกมา และ export เป็น .png ได้ด้วย แถมมี plugin กับ IntelliJ
How to pull all git repo in subfolders
คือเดี่ยวนี้มีโปรเจคย่อยเยอะแยะ เกือบๆสิบโปรเจคอยู่ใน folder เดียว เราอยากจะ run command เดียวแล้ว git pull โปรเจคทั้งหมดภายในคำสั่งเดียว ทำยังไง ก็ทำไงแบบนี้ไง จะรันผ่าน command line หรือใส่ sh file ก็ได้นะ
AWS SQS หยุดส่ง message ชั่วคราวด้วยการ delay queues
คือบางครั้งเราต้องการทีจะหยุด consume message จาก aws sqs แทนที่จะหยุด service หรือทำ toggle flag เราสามารถใช้ settting ของ AWS SQS คือ Delivery delay ซึ่ง default คือ 0 วินาที สูงสุดคือ 15 นาที การ Set Delivery delay จะทำให้ message ที่ถูกส่งเข้าใน SQS นี้จะยังไม่แสดงเข้ามาใน Queue จนกว่าจะครบกำหนดเวลาที่ตั้งไว้ที่ Delivery delay AWS Document https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-delay-queues.html
Jasypt Encrypt/Decrypt in command line
It’s needed to encrypt passwords of PROD or even NON-PROD when they’re in configuration files. Jasypt is used as a tools to encrypt/decrypt password in our application. And it can be done from command line. Here we go Encrypt Then you’ll see Decrypt Then, you got the password back Links https://github.com/jasypt/jasypt
Cron Expression online tools
https://crontab.cronhub.io/ This is a web that I’d like to recommend when you need to deal with cron expression. It can describe the cron expression even as in second format. For example