📰 Dev.to · Evan Lin
Articles from Dev.to · Evan Lin · 83 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (11163)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · Evan Lin
3mo ago
Using Google Cloud Services on Heroku with Golang
前言: 以往的時候,如果要使用 Google Cloud 相關的 API (比如說: Google Cloud Storage) 存取 API ,只能透過 JSON...
![[Golang] Testing Twitter Authentication and Building a Timeline Project](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdxkooq5s4s1jtyy268r5.png)
Dev.to · Evan Lin
3mo ago
[Golang] Testing Twitter Authentication and Building a Timeline Project
Twitter API 1.1 三階段認證範例網站 因為 2015 年有做了一個 52 Projects...

Dev.to · Evan Lin
3mo ago
What Backend Developers Should Know About Passkeys (WWDC22)
前情提要: WWDC22 雖然說是 Apple 的開發者大會,但是當天在看 Keynote 的時候,這個 Passkeys 的功能卻讓我相當的驚喜。...
![[Golang] Deploy Docker Containers on GitHub with Heroku (One-Click)](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fynqfihw3h3phqw3laloj.png)
Dev.to · Evan Lin
3mo ago
[Golang] Deploy Docker Containers on GitHub with Heroku (One-Click)
前言: 最近看到一個套件 imagor 蠻有趣的 ,可以透過 Golang binding C 的 libvips 來做類似 ImageMagick 的圖片編輯。...
![[Learning Documents] [Golang] Go 1.19 Sort is Faster](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp9qy5oiu808hc3e8b7xh.png)
Dev.to · Evan Lin
3mo ago
[Learning Documents] [Golang] Go 1.19 Sort is Faster
Go 1.19 的 Sort 變快了 Go 1.19 的 Sort 已經從 QuickSort 換成跟 #Rustlang 還有 C++ #Boost 一樣的...
![[Go] Useful Packages from Go's Internal Source Code: go-internal](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F33sgk16asoeudqc1a10f.png)
Dev.to · Evan Lin
3mo ago
[Go] Useful Packages from Go's Internal Source Code: go-internal
Released a new version of @rogpeppe's go-internal with some notable changes to testscript, used...

Dev.to · Evan Lin
3mo ago
I Used to Think Runners Were Idiots
原本以為跑步的人都是笨蛋 - 走る奴なんて馬鹿だと思ってた 作者: 松久淳 譯者: 邱香凝 出版社:遠流出版 出版日期:2022/11/01 Enter...
![[Learning Notes][Golang] Using GitHub Issues as a Database](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcab0jhezxcn0anb6mg8q.png)
Dev.to · Evan Lin
3mo ago
[Learning Notes][Golang] Using GitHub Issues as a Database
前提 之前說過許多資料庫都已經開始收費了,所以想要找一個免費的資料庫來使用的其實相當麻煩。不論是使用 Heroku 或是 Render 的資料庫其實都是一筆不小的費用。...

Dev.to · Evan Lin
3mo ago
Today I Learned: Generative AI News and Applications, March 17, 2023
前情提要: 因為最近的 Generative AI 相當紅(還有 ChatGPT) ,開始搜集一些相關資料。作為我 Twitter 資訊的整理。 ...

Dev.to · Evan Lin
3mo ago
Today I Learned: Generative AI News and Applications, March 21, 2023
(DALL-E 的產出) 前情提要: 因為最近的 Generative AI 相當紅(還有 ChatGPT) ,開始搜集一些相關資料。作為我 Twitter...
![[TIL] CitusCon2023 Presentation Reflections](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgbsz72os7n8866wxi34f.png)
Dev.to · Evan Lin
3mo ago
[TIL] CitusCon2023 Presentation Reflections
Keynote: - 分散式的 PostgresSQL 問題,還有如何透過 Citus 來解決他 什麼是 Citus Postgres Citus...

Dev.to · Evan Lin
3mo ago
Today I Learned: How OpenAI/ChatGPT Uses Your Data for Training
李宏毅教授 -【生成式AI】窮人如何低資源復刻自己的 ChatGPT 李宏毅教授這個影片「窮人如何低資源復刻自己 ChatGPT」有提到資料被 OpenAI...
![[TIL] Microsoft Build 2023 Day 1 - Summary](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqpr1mnzeh2dcwnpv40vl.png)
Dev.to · Evan Lin
3mo ago
[TIL] Microsoft Build 2023 Day 1 - Summary
這一屆有很多重要消息: Windows Copilot (Windows 內建 chatgpt) ChatGPT with Bing Search (include free...

Dev.to · Evan Lin
3mo ago
Learning Golang REGEX with ChatGPT
前提 大家應該都跟我一樣,經常使用 ChatGPT 來協助一些 coding 上的問題。尤其是對於 Regular Expression...
![[Learning Notes][OpenAI] About OpenAI's New Function Calling Feature](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnwyioy4zo3oagre26ye6.png)
Dev.to · Evan Lin
3mo ago
[Learning Notes][OpenAI] About OpenAI's New Function Calling Feature
前提 OpenAI 在 06/13 發表了新的功能 “Function calling“,其實對 LLM 的開發上算是一個完整的新發展。...
![[Learning Notes] [Golang] Efficiently Preparing FLEX Messages When Developing a LINE Chatbot with Golang](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0tk07tf7q3gxsuydybj3.png)
Dev.to · Evan Lin
3mo ago
[Learning Notes] [Golang] Efficiently Preparing FLEX Messages When Developing a LINE Chatbot with Golang
前提 LINE Bot 的開發上, Flex Message...
![[TIL][Python] Python Tool for Online PDF Viewing, Comparison, and Data Import](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0mtq8rbtw6ftwd123tdv.png)
Dev.to · Evan Lin
3mo ago
[TIL][Python] Python Tool for Online PDF Viewing, Comparison, and Data Import
小專案 Online PDF Viewer and Parse Data...

Dev.to · Evan Lin
3mo ago
Notes on GPT-4V(ision): The Dawn of LMMs
(論文: https://arxiv.org/abs/2309.17421 ) 前情提要 這篇由微軟在 09/29 發表的論文,搶先測試了不少 GPT-4V...
![[Golang] Quickly Set Up a Free Local ChatGPT with Ollama and Build a LangChainGo Application](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fogqsdtpxcligm2ikwtfd.png)
Dev.to · Evan Lin
3mo ago
[Golang] Quickly Set Up a Free Local ChatGPT with Ollama and Build a LangChainGo Application
前提 好久沒來寫 Golang 來寫文章了,就想說把之前看過關於 Golang LangChain 相關的文章來敘述一下。以下這篇文章主要參考了 [Eli Bendersky...
![[TIL] Deploying to Heroku with Github Releases and Golang](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1jmz4lrv7clacumy7qqp.png)
Dev.to · Evan Lin
3mo ago
[TIL] Deploying to Heroku with Github Releases and Golang
Github Action 上的 CICD - Go Build 經常在教同學要打造自己的 side Project 的時候,要透過 Github...
![[Golang] How to Update Golang LINE Bot SDK v8 OpenAPI (Swagger)](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4984h7so5bihxy6nwlip.png)
Dev.to · Evan Lin
3mo ago
[Golang] How to Update Golang LINE Bot SDK v8 OpenAPI (Swagger)
前情提要: 2023 年 LINE Bot SDK 積極推動 OpenAPI (a.k.a. swagger) 的標準介面。透過與 OpenAPI 的整合, LINE Bot...

Dev.to · Evan Lin
3mo ago
Paper Review: Scaling Up to Excellence: Practicing Model Scaling for Photo-Realistic Image Restoration In the Wild
論文名稱: Scaling Up to Excellence: Practicing Model Scaling for Photo-Realistic Image...
![[Golang][Gemini Pro] Build a LINE Bot with Memory Using Chat Sessions](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F409gz4pp0qlao6nwfi1o.png)
Dev.to · Evan Lin
3mo ago
[Golang][Gemini Pro] Build a LINE Bot with Memory Using Chat Sessions
前提 前幾篇的文章 [Golang] 透過 Google Gemini Pro 來打造一個基本功能 LLM LINE Bot 曾經提過,如何整合基本的 Gemini Pro...
![[Golang][Gemini Pro] Building a Business Card Chatbot with Gemini-Pro-Vision](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbinjksf6cuzkycomtk4j.png)
Dev.to · Evan Lin
3mo ago
[Golang][Gemini Pro] Building a Business Card Chatbot with Gemini-Pro-Vision
前提 在之前的文章中,探討了如何使用 Golang 結合 Google Gemini Pro 來開發一個具備大型語言模型(LLM)功能的 LINE...
DeepCamp AI