Open in app

Sign In

Write

Sign In

Muukii (Hiroshi Kimura)
Muukii (Hiroshi Kimura)

241 Followers

Home

About

Published in

Eureka Engineering

·Pinned

エウレカはPairs(ペアーズ)のiOSアプリをどのように作っているのか

この記事は「Eureka Advent Calendar 2021」1日目の記事です。 Pairs iOSアプリの開発にあたり、チームの体制やメンバーの動き方、開発の運用、そして実装方針など幅広く触れた内容となります。 エウレカのiOSチームの開発に興味があり、どのように作っていて、今の課題や次にやりたいことは?に関心のある方に向けた記事になります。 幅広く要点に触れつつ、各詳細には触れすぎない記事となりますので、詳しく知りたいという方はMuukii(Hiroshi Kimura)まで連絡をもらえればお答えします …

IOS

43 min read

エウレカはPairs(ペアーズ)のiOSアプリをどのように作っているのか
エウレカはPairs(ペアーズ)のiOSアプリをどのように作っているのか
IOS

43 min read


Published in

Eureka Engineering

·Pinned

Verge — Start “store-pattern” state management before beginning Flux in UIKit iOS app development — preparation starting SwiftUI

In the development of the app that is kind of SNS or large application, it can often grow in complexity due to display a massive number of a state(data) correctly that scattered across many UI components. Primarily, UIKit applications differ with Data-driven UI frameworks such as React and Vue, it…

Swift

6 min read

Verge — Start “store-pattern” state management before beginning Flux in UIKit iOS app development…
Verge — Start “store-pattern” state management before beginning Flux in UIKit iOS app development…
Swift

6 min read


Published in

Eureka Engineering

·Pinned

iOSアプリにおけるFluxの難しさと開発を加速させる”store-pattern” — SwiftUI/UIKit

この記事は「Eureka Advent Calendar 2020」1日目の記事です。 Head of iOS & Pairs iOSアプリ開発責任者のMuukiiです。 本記事ではPairs iOSアプリとPairs Engage iOSアプリが活用している状態管理の方法についてお話します。 この記事はFlux等のUnidirectional-data- …

IOS

35 min read

iOSアプリにおけるFluxの難しさと開発を加速させる”store-pattern” — SwiftUI/UIKit
iOSアプリにおけるFluxの難しさと開発を加速させる”store-pattern” — SwiftUI/UIKit
IOS

35 min read


Mar 21

The Essential Role of the Trampoline Technique in Reactive Programming Libraries

Introduction Reactive programming is a popular paradigm that deals with asynchronous data streams and allows developers to build efficient and responsive applications. Creating a library for reactive programming is essential for effectively managing and delivering events to multiple subscribers. …

IOS

3 min read

IOS

3 min read


Published in

Eureka Engineering

·Dec 1, 2022

How we accomplished rebuilding Pairs iOS App continuously

Refactoring is a popular topic among developers. We launched Pairs iOS Application in 2012, and several times it was refactored, rebuilt over to allow business growth. Using accumulation is nice to highlight the continuous use of the technique. There were so many changes. The iOS Application development industry has also…

IOS

8 min read

How we accomplished rebuilding Pairs iOS App continuously
How we accomplished rebuilding Pairs iOS App continuously
IOS

8 min read


Published in

Eureka Engineering

·Jun 30, 2022

Pairs グループトークはどのように作られたか

2012年10月にリリースした「Pairs」は、国内累計登録者数1,500万人(*1)を超える日本で最も使われている(*2)恋活・婚活マッチングアプリです。これまで60万人以上(*3)からの交際・入籍報告が届いています。 「質の高い会員層と交際・結婚実績」真剣な交際・パートナーを求める多くの方にご利用いただき、現在、日本で一番多く使われている恋活・婚活マッチングアプリです。 新しい機能 「グループトーク」 Pairsは新しい機能「グループトーク」を公開しました。 「グループトーク」は、いいね!やマッチングの前にみんなで会話ができるので、プロフィールなど文字だけではわからない人柄や雰囲気を知ることができ、より自分に合った人を探すことができます。 また、最大8人まで会話に参加できるので、いろいろな人と話すチャンスが広がり、飲み会に参加して出会った時のように、より自然体に近い相手を知ることができます。

IOS

10 min read

Pairs グループトークはどのように作られたか
Pairs グループトークはどのように作られたか
IOS

10 min read


Published in

Geek Culture

·Jul 17, 2021

Describing AutoLayout with imaginable how it lays out programmatically — MondrianLayout

Digression: SwiftUI never removes UIKit Apple is working on creating SwiftUI dedicated. but it does not mean they’re removing UIKit from our development. SwiftUI is just an abstraction layer to describe UI, which depends on who renders it. In macOS, AppKit does. …

Swift

3 min read

Describing AutoLayout with imaginable how it lays out programmatically — MondrianLayout
Describing AutoLayout with imaginable how it lays out programmatically — MondrianLayout
Swift

3 min read


Published in

Eureka Engineering

·May 23, 2020

Build bulletproof UI components faster in iOS

The bulletproof UI, this word from Storybook. Storybook is a library for developing UI components in web applications. This gives us a place to create UI where is detached from the main application. This is the main purpose of this library. Today, we’ve created a library for iOS application development…

IOS

4 min read

Build bulletproof UI components faster in iOS
Build bulletproof UI components faster in iOS
IOS

4 min read


Published in

Eureka Engineering

·May 3, 2020

Creating UI with like SwiftUI’s syntax by the power of Texture framework in UIKit based app development

In this article, I’m going to talk about “Creating UI with code and how we could write like SwiftUI’s syntax with Texture” As a premise, the targets people in this article: Trying to create UI without Interface Builder. (It means writing the code to set the layout constraints up.) And…

Swiftui

4 min read

Creating UI with like SwiftUI’s syntax by the power of Texture framework
Creating UI with like SwiftUI’s syntax by the power of Texture framework
Swiftui

4 min read


Published in

Eureka Engineering

·Dec 16, 2019

SwiftUIに適したアプリケーション設計を思考する

(最終更新日:2020/12/01) この記事は「eureka Advent Calendar 2019」16日目の記事です。 15日目はPairs JP Web Teamの新(@ooDEMi)による「Building Design System for Pairs」でした。 Building Design System for Pairs この記事は「eureka Advent Calendar 2019」15日目の記事です。medium.com エウレカのiOSエンジニアのMuukiiです🤠 Pairsの日本版と台湾・ …

IOS

20 min read

SwiftUIに適したアプリケーション設計を思考する
SwiftUIに適したアプリケーション設計を思考する
IOS

20 min read

Muukii (Hiroshi Kimura)

Muukii (Hiroshi Kimura)

241 Followers

Mobile Development Director at Eureka, Inc. https://twitter.com/muukii_app

Following
  • Pinterest Engineering

    Pinterest Engineering

  • Muzli

    Muzli

  • Netflix Technology Blog

    Netflix Technology Blog

  • Microsoft Design

    Microsoft Design

  • GIPHY

    GIPHY

See all (296)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech