KINTOテクノロジーズ
フォロワー 267人

面談受付中

グループにあなたのことを伝えて、面談の申し込みをしましょう。

KINTOテクノロジーズ の技術ブログ

KotlinでOGPを取得する時に文字コードで苦労した話

はじめに こんにちは!KTCでAndroidエンジニアをしている 長谷川 です! 普段はmy routeというアプリの開発をしています。my routeのAndroidチームのメンバーが書いた他の記事も是非読んで見てください! Android開発をする時に知っておかないとバグを引き起こしそうな「地域別の設定」について SwiftUI in Compose Multiplatform of KMP 本記事ではKotlin(Android)でOG情報を取得する方法と、そ

Google で 10X Innovation Culture Program を受けた話

こんにちは、人事グループのHOKAです。 (過去には 人事採用グループをつくろう ~3年で社員数300人に急成長した組織の裏側~ という記事も書いていますのでそちらもぜひご覧ください) 2023年度も残り3日という2024年3月28日。 大阪、名古屋、東京で働くKINTOテクノロジーズ開発支援部メンバー40人が東京渋谷のGoogleオフィスに集まり、10X Innovation Culture Program を実施したので

TRANSITS Workshop 2023 Summer Participation Report

Introduction Hello, Morino from KINTO Technologies CSIRT here. I participated in the Japan Ceasert Association's TRANSITS Workshop in Summer 2023, which ran for three days from July 12 2023 (Wed) to 14 (Fri). TRANSITS provides training content from Europe on the establishment and operation of CSIRT. In this workshop, I learned about the four modules: Organization, Operations, Technology and Law. CSIRT stands for Computer Security Incident Response Team, referring to a team that responds to c

Introduction to TypeScript

Introduction Hello! My name is Ren.M from KINTO Technologies' Project Promotion Group. My main role is to develop the front-end of KINTO ONE (Used Vehicles) . This time, we'd like to introduce the basics of TypeScript, specifically the type definitions. Target audience of this article Those who want to learn about TypeScript type definitions Those who want to learn TypeScript following their JavaScript studies What is TypeScript? TypeScript is a language that operates as an extension of

[iOS]マップアプリで検索したルートを「経路アプリ」として受け取る方法

はじめに モバイルアプリ開発グループでアシスタントマネージャーをしているK.Kaneです。 普段は my route PJでPLをしたり、iOSエンジニアをしたりしております。 先日、my route iOSアプリを経路アプリとして、iPhoneにプリインストールされているマップアプリ(以下、標準マップ)から起動できるようにしたリリースを行いました。 実は地図アプリなどを中心に経路アプリ設

Remote Mob Programming: How a Team of New Hires Achieved Success Developing a New System Within a Year

Introduction I am Kanaya, a member of the team[^1] that develops payment platforms used by multiple services at KINTO Technologies. Today I will be introducing a case of remote mob programming for a new project, highlighting its role in achieving timely development. [^1]: For other initiatives of payment platforms, please see Domain-Driven Design (DDD) incorporated in a payment platform intended to allow global expansion . Background We started a project to create a new internal payment system.

StrapiにカスタムAPIを実装する

はじめに こんにちは、 KINTO FACTORY のフロントエンド開発を担当しているきーゆのです。 KINTO FACTORY では、専用のマガジンページを立ち上げるべくヘッドレス CMS の 1 つ Strapi を利用することになりました。 ※この辺りの詳細については、別途記事が投稿されるので楽しみにしていてください! :::message Strapi とは? ヘッドレス CMS でフロントエンドの拡張性が高い 導入コス

December and January Welcomes: Introducing the New Members

Introduction Hello, I am yuki.n. I join the company in January this year! I interviewed those who joined in December 2023 and in January this year about their immediate impressions of the company! I hope this content will be useful for those who are interested in KINTO Technologies, and serve as a reflection for the members who participated in the interview. Hoshino Self-introduction My name is Hoshino, and I joined the company as Deputy General Manager of the Mobility Product Development Divisi

Getting Started with Prometheus, Grafana, and X-Ray for Observability (O11y)

Introduction Hello. I am Shimamura, a DevOps engineer at the Platform Group. At KINTO Technologies, the Platform G (Group) DevOps support team (and SRE team) is working on improving monitoring tools and keeping them up-to-date alongside our CI/CD efforts. Our Platform G also includes other teams such as the System Administrator team, CCOE team, DBRE team, among others. In addition to designing, building and operating infrastructure centered on AWS, Platform G is also responsible for system impro
AWS, SRE

Figmaのバリアブル機能を使ってみよう!(初心者向け)続き

​ はじめに 前回はパート1として、バリアブル機能、商品数の増減機能、小計の設定についてご説明しました。 今回はその続きで、カート内の商品数を2つに増やし、その上で小計を設定する方法、送料無料の条件を設定する方法、合計金額を出す方法、そして送料無料になった際に表示するメッセージを変更する方法について説明します。 Figmaのバリアブル機能を使って

「TechBrew in 東京 ~モバイルアプリの技術的負債に向き合う~」に参加してきました

はじめに こんにちは。 KINTOテクノロジーズ モバイルアプリ開発グループの中口です。 2024年5月23日に開催された TechBrew in 東京 モバイルアプリの技術的負債に向き合う に参加してきましたので、その様子をレポートします。 当日の様子 会場は オフィスが新しくなったFindyさん です。 噂には聞いていましたが、とても広くて綺麗なイベントスペースがありテンションが上

A Character Development Story Brought with Love: Part 2

Introduction Hello, I am Sugimoto from the Creative Office. This article is the second part in our two-part series introducing the creation of our mascot character design. Our first post detailed our journey since we received the request to its conceptualization. Firstly, every employee is a part of the path we have been working on. Secondly, the mascot character project (referred to as “the PJ” from now on) has chosen its selection based on KINTO's vision and brand personality, as well

Are You Unit Testing with Flutter Web?

Unit testing with Flutter Web Hello. I am Osugi from the Woven Payment Solution Development Group. My team is developing the payment system that will be used by Woven by Toyota for the Toyota Woven City . We mainly use Kotlin/Ktor for backend development and Flutter for the frontend. In Flutter Web, errors in test runs can occur when using web-specific packages. Therefore, in this article, I would like to summarize what we are doing to make Flutter Web code testable, with a particular focus on u

Potential Bug Triggers in Android Development Due to Regional Preferences

Introduction I am Hand-Tomi and I work on developing my route for Android at KINTO Technologies. It has been almost a year since Android 14 was released on April 12, 2023. However, I feel that the concept of "Regional Preferences" on Android remains unclear to many. That is why in this article I've chosen to delve into this topic. Developing multilingual applications without understanding "Regional Settings" can lead to the risk of encountering unforeseen bugs. I hope thi

Gitflow for Back-Office System Development

Overview I am Cui from the Global Development Group at KINTO Technologies. I am currently the project manager of the Global KINTO App team, and previously the project manager for the back-office system developed by the Global Development Group. In this article, I will talk about Gitflow, a branch management method implemented within our back-office system development team to manage our source code. I think it can be applied to other products as well, so I hope this article serves you as a refere

エラータイトル

エラー本文

エラータイトル

エラー本文