這一年我的新的地圖PO比較少,您想知道我一直在忙什麼嗎?我將有一個驚喜給大家, 目前還是秘密,但是這裡有個提示: 大自然愛好者,瀑布探險者和戶外愛好者的下一個大型平台即將到來。
這將改變您的探索方式,並使我的小網站變得過時。 這次,我不僅要與所有人共享我的地圖,而且要創建一個由探索者和地圖製作者組成的整個社區。 我想探索一個更具包容性的空間。
順便說一句,我正在尋找一名Frontend Engineer加入其中,並幫助使這個項目成為可能。 您或您認識的某個人是一位經驗豐富的程序員,熱衷於共享和冒險嗎? 請閱讀以下詳細訊息,如果您想申請或有任何疑問,請聯繫Bryan。
😊☀😊
This year I haven't been able to add as many new maps. Would you like to know why I've been so busy? It's still a bit of a secret... but here's is a hint: The next big platform for nature lovers, waterfall explorers, and outdoor enthusiasts is coming. It's going to change the way you go exploring and make my fun little website obsolete. This time I'm not just looking to share my maps with everyone, but to create an entire community of explorers and mapmakers. I want to make exploring a more inclusive space.
Incidentally I am looking for a Frontend Engineer to join the team and help make this project possible. Are your or someone you know an experienced programmer with a passion for sharing and adventure? Please check the details below and contact Bryan if you would like to apply or have any questions.
😊☀😊
Job Details:
* Participate in brainstorming sessions for product features and system architecture
* Collaborating with the design team
* Research into new technologies
Required Qualifications
* Proficient in Javascript along with a frontend framework, angular and/or react
* Experience using HTML5 & CSS3 features (websockets, webrtc, SSE, LESS, SASS, Stylus, PostCS, etc.)
* Experienced with RESTful APIs
* Experienced with SPA, Flux, Redux is good.
* Experience with building real-time applications
* Experience with build pipeline tools: grunt, gulp, webpack, etc
* Experience with Git and Git flow
Preferred Qualifications
* Experience with building native webapps (react native, etc.)
* Experience developing optimistic UI style applications
* Experience optimizing frontend for performance and user experience
* Strong knowledge of media handling on client
* Open-source advocate
Nice to have
* UI/UX Design
How to Apply
Please submit the following here or to bryankuo@fusionnextinc.com
* CV/Resume
* A link to your Github/Bitbucket
同時也有10000部Youtube影片,追蹤數超過2,910的網紅コバにゃんチャンネル,也在其Youtube影片中提到,...
「bitbucket github比較」的推薦目錄:
bitbucket github比較 在 Kewang 的資訊進化論 Facebook 的最佳解答
小編好久沒發文了 Orz,來發個近日資訊業最大條新聞跟個人看法
---
GitHub 被微軟買走之後做了蠻多事情,像是前幾個月 npm 被 GitHub 買下來,但這其實也不意外,因為這兩年 GitHub 在 JavaScript 的支援度就愈來愈高,不止可以在網頁上面做 audit,也可以做 navigate,功能蠻齊全的。被買下來之後,之後可以期待在 GitHub 上面直接 deploy npm 模組了。
另外一個就是這次的 private repo 完全免費了,小編記得之前 private repo 免費好像有些限制,像是只限 5 人的樣子,但現在可說是完全不限,有富爸爸果然是不一樣!
---
再來說一下個人選擇,如果是可以給一般人看的內容,小編一定是用 GitHub,畢竟資訊人誰沒有一個 GitHub 帳號呢?然後個人接案因為不能公開原始碼,所以當然放在 GitLab (以前是 Bitbucket)。現在 Funliday 的 git repo 因為原始碼不能公開,當然也是放在 GitLab。
然後因為 Funliday server 是放在 Heroku 上面,Heroku 上面有個功能可以直接結合 GitHub 的 push 之後 deploy,但因為 Funliday 用的是 GitLab,所以沒辦法直接用這功能,只能繞個彎改用 dpl,把 GitLab 整合進 Heroku 裡。
但也因為用了 GitLab 之後,才知道它的功能比 GitHub 多太多,對一般公司所需要的權限控制,小編是覺得比 GitHub 完整。然後對於 CI/CD 的支援度也很強大,現在還支援 build docker image 的功能。
---
不過當 GitHub private 免費之後,對於沒有依賴 GitLab 權限控制或 container 功能的使用者,還蠻有可能移回 GitHub 的,畢竟能在同一個 hosting 操作當然比較方便。所以以後小編開 repo 的考量,可能就不再是 private 或 public 了,而是在於 deploy 的方便性,或是能不能 build 出 artifact 了。
• GitLab 自評與 GitHub 的差異:https://about.gitlab.com/blog/2020/04/14/github-free-for-teams
#github #gitlab
bitbucket github比較 在 哪裡好吃哪裡去:神秘的水原誠 Facebook 的精選貼文
最近稍微接觸了一下所謂的K8s(Kubernetes) 這套Google設計用來管理容器(containerized)應用程式的開源系統 不過GCP(Google Cloud Platform)上面也有提供服務可以方便使用 只是對於部署docker容器的部分似乎就與使用linux建置時有點不同 後來發現其實好像也沒那麼難用, 在此做個紀錄先... 由於使用GCP部署時需要使用Git類的存儲空間 可以使用GCP自家的Cloud Source Repositories, GitHub與Bitbucket 比較之下水哥覺得Github比較方便, 所以建議是使用Github來部署程式碼 首先在Github建立帳號 登入後建立存放區, 已存在的話則不用! 建立後使用專用連結存取上下傳 下載Github客戶端 登入客戶端並選擇存放區 點右邊Show Explorer 可開啟檔案夾 放入需要更新的檔案就會自動跳出新的變更 左下角則是寫註解跟說明等, 確認後按Commit 第一次會跳選擇分支 選完分支後發佈 以後有新的更新 commit後右邊點push就可以 Github存放區重新整理就可以看到放上的檔案 接下來到GCP的管理介面部屬 依據需求選不同的存放區 這裡選Github dockerfile檔案名稱打錯會導致建立容器失敗, 小心不要打錯 下一步設定應用程式名稱與需要部署的叢集 建立需要一點時間, 需要稍等一下 過幾分鐘後就會跳轉到這裡 這代表POD已建立 如果我們要對外服務, 就需要點選公開 左側設定對外PORT, 右側則是容器使用PORT 如果要設定同一個, 就只要輸入左邊的就好 建立完成會產生service 外連資訊會顯示在下方 剛剛設定的外部內部對應PORT則會顯示在下方 若是照剛剛的設定就會呈現這樣, 而展示的nodejs-demo3則是設定了30999 所以測試時使用30999 測試連線...顯示ok! 花了不少時間才搞懂GCP上K8s的用法= = [ 35 more words ]
https://mshw.info/mshw/?p=22463