Hacker News new | ask | show | jobs
by siddontang 1413 days ago
For me, programming not only brings me pleasure, it also brings me peace of mind. Programming can quickly put me in a state of mind flow.

My most recent experience was when I was learning Next.js. As a distributed database engineer, I nearly have no knowledge of web development, but I really want to show some database demos on the Web. So one night, I began to learn Next.js from scratch - I tried to connect to the database, query the result and then render the chart. After I deployed the application on Vercel, two hours had passed.

I felt tired but very excited. I believe this is the pleasure of programming :-)