Standard Search
About 65 results
https://blog.nove-b.dev/posts/split-main-file-responsibilities-golang-webapi · 5 Dec 2023
Go LangでWebAPIを作成するために、GolangでエンドポイントにアクセスしDBからデータを取得するでデータ取得の処理は確認できた。 リファクタリング 次に現状、main.goにすべての記述をしてい...
https://blog.nove-b.dev/posts/access-endpoints-fetch-data-golang-webapi · 4 Dec 2023
1. Go LangでWebAPIを作成するために、GolangでMySQLに接続する 2. Go LangでWebAPIを作成するために、Golangでサーバーを立ち上げる でDBと接続することはできたし、サーバーを立ち上げることに成功し...
https://blog.nove-b.dev/posts/setup-server-golang-webapi · 3 Dec 2023
net/httpでサーバーを立ち上げる DBと接続することはできたので、次はエンドポイント作成のためサーバーを立ち上げる。 サーバーを構築する組み込みのパッケージが用意されているので、...
https://blog.nove-b.dev/posts/connect-mysql-golang-webapi · 2 Dec 2023
HeidiSQLでSQLを実行する 次に、Go LangでWebAPIを作成するために、まずはDockerでMySQLを構築するで作ったMySQLにデータベースを作成する。HeidiSQLから作成しようとするが、 という権限エラーが出る...
https://blog.nove-b.dev/posts/setup-docker-mysql-golang-webapi · 1 Dec 2023
普段フロントエンドをメインとしているので、バックエンドの環境構築に疎い。 今まではFirebaseを使用することが多く、前回はじめてNestJSで本格的にバックエンドの構築をした。 とは言えNes...
https://www.coryd.dev/posts/2023/check-in-to-your-personal-site · 30 Nov 2023
For a while now I've had a line on my homepage displaying the track I'm currently listening to via Last.fm. In the interest of taking things entirely too far I've expanded what it does a fair bit.
https://rednafi.com/go/configure-options/ · 5 Sep 2023
Compare three Go option patterns: exposed structs, option constructors, and functional options. Learn when to use each for clean APIs.
https://rednafi.com/go/interface-guards/ · 18 Aug 2023
Use compile-time interface guards to verify type conformity in Go without runtime overhead. Learn the var _ Interface = (*Type)(nil) pattern.
https://www.coryd.dev/posts/2023/road-to-madness-charting-apple-music-listening-data · 21 Jul 2023
I've written before about displaying my listening data from Apple Music but, recently, I've attempted to take things a bit further.
https://www.coryd.dev/posts/2023/displaying-listening-data-from-apple-music-using-musickitjs · 21 Jun 2023
Up until now my now page has sourced music data from Last.fm (and may well again). But, in the interest in experimenting a bit, I've tried my hand at rewriting that part of the page to leverage data from Apple Music, using MusicKit.js instead.