Running a free Twitter bot on AWS Lambda

https://dev.to/hivickylai/running-a-free-twitter-bot-on-aws-lambda--2pik?ref=stackshare

用AWS Lambda写一个解析RSS然后发tweet的bot,使用CloudWatch来做定时器,挺容易的。

The Postgres 10 feature you didn’t know about: CREATE STATISTICS

https://www.citusdata.com/blog/2018/03/06/postgres-planner-and-its-usage-of-statistics/?ref=stackshare

Postgres 10引入了一个新的特性: CREATE STATISTICS,可以让planner更准确的收集统计信息,以便做出更好的plan。

PostgreSQL 10: a Great New Version for a Great Database

http://www.linuxjournal.com/content/postgresql-10-great-new-version-great-database

举例子描述了Postgres 10新增的两个主要特性:logical replication, table partitioning.

A quick comparison between different Go file walk implementations

http://www.boyter.org/2018/03/quick-comparison-go-file-walk-implementations/

比较了Go的几个遍历文件的库的性能,可以参考下。内置的path/filepath.Walk是比较慢的。


知识共享许可协议本作品采用知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议进行许可。