<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>hario — Writing</title><description>クラウドとバックエンドを中心に、サービスを動かすための仕組みをつくっています。</description><link>https://hario.dev/</link><language>ja</language><item><title>このサイトをつくった理由</title><link>https://hario.dev/writing/why-i-built-this-site/</link><guid isPermaLink="true">https://hario.dev/writing/why-i-built-this-site/</guid><description>個人サイトを立ち上げた。アウトプットを淡々と積み上げていくための、自分の拠点をつくる話。</description><pubDate>Sat, 06 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Pandasに少しだけ触れた</title><link>https://hario.dev/writing/pandas-intro/</link><guid isPermaLink="true">https://hario.dev/writing/pandas-intro/</guid><description>Pandas を使う機会があったので備忘録として。DataFrame の作成・CSV 読み書き・列/行の選択・フィルタリング・欠損値処理・ソートなど、基本操作を一通り試したメモ。</description><pubDate>Mon, 09 Sep 2024 00:00:00 GMT</pubDate></item><item><title>【Part1】LINEBot × AWS で何か作ってみる【構築編】</title><link>https://hario.dev/writing/linebot-aws-part1/</link><guid isPermaLink="true">https://hario.dev/writing/linebot-aws-part1/</guid><description>継続的なアウトプットの一環として、LINEBot からのリクエストを AWS（API Gateway + Lambda）で処理する基盤を構築する。テキストと画像を判別して返信する簡単な Bot をつくる Part1・構築編。</description><pubDate>Wed, 27 Mar 2024 00:00:00 GMT</pubDate></item><item><title>【Part2】LINEBot × AWS で何か作ってみる【OCR編】</title><link>https://hario.dev/writing/linebot-aws-part2/</link><guid isPermaLink="true">https://hario.dev/writing/linebot-aws-part2/</guid><description>Part1 で作った LINEBot に、画像内の文章を OCR で抽出して返す機能を追加する。AWS が OCR の日本語に未対応なため、Google Cloud の Cloud Vision API を使って実装する。</description><pubDate>Wed, 27 Mar 2024 00:00:00 GMT</pubDate></item><item><title>【Part3】LINEBot × AWS で何か作ってみる【生成AI編】</title><link>https://hario.dev/writing/linebot-aws-part3/</link><guid isPermaLink="true">https://hario.dev/writing/linebot-aws-part3/</guid><description>Part2 で追加した OCR 機能に ChatGPT を組み合わせ、レシート画像から商品名・金額などを抽出して JSON で返す機能をつくる。プロンプトエンジニアリングで OCR テキストを構造化する生成AI編。</description><pubDate>Wed, 27 Mar 2024 00:00:00 GMT</pubDate></item><item><title>Go + Gin + クリーンアーキテクチャを用いたWebAPI構築</title><link>https://hario.dev/writing/go-gin-clean-architecture/</link><guid isPermaLink="true">https://hario.dev/writing/go-gin-clean-architecture/</guid><description>Go・Gin・XORM で写真共有サービスのWebAPIを構築。クリーンアーキテクチャで責務をレイヤごとに分割し、写真一覧取得APIを例に entity / repository / usecase / handler の設計を解説する。</description><pubDate>Tue, 16 Aug 2022 00:00:00 GMT</pubDate></item></channel></rss>