NextJs 的 404 handling
主要討論在 app router 使用情境
主要討論在 app router 使用情境
nextjs 提供多種 render page 的方式,當中最特別的是 server side rendering, 甚至 static page generation,對於網頁瀏覽速度大有助益。
時間比較短的還算容易從網路上找到免費的工具可以轉好,但這次的是 https://www.youtube.com/watch?v=1-TZqOsVCNM 這個超過三小時的 podcast
紀錄一下 ~$ sudo more /etc/letsencrypt/options-ssl-apache.conf # This file contains important security parameters. If you modify this file # manually, Certbot will be unable to automatically provide future security # updates. Instead, Certbot will print and log an error message with a path to # the up-to-date file that you will need to refer to when […]
理論上大部分東西都不用更動
筆記一下,雖說以後有沒有機會用到還不曉得
在 Golang 裏頭對字串陣列檢查特定字串是否有存在,並回傳 index 比較 reflect, wgo package, 以及 slices 結論是,code要簡潔且效能快,用 slices
In Golang with basic, multithread, string.Join and combinations.
記錄一下 fiber v2 + swagger
Vernemq 是個 open source 的 MQTT broker,以 open source solution 來說算是功能還蠻不錯的選擇,東南亞的獨角獸gojek也有在用這套mqtt solution。 最近有遇到一些問題,順便做點筆記