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

Dev.to · YMori
1mo ago
Draw Baseball Fields and Spray Charts in matplotlib: baseball-field-viz
baseball-field-viz is a Python library for Statcast spray charts in matplotlib — enabling heatmap overlays that pybaseball's built-in spraychart() doesn't suppo

Dev.to · YMori
1mo ago
Track SIGNATE Competition Scores with W&B: signate-wandb-sync
signate-wandb-sync is a PyPI CLI tool that records SIGNATE competition scores to W&B runs, completing the experiment tracking pipeline alongside signate-deploy.

Dev.to · YMori
1mo ago
Automate SIGNATE Competition Submissions with a CLI Tool: signate-deploy
signate-deploy is a PyPI CLI tool that automates SIGNATE competition setup, data download, and submission via GitHub Actions.

Dev.to · YMori
1mo ago
Track Kaggle Experiments with W&B — Even Without Internet Access
kaggle-wandb-sync is a PyPI CLI tool that syncs W&B offline runs from Kaggle Notebooks automatically via GitHub Actions — even when internet is disabled for com

Dev.to · YMori
1mo ago
Deploy Kaggle Notebooks with git push — I Built a CLI Tool for It
kaggle-notebook-deploy is a PyPI CLI tool that automates Kaggle Notebook deployment via GitHub Actions, so you never have to use the browser editor again.

Dev.to · YMori
1mo ago
Git-Driven Kaggle: Manage Notebooks in GitHub, Auto-Deploy via Actions
Stop editing notebooks in Kaggle's browser editor. Use Git for version control, VSCode for editing, and GitHub Actions to auto-deploy to Kaggle.

Dev.to · YMori
1mo ago
Kaggle Code Competitions : GitHub Actions + Kaggle API Cloud Workflow
The Problem The goal: edit a notebook anywhere, push to GitHub, and have it appear on...

Dev.to · YMori
2mo ago
Shota Imanaga's Sophomore Year: What Statcast Data Reveals (2024-2025)
Analyzing Shota Imanaga's pitch mix changes, split-finger decline, and sweeper surge using Statcast data

Dev.to · YMori
2mo ago
Yu Darvish's Pitching Evolution (2021-2025): A Statcast Data Analysis
Analyzing Yu Darvish's pitch mix, velocity, and whiff rate changes over 5 seasons with Statcast data

Dev.to · YMori
2mo ago
How I Moved Flutter Android Builds to GitHub Actions (Low-Spec PC)
Building Flutter APKs on a Celeron N4500 / 4GB RAM laptop was painful. Here's how I moved to GitHub Actions cloud builds.

Dev.to · YMori
2mo ago
What a Non-Engineer Built with Claude Code in One Month
A honest account of building a Flutter app, contributing to OSS, and publishing Kaggle datasets — all without a software engineering background.

Dev.to · YMori
2mo ago
MLB Statcast + Bat Tracking Dataset (2024-2025)
Comprehensive MLB Statcast dataset with Bat Tracking metrics for 2024-2025 seasons. 1.4M pitches, 118 columns including bat_speed, swing_length, and swing mecha
DeepCamp AI