從這週起每週五的開源報報為公開閱讀
今日內容摘要
✅ 跨平台的 . NET 反組譯器,支援 PDB 生成,ReadyToRun,Metadata
✅ 方便的影片處理軟體
✅ 可以自己架站的原始碼搜尋工具
✅ 使用 Python、 GraphQL、 Django 和 ReactJS 建構的模組化、高效能、Headless 的電子商務平台
✅ 基於 ASP.NET CORE 和 MongoDB 的免費開源電子商務購物車解決方案
✅ 用於記憶體分析的開發平台。它包含一系列技術,使大數據系統能夠快速處理和傳輸資料
✅ 超級馬力歐兄弟的最近策略最佳化(PPO)演算法
✅ TensorFlow 中的機率推理和統計分析
✅ 為資料入口網站提供的資料管理系統
✅ 營運等級的 K8s 安裝、升級和管理
✅ 一個針對 GitHub REST API 的 OpenAPI 描述
✅ 用於讀取和寫入 XLSX 檔案的(golang)程式庫
✅ 基於 Raspberry Pi 的開放便宜的 DIY IP-KVM
✅ 基於 Raspberry pi 的四足機器人
https://softnshare.com/soft-share-180-ppo/
「graphql golang」的推薦目錄:
- 關於graphql golang 在 軟體開發學習資訊分享 Facebook 的精選貼文
- 關於graphql golang 在 [心得] 從graphql-go 轉換到gqlgen - 看板Soft_Job - 批踢踢實業坊 的評價
- 關於graphql golang 在 99designs/gqlgen: go generate based graphql server library 的評價
- 關於graphql golang 在 graphql - pkg.dev - Golang 的評價
- 關於graphql golang 在 使用Go构建GraphQL API - 张小凯的博客 的評價
- 關於graphql golang 在 Golang GraphQL always returns one variable as null - Stack ... 的評價
- 關於graphql golang 在 Golang graphql.NewNonNull函數代碼示例- 純淨天空 的評價
- 關於graphql golang 在 golang-github-graph-gophers-graphql-go package : Ubuntu 的評價
- 關於graphql golang 在 graphql, 一种GraphQL/golang的实现 - 开发99 的評價
graphql golang 在 99designs/gqlgen: go generate based graphql server library 的推薦與評價
gqlgen is a Go library for building GraphQL servers without any fuss. gqlgen is based on a Schema first approach — You get to Define your API using the ... ... <看更多>
graphql golang 在 graphql - pkg.dev - Golang 的推薦與評價
An implementation of GraphQL in Go. Follows the official reference implementation graphql-js . Supports: queries, mutations & subscriptions. ... <看更多>
graphql golang 在 [心得] 從graphql-go 轉換到gqlgen - 看板Soft_Job - 批踢踢實業坊 的推薦與評價
youtube video https://www.youtube.com/watch?v=fznJC-GYQUw
00:45 前言
02:23 效能考量
04:00 功能上差異 (介紹檔案上傳使用 gqlgen)
06:22 Schema first 設計 API 架構
10:24 使用強型別
12:38 自動產生代碼
18:48 心得
[Go 語言] 從 graphql-go 轉換到 gqlgen
相信各位開發者對於 GraphQL 帶來的好處已經非常清楚,如果對 GraphQL 很陌生的朋友
們,可以直接參考之前作者寫的一篇『Go 語言實戰 GraphQL』,內容會講到用 Go 語言
實戰 GraphQL 架構,教開發者如何撰寫 GraphQL 測試及一些開發小技巧,不過內容都是
以 graphql-go 框架為主。而本篇主題會講為什麼我從 graphql-go 框架轉換到 gqlgen
。幾項痛點是讓我轉換到 gqlgen 的原因:
1. 效能考量
2. 功能差異
3. schema first
4. 強型別
5. 自動產生程式碼
https://blog.wu-boy.com/2020/04/switch-graphql-go-to-gqlgen-in-golang
--
Go 語言基礎實戰 (開發, 測試及部署): https://bit.ly/golang-202004
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 111.243.151.3 (臺灣)
※ 文章網址: https://www.ptt.cc/bbs/Soft_Job/M.1587264343.A.176.html
... <看更多>