koyopro

koyopro @koyopro

About: Web and Mobile application developer. I am interested in improving project development efficiency and am developing Accel Record, an ORM for TypeScript, as an open-source project.

Location:
Tokyo, Japan
Joined:
Jun 4, 2024

koyopro
articles - 11 total

After a Year of Wanting a Typed Rails and Starting Development, I Released a Framework for TypeScript

I released version 1.0 of Accella, a TypeScript-oriented web framework, in February 2025. In this...

Learn More 1 0Mar 28

Released a Library for Synchronous Execution of Asynchronous Processes in JS/TS

I have released a library called sync-actions that allows asynchronous processes to be executed...

Learn More 1 0Dec 16 '24

Password Authentication with Auth.js in Astro and Customizing Session Information (auth-astro)

Background I wanted to implement a feature in Astro that allows authentication with an...

Learn More 0 0Oct 1 '24

Two Reasons Why I Often Use Python for Creating Personal Tools (Plus One Complaint)

I often use Python when creating tools for personal use. The tools I create are generally for...

Learn More 5 0Sep 21 '24

Git Feature Flow – A More Flexible Branch Model for Incremental Releases Than Git-Flow

Background In a server-side development project, we were using Git-Flow (or something...

Learn More 2 0Sep 8 '24

How to Perform Error Handling Across Pages in Astro

To handle errors across pages in Astro's server mode, you can use Middleware. By using await next(),...

Learn More 0 1Aug 30 '24

Techniques for Synchronous DB Access in TypeScript

I am developing an ORM library for TypeScript called Accel Record. Unlike other TypeScript/JavaScript...

Learn More 0 0Jul 5 '24

Even Server-Side TypeScript Needs the Option to Avoid Asynchronous Processing

I am developing a TypeScript ORM library called Accel Record. Unlike other TypeScript/JavaScript ORM...

Learn More 0 0Jun 26 '24

Why We Adopted a Synchronous API for the New TypeScript ORM

I am developing a TypeScript ORM library called Accel Record. Unlike other TypeScript/JavaScript ORM...

Learn More 1 0Jun 20 '24

Seeking a Type-Safe Ruby on Rails in TypeScript, I Started Developing an ORM

I am developing an ORM library for TypeScript called Accel Record. Recently, I published an article...

Learn More 0 0Jun 11 '24

Introduction to "Accel Record": A TypeScript ORM Using the Active Record Pattern

In this article, we'll briefly introduce Accel Record, an ORM for TypeScript that we're...

Learn More 3 0Jun 4 '24