Building AR Apps with Unity and ARKit: A Step-by-Step Guide

Building AR Apps with Unity and ARKit: A Step-by-Step Guide

Picture this: You’re holding up your phone and seeing a dragon perched on your coffee cup. No, you haven’t had too much caffeine - you’re just experiencing augmented reality! As developers, we get to create these magical moments. Today, we’ll build an AR app together using Unity and ARKit that lets users place 3D objects in their environment. And don’t worry, I’ll sprinkle in some dad jokes to keep things light - after all, what did the AR developer say to the pizza?...

June 22, 2025 · 5 min · 854 words · Maxim Zhirnov
From Chaos to Coffee: Brewing Rock-Solid Mobile CI/CD With Fastlane

From Chaos to Coffee: Brewing Rock-Solid Mobile CI/CD With Fastlane

Picture this: It’s 4 PM, your caffeine levels are dipping, and App Store Connect just rejected your build because Dave from marketing forgot to update the build number… again. Let’s build a CI/CD pipeline so robust even Dave’s “creative” versioning can’t break it. ☕️ Why Fastlane is Your New Best Friend (Sorry, Fido) Fastlane is like having a Swiss Army knife that also makes espresso. It handles: Build number synchronization (No more “1....

June 7, 2025 · 3 min · 461 words · Maxim Zhirnov
От хаоса к кофе: Готовим надежный мобильный CI/CD с Fastlane

От хаоса к кофе: Готовим надежный мобильный CI/CD с Fastlane

Представьте: сейчас 16:00, уровень кофеина снижается, а App Store Connect только что отклонил вашу сборку, потому что Дэйв из отдела маркетинга снова забыл обновить номер сборки… Давайте создадим настолько устойчивый CI/CD-пайплайн, что даже «креативная» версия от Дэйва не сможет его сломать. ☕️ Почему Fastlane — ваш новый лучший друг (извините, Фидо) Fastlane — это как швейцарский армейский нож, который ещё и готовит эспрессо. Он умеет: Синхронизацию номеров сборок (больше никаких «1....

June 7, 2025 · 3 min · 452 words · Maxim Zhirnov
Flutter vs React Native: The Ultimate Showdown in 2025

Flutter vs React Native: The Ultimate Showdown in 2025

Picture this: two framework gladiators enter the digital Colosseum. One’s armed with Dart-powered widgets, the other wields JavaScript like Thor’s hammer. Let’s settle the “which framework should I choose?” debate once and for all - no corporate bias, just cold hard code and sarcastic commentary. Setup Showdown: First Blood React Native (the JavaScript veteran): npx react-native init MyApp --template react-native-template-typescript npx pod-install Watch Xcode throw a fit if your Ruby version’s wrong....

June 6, 2025 · 3 min · 511 words · Maxim Zhirnov
Flutter против React Native: окончательное противостояние в 2025 году

Flutter против React Native: окончательное противостояние в 2025 году

Представьте: два фреймворка-гладиатора выходят на цифровое поле боя. Один вооружён виджетами на базе Dart, другой — JavaScript’ом, как молотом Тора. Давайте раз и навсегда решим спор «какой фреймворк выбрать?» — без корпоративных предрассудков, только холодный код и саркастические комментарии. Первая кровь: битва за установку React Native (ветеран на JavaScript): npx react-native init MyApp --template react-native-template-typescript npx pod-install Смотрите, как Xcode возмущается, если ваша версия Ruby неверна. Снова. Flutter (передовик от Google):...

June 6, 2025 · 3 min · 519 words · Maxim Zhirnov