railway

GitFlow & Blog Version Control

I’ve upgraded my blog theme recently. In my best practice in development process, I prefer using gitflow to manage the code. It is one of popular version control workflow on the planet. And the FLOW looks like this: In almost one year, I am always git push my posts on main branch. But before I start upgraded my theme, I git checkout to develop branch. According to the chart above,...

Sep 5, 2022 Published · Jun 30, 2025 Updated · 1 min · Inori Inuyama

E2E Testing Oriented Developing Process

One day, we got a mockup from designer. Then we start crafting the page. At first, we might work on making UI and UX of components. That’s the main part. E2E testing is not a concern at the moment. When developing, if we were luckily get the test case from QAs (or whoever wrote it), should we consider it when crafting our components? (And yeah only if we have enough...

Aug 27, 2022 Published · Jun 30, 2025 Updated · 3 min · Inori Inuyama

Task Decluttering on Labor's day

Actually, I have some plan as experiment on labor’s day. Last year, I couldn’t do the plan accidentally. So I don’t want to skip the chance this year. Even though I call it the PLAN, but it’s NOT the plan what you think like… a big one. Origin As the labor’s day is a holiday for all labors on the planet, the purpose is to let us take a break for one day....

May 20, 2022 Published · Jun 30, 2025 Updated · 6 min · Inori Inuyama