✕ Clear all filters
12 articles
▶ Videos →

📰 Dev.to · Shoichi Okaniwa

12 articles · Updated every 3 hours · View all reads

All Articles 121,690Blog Posts 128,256Tech Tutorials 31,166Research Papers 24,291News 17,523 ⚡ AI Lessons
I Built an npm Package to Scrape and Slim Down YAML Files
Dev.to · Shoichi Okaniwa ⚡ AI Lesson 3mo ago
I Built an npm Package to Scrape and Slim Down YAML Files
yaml-scraper: an npm package to delete or empty specific keys from YAML files at any depth, built around API Gateway size limits.
Using a Private Registry to Solve Docker Pull Issues with Corporate Proxies
Dev.to · Shoichi Okaniwa ☁️ DevOps & Cloud ⚡ AI Lesson 3mo ago
Using a Private Registry to Solve Docker Pull Issues with Corporate Proxies
Learn to use a Private Docker Registry to overcome download failures due to corporate proxy restrictions on docker pull.
[LeapMotion + UniRx] Moving a Camera with Hand Gestures: Two-Hand Edition
Dev.to · Shoichi Okaniwa 💻 AI-Assisted Coding ⚡ AI Lesson 3mo ago
[LeapMotion + UniRx] Moving a Camera with Hand Gestures: Two-Hand Edition
Extend Leap Motion camera control to two hands — implementing scale, rotation, and translation using UniRx reactive streams in Unity.
How to Get the Caller's Filename in Node.js
Dev.to · Shoichi Okaniwa 🔧 Backend Engineering ⚡ AI Lesson 3mo ago
How to Get the Caller's Filename in Node.js
How to get the calling file's filename inside a Node.js function using the Error stack trace, with no third-party packages.
[LeapMotion + UniRx] Moving a Camera with Hand Gestures
Dev.to · Shoichi Okaniwa 💻 AI-Assisted Coding ⚡ AI Lesson 3mo ago
[LeapMotion + UniRx] Moving a Camera with Hand Gestures
Introduction I wanted to find a way to move the Main Camera in Unity when the only...
My Study Notes on Convolutional Neural Networks (CNN)
Dev.to · Shoichi Okaniwa 👁️ Computer Vision ⚡ AI Lesson 3mo ago
My Study Notes on Convolutional Neural Networks (CNN)
Introduction I studied CNN (Convolutional Neural Network) in deep learning, and I'm...
I Encountered an Amazing switch Statement
Dev.to · Shoichi Okaniwa ⚡ AI Lesson 3mo ago
I Encountered an Amazing switch Statement
I Encountered an Amazing switch Statement While working on a Java refactoring project, I...
How to Get Accurate Recording Duration from Unity's Microphone
Dev.to · Shoichi Okaniwa ⚡ AI Lesson 3mo ago
How to Get Accurate Recording Duration from Unity's Microphone
Introduction I was building a voice recording feature using a smartphone microphone in...