83 articles

📰 Dev.to · Evan Lin

Articles from Dev.to · Evan Lin · 83 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (10165) ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog
[TIL] Debugging Go in Production with eBPF
Dev.to · Evan Lin 2mo ago
[TIL] Debugging Go in Production with eBPF
Refer article “Debugging Go in prod using eBPF” by Zain Asgar :...
LINE Developer Meetup 13 (Part 1): Conference Notes from 2020/09/18
Dev.to · Evan Lin 2mo ago
LINE Developer Meetup 13 (Part 1): Conference Notes from 2020/09/18
前提 大家好,我是 LINE Taiwan DevRel 團隊的 Evan Lin。很開心在這裡跟各位分享本年度的第三場開發者小聚。...
LINE Developer Meetup 13 (Part 2) - September 18, 2020
Dev.to · Evan Lin 2mo ago
LINE Developer Meetup 13 (Part 2) - September 18, 2020
前提 大家好,我是 LINE Taiwan DevRel 團隊的 Evan Lin。很開心在這裡跟各位分享本年度的第三場開發者小聚。...
Conference Notes: How ML Powers LINE Services
Dev.to · Evan Lin 2mo ago
Conference Notes: How ML Powers LINE Services
前提 大家好,我是 LINE Taiwan DevRel 團隊的 Evan Lin。很開心在這裡跟各位分享本年度的第三場開發者小聚。...
Conference Notes: LINE Shopping App with Flutter
Dev.to · Evan Lin 2mo ago
Conference Notes: LINE Shopping App with Flutter
寫在前面 大家好,我是 LINE Taiwan DevRel 團隊的 Evan Lin。很開心在這裡跟各位分享本年度的第三場開發者小聚中,由 LINE Client Team...
[TIL] Golang Type Parameters: First Experience (Go2 Generics)
Dev.to · Evan Lin 2mo ago
[TIL] Golang Type Parameters: First Experience (Go2 Generics)
前言: Generics (泛型)一直是 Golang 這個程式語言比較受到 C++ 與 Java 轉過來的開發者們經常訓問的問題。...
LINE OA Travel Assistant Chatbot (3): Integrating "Business Card Helper" and "Receipt Helper"
Dev.to · Evan Lin 2mo ago
LINE OA Travel Assistant Chatbot (3): Integrating "Business Card Helper" and "Receipt Helper"
前言: 這是一篇為了 04/18 跟 Google Developer Group 合作的 BUILD WITH AI (BWAI) WORKSHOP...
[TIL] Golang community discussion about PTT BBS
Dev.to · Evan Lin 3mo ago
[TIL] Golang community discussion about PTT BBS
前提 一個關於 PTT BBS 後台 Golang 後端夥伴(因爲是交朋友專案,沒有薪水)的討論,在 Golang TG 的討論上也帶出關於 PTT 後台需求的討論。...
LINE Taiwan DevRel: 2020 Review and 2021 Community Plans (Part 3: Technical Branding and Hiring)
Dev.to · Evan Lin 3mo ago
LINE Taiwan DevRel: 2020 Review and 2021 Community Plans (Part 3: Technical Branding and Hiring)
前言 大家好,我是 LINE Taiwan Developer Relations 團隊的 - Evan Lin。 經過了一年多來的 LINE Developer...
Go 1.16: Retracting Versions in Go Modules
Dev.to · Evan Lin 3mo ago
Go 1.16: Retracting Versions in Go Modules
前言: Go Module 在 1.11 的版本正式導入了 Golang Modules 讓許多套件可以使用 Go Module 來管理相依 (Dependency)...
[Learning Notes] Golang: A Simple Introduction to New Features in Golang 1.16
Dev.to · Evan Lin 3mo ago
[Learning Notes] Golang: A Simple Introduction to New Features in Golang 1.16
前言: TL;DR 本篇文將要介紹: 如何安裝嚐鮮版本的 golang 1.16 1.16 新功能主要列表 Apple Sillicon...
[Golang] Issues When Enabling Go Modules in Old Open Source Projects
Dev.to · Evan Lin 3mo ago
[Golang] Issues When Enabling Go Modules in Old Open Source Projects
前言: 各位好, LINE Bot Go SDK 是一個經營超過了五年的專案,並且版本號碼也早就已經到了 v7.8.0 。 而本月月初 (2021/April) LINE...
[TIL][Android] Common Android Studio Project Opening Issues
Dev.to · Evan Lin 3mo ago
[TIL][Android] Common Android Studio Project Opening Issues
前言: 最近 Google Taiwan 開啟一個計畫「Android App 開發培訓計劃 2021」,透過 Android Studio 跟著 Kotlin...
[Learning Notes] [Golang] How to Develop OAuth2 PKCE with Golang - Using LINE Login as an Example
Dev.to · Evan Lin 3mo ago
[Learning Notes] [Golang] How to Develop OAuth2 PKCE with Golang - Using LINE Login as an Example
前言: 在 2021/04/09 的新聞上, LINE Login 正是支持了 PKCE (Proof Key for Code Exchange) 的流程。...
[Learning Notes] [Golang] Migrating Disqus Comments to Github Issues by Writing disqus-importor-go
Dev.to · Evan Lin 3mo ago
[Learning Notes] [Golang] Migrating Disqus Comments to Github Issues by Writing disqus-importor-go
前言: 前幾天的文章中 [Jekyll] 移除 Disqu 替換到 utteranc 來使用 github issue 作為文章評論 ,我有提到我將本來部落格中的 Disqus...
[TIL][Go] Using GoReleaser to Package Multiple Executables
Dev.to · Evan Lin 3mo ago
[TIL][Go] Using GoReleaser to Package Multiple Executables
前言: 在二月份文章有提到 使用 GoReleaser 打包你用 Golang 寫的 CLI (Command Line Tool),並且搭配 Github Actions...
Golang Notes: Trello Application
Dev.to · Evan Lin 3mo ago
Golang Notes: Trello Application
Trello API 申請: 幾件事情快速紀錄一下,如果要用 Golang 撰寫 Trello 工具的話 (根據 Trello API Introduction): 申請...
Golang for Mach-O File Reverse Engineering
Dev.to · Evan Lin 3mo ago
Golang for Mach-O File Reverse Engineering
前言: Mach-O (Mach Object file format) 是存在於Darwin, Mac OSX 與 iOS 等系統上的執行檔格式。 如果想要做...
Golang: Trying out Go Proposal 45713 'Multi-Module Workspaces'
Dev.to · Evan Lin 3mo ago
Golang: Trying out Go Proposal 45713 'Multi-Module Workspaces'
Proposal: 45713 Workspace Mode PR: 45713 Demo Video: YouTube 摘要 Vendoring 跟...
[Golang] Fixing "undefined: sql.NullTime" Errors with go-pg on Heroku
Dev.to · Evan Lin 3mo ago
[Golang] Fixing "undefined: sql.NullTime" Errors with go-pg on Heroku
前言: 最近在改一隻 LINE Bot 把原來已經不在 Heroku 支援的 MongoDB 改成 PostgreSQL ,想幫他加上免費的 PostgreSQL...