2021 06 15 個人書籤及剪輯

蒐集個人覺得有幫助的文章及連結甚至是小範例。本次內容包含:PHP、Laravel、DevOps、GitLab、軟體工程等內容。

GitLab CI CD Note
本次選圖取自:GitLab CI CD Note

PHP/Laravel

裡頭放了很多好用的 Laravel Snippets 及 Method,像 wasRecentlyCreated() 可以用在 firstOrCreate 之後做判斷到底是新增還是修改。

1
2
- /^https:\/\/example.com\/path/i
+ #^https://example.com/path#i
1
2
- preg_match('/^https:\/\/example.com\/path/i', $uri);
+ preg_match('#^https://example.com/path#i', $uri);

GitLab

  • 在 Twitter 上看到的 GitLab CI/CD 圖像筆記

GitLab CI CD Note

Ane 在 Twitter 上:”I took some notes of my 3-day Gitlab CI/CD training. It’s not exhaustive but I hope it’ll be helpful 😊 @gitlab #cicd #devOps #learn #sketchnotes #Doodles #visual #draw https://t.co/MQcg1b9NgZ" / Twitter

basics stages

Jean-Phi Baconnais 🦎 在 Twitter 上:”I’ve just started creating a set of GitLab Cheatsheet 🦊. The first one speaks about basics of stages and jobs. https://t.co/G7e3wi713A @gitlab #gitlabheroes https://t.co/6cMYc8VhpU" / Twitter

軟體工程

DevOps

当前网速较慢或者你使用的浏览器不支持博客特定功能,请尝试刷新或换用Chrome、Firefox等现代浏览器