投资反思20260620

目前家庭资产过于集中于房产,从资产配置角度看需要配置一定的权益类资产,美国股市还是非常好的市场,监管严格,企业重视股东回报,市场流动性够好,

满月

最近这一个月,感觉过得挺漫长。晚上爬起来喂奶、拍嗝、换尿布、看你拉臭臭,每一个夜晚都是疲倦的;但看到你拉完后那副松快的样子,我和妈妈都很舒心

写给即将出生的你

我的宝贝,今天是五月十二号。 早上五点多,妈妈的羊水破了。你好准时,不耽误爸爸一天的假期啊。现在爸爸和外婆在产房陪着妈妈,我们紧张、兴奋,期待

这是写给闺女的第一封信

这是写给闺女的第一份信。 妈妈是去年 8 月份怀孕的。那时的爸爸心情还是比较复杂的,既喜悦,也有一些压力。爸爸觉得自己还没有长大,似乎还是个大男孩

Docker Basics

What is Docker? Docker, like git in version control, is the most popular implementation in containerization. Why do we need containers? Because we want consistency in building, running, and shipping applications. In an app, we usually have the code we wrote, third-party dependencies, configuration info, and things about OS(filesystem, networking, etc). With the help of containerization, no matter on which machine, our applications will run in the same environment. Virtual