エンジニアを目指す初学者に向けて、わかりやすく解説したブログです。
調査

【Python】APIレスポンスやオブジェクトの中身を見やすく表示する

Featured image of the post

pprintとvars()を組み合わせるか、response.textを使うとよい

【Linux】curlコマンドでAPIのリクエストにかかった時間を取得する

Featured image of the post

【Linux】sitemapなどのxmlを見やすく整形するコマンド

Featured image of the post

圧縮して自動生成されたsitemap.xmlを、コマンドを使って見やすく表示する方法。

【Linux】シェルでログの集計を行うコマンド

Featured image of the post

「cat access.log | sort | uniq -c | sort -nr」でOK

【Linux】csvのようなカンマ区切りのファイルを特定の要素でソートする

Featured image of the post

【Linux】改行コード\nを改行として表示する

Featured image of the post

【SQL】実データを確認したい時に、取得レコードを制限する

Featured image of the post

ルーターのIPアドレスを調べる方法

Featured image of the post

【Python】jsonモジュールでdump()を使ったとき日本語が文字化けしてしまう

「ensure_ascii=False 」を指定することで解消する。

頻出HTTPステータスコードの簡易まとめ

Featured image of the post