Marina Vatmakhter (Gornostaeva) ✨ Profile Banner
Marina Vatmakhter (Gornostaeva) ✨ Profile
Marina Vatmakhter (Gornostaeva) ✨

@hybridcattt

4,683
Followers
375
Following
101
Media
1,668
Statuses

Professionally enjoying iOS development since 2011 💆‍♀️ org @CopenhagenCocoa | curating @ios_code_review 💌 | adviser

Copenhagen, Denmark 🇩🇰
Joined April 2009
Don't wanna be here? Send us removal request.
Pinned Tweet
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
I got awesome feedback from you, my twitter friends, and so the newsletter is born 🐣 Can't wait to help spread the good code vibes! PS. if you know anyone who shares good content on the subject, let me know and I will follow them via @ios_code_review 💚
@ios_code_review
 iOS Code Review Newsletter
3 years
Say hello to  Code Review newsletter 👋 Now you can receive curated code improvement tips straight to your inbox every 2 weeks, for free 😊 I created a sample issue with my favourite tips from last year. Subscribe if you want more: #iOSDev #SwiftLang
1
9
25
3
7
36
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
5 years
I use rebase a lot, and find using remote branches so much easier - no need to get the local base branch up to date: git fetch git rebase origin/master vs git checkout master git pull git checkout mybranch git rebase master Hope this helps someone make their workflow better✨
40
330
2K
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
2 years
The new Senior iOS developer joined the project I've been architecting. His first impression was, "I've never joined a project with such beautiful code" 🥹
11
5
514
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
Finally dropping support for iOS 12 & 13 on a large client project. That feeling 😇🎉🚀
17
3
406
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
2 years
Any smart junior iOS developers looking for a freelance job? I'm hiring an assistant iOS developer to help me with my ongoing projects. More details in 🧵 Drop your profile link & a short intro in DMs and I'll get back to you within a couple of days. Recommendations welcome :)
31
57
221
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
2 years
Situation: new junior dev on the team. I found a nice way to give feedback on a PR - instead of saying "looks good but here are my 10 comments", phrase it as if iterating is an expected part of the process - which it is. How are you phrasing it when a lot needs fixing in a PR?
Tweet media one
27
6
210
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
4 years
@novallkhan When I wrote my first blog post in 2010 about bash scripting, there were almost 200 comments. About 1/4 of them were like: “it’s trivial but so impressive for a girl” “wow a girl who uses Linux” “you’re so pretty” “I found her picture” “are you married” and on and on 🤦‍♀️
3
11
177
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
💡 SwiftUI tip: SwiftUI previews can be handy not only for previewing app's views. Here I'm using them to preview themes for my app. Even cooler fact: you can use this even if the app itself is not built with SwiftUI!
Tweet media one
4
18
180
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
5 years
Enhance credibility of your resume, website, articles or tweets by spelling “Xcode” correctly #iOSDev #Xcode
7
20
168
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
🧵 How to build credibility on the internet (from nothing) credibility == someone looks at your profile and thinks “they know their stuff” These steps will get you jobs, clients, opportunities, and a meaningful audience 👇
3
26
144
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
4 years
Perhaps an unpopular opinion: Using git clients with GUI actually _helps_ understanding git better.
@EmmaBostian
Emma Bostian
4 years
If it makes you feel any better... nobody *actually* knows how to use Git. We all just memorize a few shell commands and hope nothing implodes.
357
932
9K
19
8
132
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
5 years
No iOS, no!
Tweet media one
5
20
119
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
SwiftUI previews used for UIKit components - in action:
Tweet media one
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
💡 SwiftUI tip: SwiftUI previews can be handy not only for previewing app's views. Here I'm using them to preview themes for my app. Even cooler fact: you can use this even if the app itself is not built with SwiftUI!
Tweet media one
4
18
180
5
8
113
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
2 years
The architecture used (my goto): - coordinators - MVVM - repository pattern w/ simple networking & Codable - UIKit with SwiftUI previews - Modern collection views w/ compositional layout & diffable datasources - Container view controllers - Design system w/ UIButton.Configuration
11
9
118
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
Totally missed this: on Xcode 13.2.1 you can now run unit tests on physical devices 🤯
1
13
105
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
Usually I want to have a clear overview of where my app stores stuff. For me, the best documentation is the code itself. So I gather the constants in one place - for user defaults, keychain, disk, etc. I like to call it `AppFootprint`. How do you prefer to document this?
Tweet media one
Tweet media two
15
5
106
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
5 years
Folks, it’s Xcode, not XCode
8
15
91
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
If you've waited for iOS 15.1 to finally upgrade your device and still have projects needing Xcode 12 (like me), I got an article for you. (it's not the same as every year, this time there's a twist!)
6
17
90
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
I've been working on a guide to help developers who are motivated to start unit testing their code but are uncertain about where to begin. Here it is 🚀 I'd love to hear what you think! #iOSDev
4
16
91
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
2 years
The only right way to add DispatchQueue.main.async to fix a bug - with a big fat comment on top 👇
Tweet media one
5
3
95
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
This is not said enough: making content in your second language takes more effort. I want to give a huge shout out to folks in the community who continuously put out awesome content in their non-native language: @DonnyWals @twannl @rockbruno_ @nemecek_f @johnsundell @mecid 🙌👏
9
9
93
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
5 years
Here are the slides from my talk @NSSpain about Layout Margins 🎉 Video recording coming soon🤞 Now I can properly enjoy the local food and wine, Logroño is such a lovely town 🍷
4
7
87
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
4 years
Stumbled on a photo of my old keyboard. Custom breakpoint keybindings have been a huge productivity booster for me. I painted them on every keyboard I had in the last few years except the current one - it's muscle memory by now. I found it's an excellent use for the extra keys 💪
Tweet media one
5
10
81
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
2 years
the ultimate winner
Tweet media one
2
5
78
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
2 years
I can never write like this 😭 This is a game changer. Perhaps this type of functionality was available before, but now that I've actually tried it myself, I don't see how it's beneficial to _not_ be using it day-to-day 🤔
Tweet media one
5
2
79
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
2 years
I see people dunking on Apple folks for low-quality software, beta or not. To produce a quality product, the org and processes must support it. There must be time to collaborate, iterate, do proper QA, and fix. Blame systems, not people.
7
10
73
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
5 years
Sign In w/ Apple & AuthenticationServices in a tweet: 🎁 UserID is constant across apps from one developer 📝 Few lines of code in native API 🌐 JS SDK w/ OAuth, shows native sheet in Safari 💥 AutoFill on steroids: one-tap login with iCloud stored credentials, no ⌨️ #WWDC19
3
18
64
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
Tired of being hit by Automatic preview updating paused? Then my new article is for you💥 - understand why SwiftUI previews pause all the time - tips on improving the code to reduce pausing - automate resuming of previews #iOSDev #SwiftUI
6
17
66
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
4 years
I wrote about my experience debugging an app built with Xcode 11 on an iOS 14 device. Not the smoothest process in the world, but a saver for investigating critical bugs.
2
11
60
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
4 years
Growing up with an engineer mom, seeing her code, it had never crossed my mind that girls in tech are rare or odd. Only later in life, after “getting out there”, I got exposed to the problem. Diversity matters, role models matter. Maybe the next generation will have it better.
1
9
58
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
5 years
I have a masters degree in mathematics and I never thought of using this trick when calculating percentages. It’s so much easier in some cases! More people should know about this
2
9
55
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
TIL not to use Combine's breakpointOnError() in production builds. It crashes the app when not attached to a debugger 😬
5
12
58
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
5 years
Inspired by this
0
2
55
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
4 years
I’m sad to be missing @NSSpain this year, so I’m wearing the t-shirt today as a tribute. The wine comes in later! To everyone attending: have a great conference 🙌
Tweet media one
3
0
57
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
4 years
Some professional news: this week I had my last day at Storytel. After four intense and fun years of scaling the iOS platform and the dev team in a distributed setting, I’m super excited to take a break and explore what the next chapter is going to look like! 🙇‍♀️
2
0
51
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
5 years
Did you know: russians never say “nazdorovye” when they drink. It’s actually a polish thing, and in russian that means “you’re welcome”. If you want to impress your russian friend, just shut up and drink. You’re welcome 🥂
4
3
51
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
2 years
I've done a thing consistently 45 times in a row 💪
@ios_code_review
 iOS Code Review Newsletter
2 years
 iOS Code Review - Issue #45 is out 💌☀️🚀 It features highlights from @Lee_Kah_Seng @hishma @sarunw @aliiyakan @yoshiboarder ✨ and thank you to @RevenueCat for sponsoring this issue ❤️ #SwiftLang #iOSDev
1
2
3
6
3
54
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
4 years
I’ve been an iOS developer for nearly ten years and I’ve never attended a WWDC in person 🤷 Half the time I or companies I worked for couldn’t afford it, later it was life getting in the way. 11 hour flight was also a factor. This year everyone’s in the same boat 👌
@Gabriel__Lewis
Gabriel Lewis 🦆
4 years
Me having never attended WWDC watching iOS Engineers reminisce on past WWDCs
Tweet media one
3
42
363
1
3
50
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
2 years
sometimes you find little gems in the APIs 😀 couldn't find what it's for
Tweet media one
2
3
43
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
Just sent out the first real issue of @ios_code_review to 46 people. When I created the newsletter, I thought that if I get 10 subscribers, that would be awesome 😅
13
5
41
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
2 years
OMG! TIL in Xcode you can select code between the nearest enclosing parentheses with one stroke 😯 The action is in Editor -> Selection -> Balance Delimiters (confusing naming I know), and doesn't have a default key combo. Such an optimization though, totally worth setting up 🔥
@_MarlonJames
∴∶marlon∶∵
2 years
Xcode Tip for ya! Maybe you didn't know about this one.
1
5
39
3
6
43
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
2 years
@azamsharp For things that truly have a string representation: A, then refactor to B as soon as I need to add a case with an associated value, which is common for localisations or assets.
0
1
43
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
What a week for @ios_code_review ! Just hit 1️⃣0️⃣0️⃣0️⃣ subscribers 🥳 Also received (the first ever) generous contribution from a supporter. This month's coffees are on the house!
Tweet media one
4
4
39
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
4 years
Welp, found an honorable purpose for the EarPods. Now I can listen to music over Bluetooth while the simulator is open 🤝
Tweet media one
8
0
36
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
1 year
Looks like I got the best room in town! @NSSpain organizers know what they’re doing ❤️
Tweet media one
3
0
40
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
Just sent the 3rd issue of @ios_code_review to almost 600 subscribers. In less than an hour, 25% opened the email 🤯 Definitely didn't expect it to grow this fast. Side note: I'm baffled by the level of tracking in these newsletter tools. I can see how it's needed, but damn...
4
3
37
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
4 years
This reminds me: A codebase I’m helping with has lots of smartly looking [unowned self]. But it also has strong delegates and capturing of strong self in rx observer closures. Just using an advanced language feature doesn’t automatically make the code good 😔
@ios_memes
a meme page to check while Xcode is indexing files
4 years
😫
Tweet media one
6
55
425
1
1
35
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
4 years
Anyone getting an invite to Clubhouse should understand the cost: the inviter has to give access to their contacts. When my husband invited me, the app told him that 20+ of *my* friends are already there. 20+ people who have my phone number have shared all of their contacts...
2
9
34
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
2 years
Okay I am officially impressed and scared at the same time (this is by @OpenAI )
Tweet media one
3
1
36
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
1 year
The recording of my talk is finally out ☺️ If writing Swift is part of your job, this talk will be useful 💃
@NSSpain
NSSpain XII
1 year
Bug-Free by Design - Crafting Swift Code That Doesn’t Sting - Marina Vatmakhter @hybridcattt #nsspainXI
1
2
11
2
4
33
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
An overdue update: the break turned into a lifestyle! These days I'm helping a few awesome companies build their stuff, mentoring, and working on my own projects. More on that soon, stay tuned 🙃
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
4 years
Some professional news: this week I had my last day at Storytel. After four intense and fun years of scaling the iOS platform and the dev team in a distributed setting, I’m super excited to take a break and explore what the next chapter is going to look like! 🙇‍♀️
2
0
51
7
0
32
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
5 years
Super excited to be at @NSSpain next week 🎉
@NSSpain
NSSpain XII
5 years
📣 As you guessed, this afternoon we come back with a new announcement! A co-organizer of @copenhagencocoa , which you may find mentoring devs or navigating through the Swift Evolution sea. That’s Marina ( @hybridcattt )!
Tweet media one
2
1
8
2
0
28
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
4 years
Hi friends, I'm looking for a simple todo app, anyone got good recommendations? Reqs: - not focused on deadlines or dates, just a simple flow of tasks - has historic overview of completed tasks summarised by day/etc - native on iOS & macOS, ideally syncing via iCloud Thanks 🙏
33
1
28
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
Got myself a nice routine for sending out @ios_code_review issues. I look forward to these Thursdays very much. Coffee and a tasty bagel make sure I'm in a positive mood for spreading the good code vibes ✨
Tweet media one
3
1
29
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
2 years
Unpopular opinion - having tests for this type of code is infinitely more important than how the code is written itself. So surprised that none of the other comments I saw mention tests.
@JeroenFrijters
Jeroen Frijters
2 years
The Dutch government was forced to release the source code of their DigiD digital authentication iOS app. It is written in C#.
Tweet media one
514
1K
10K
5
2
30
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
1 year
On my way out of Bilbao - what a great conference is @NSSpain ! (I can’t stop saying this) My talk went super smoothly and lots of people came to talk to me afterwards. I’ll be posting learnings from the conference in my newsletter. See you next year! 🍷
Tweet media one
0
0
29
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
1 year
Next week I’ll be speaking at NSSpain again 🥳 And sporting my new last name 🤟
@NSSpain
NSSpain XII
1 year
Marina Vatmakhter @hybridcattt
Tweet media one
1
0
5
1
0
28
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
If you're using @ AppStorage property wrapper inside types that are not SwiftUI views: it DOES NOT WORK on iOS 14.4 and below. Both when built with Xcode 12.5 or code 13.
Tweet media one
2
5
25
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
4 years
Oh I’m in @iOSGoodies this week 🙉🤫
@iOSGoodies
iOS Goodies
4 years
Happy Thursday! Issue 356 of our newsletter is out! #iOSdev #swiftlang
0
0
6
1
0
25
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
Hi friends, I'm looking for an ergonomic mouse that works well with macs, anyone got good recommendations? I've been using Apple's Magic Mouse for 10+ years, but now that I'm getting old, I need something that doesn't make my hand hurt :D
35
2
28
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
2 years
New milestone day - reached 2000 subscribers on the @ios_code_review newsletter ☺️ on an unrelated note - there are available sponsorship slots :)
Tweet media one
4
1
25
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
In case you couldn’t attend the panel on mobile monitoring last week, here’s the recording: Thanks @bitrise for offering @rockbruno_ @twannl and myself a platform to share our experience with the rest of the community 💪
1
4
27
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
777 followers on @ios_code_review 🎰 what a day!
Tweet media one
4
3
26
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
Been working on something to help myself use Twitter less. The new app helps me check new messages and replies, without actually having a full Twitter client on my phone. And many more features are in the plans :) Will be posting more about this going forward at @get_away_app
4
5
25
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
Speaking on a panel about mobile monitoring next week. Come join a relaxed discussion between @twannl @rockbruno_ and myself - it will be fun!
4
5
26
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
4 years
Hi friends👋 I’m missing this years remote @NSSpain because I’m finally getting IRL time with friends on the same dates 🎲 So I’d like to give away my (originally free) ticket. If you are underrepresented and are willing to fully attend the conf on Nov 19-20, shoot me a DM 🙃
4
13
25
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
5 years
My friend just launched an iOS app that helps you remember pin codes in a safe (and cool!) way: Show support and give feedback if you like the app 🌟
2
5
25
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
2 years
@simonbs This can work, if you change the protocol not to inherit from View but have a method that returns type-erased AnyView. You can probs make it work with Identifiable too. I use this type of approach for dynamically reordering arbitrary SwiftUI views and it works really well.
Tweet media one
Tweet media two
Tweet media three
1
0
25
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
4 years
There's no Swift Island this year, but there's this 🏝️🦭
@SwiftIslandNL
Swift Island
4 years
🦢 Architecting for subscriptions really blew @hybridcattt ’s mind🤯. It gives a great overview of implementing subscriptions in a robust way. ❤️
0
1
12
1
1
24
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
5 years
And here’s the demo of preservesSuperviewLayoutMargins in action. A simple gesture recognizer changes the frame of the red view, showing how margins change when the subview is positioned close to the edge of its parent. Stay tuned for the GitHub project 🙌
2
3
27
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
1 year
Finally at @IOSDEVUK 👑 who’s there?
Tweet media one
1
0
27
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
4 years
This is what source control is for
2
1
26
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
2 years
Yet another use for SwiftUI previews in a UIKit project 😌 Also a great use-case for multiple cursors in Xcode. Took 5 minutes to make, time saved = ♾
Tweet media one
0
0
22
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
4 years
@twostraws This is my home office! There’s just a white wall behind me though. Thankfully sometimes a plant from the window next to me sneaks into the camera frame 😅
Tweet media one
4
0
25
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
666 subscribers for @ios_code_review 🤘
Tweet media one
2
1
24
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
Have been searching for a good resource on static vs dynamic dispatch in Swift. This article from @trinhngocthuyen is extremely well-structured. Hands down the best one 👏
0
2
25
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
4 years
I made an appearance on @thegirlcode_co talking about iOS development. More videos and the full interview are coming soon 👼
@thegirlcode_co
The Girl Code (TGC)
4 years
What do you download when you install an #app ? @hybridcattt explains it as: App = Code + Resources Continue learning about #iOS #appdev with TGC x TechTalks: Breaking down Swift & Automation (ft. Marina Gornostaeva)
0
0
6
2
2
23
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
2 years
_Every_ developer makes mistakes, bugs. The first-iteration UI sucks. The difference is that in good orgs teams are not forced to release the raw product.
1
1
22
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
5 years
Someone pointed out that I have a lot of orgs on Slack. You can probably tell I’m really into iOS development 😅
Tweet media one
2
0
23
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
1 year
Beautiful badges ⁦ @NSSpain ⁩ 😍
Tweet media one
1
0
24
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
'user' is not a 'he'.
2
0
22
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
1 year
On my way to @IOSDEVUK 🤩
Tweet media one
2
0
23
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
4 years
Truly amazing. When I joined a week ago, there were around 30 people total and 7 on iOS. Today it’s over 100 iOS developers and 300 ppl total from all over the world, together working 24/7 to bring this app to life. So grateful to @breezedoc_in for allowing us to help out 💜
@breezedoc_in
FRANCK
4 years
UPDATE: 263 amazing and talented people are involved in this project. We’re moving very fast. The app and website will be published very soon.
Tweet media one
1
0
17
1
7
21
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
5 years
@NSSpain is over. What a lovely conference😍 It’s fun, inspiring, and you learn a lot! And it’s so warm and welcoming to first time speakers. My first talk in front of such big audience and I felt at home. Huge thanks to @Lascorbe and everyone else for making the event awesome👏
Tweet media one
3
1
22
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
2 years
Someone I know is looking for an iOS mentor to help with a project - updating and fixing an Apple Watch extension in Xcode, written in Objective-C. Can afford max $50-60/hr. Do I know anyone who's willing to help?
5
2
20
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
I value transparency, so here are some stats for @ios_code_review newsletter: - avg open rate: 78.8% - avg click rate: 28.9% - high engagement readers: 65% Planning to keep it up (and reach at least 1k subscribers) in 2022 🚀
Tweet media one
Tweet media two
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
Looking back at this summer. I hoped to get 10 subscribers, instead 903 people are subscribed to @ios_code_review by now 🤩 Here's to reaching at least 1000 next year 🥂
0
1
20
1
1
18
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
4 years
Update: approved after 14 days, without any back-and-forth 🥳
1
0
21
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
1 year
I always feel nervous before giving a talk in front of a big audience. I believe we all do. Found a good video on how to adjust the mindset to reduce this anxiety:
3
1
20
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
4 years
@steipete Agree. I even use it when scanning CVs, as an indication of how much attention to detail the candidate has. I also made a page 😂
2
0
19
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
1 year
Tweet media one
1
1
21
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
2 years
Totally missed this going public! I'm very honoured and happy to receive the Google Open Source Peer Bonus award for my contributions to the Firebase iOS SDK project. Thanks to @GoogleOSS and @charlotteCLiang for the nomination ☺️
6
1
18
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
5 years
@pablol_sordo Doing it like this does not automatically push to remote. You can check how the tree will look all the same. The only difference is that local tip of master isn’t updated - but you’re working on and rebasing your branch, so local state of master doesn’t affect your work
1
0
19
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
1 year
Peter @peterfriese is talking about Firebase Cloud Functions @IOSDEVUK 💪💪
Tweet media one
Tweet media two
1
0
20
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
4 years
So I've decided to to publish it after all, breaking it down into an article series. Way out of my comfort zone, but I will do it 💪(2/2)
2
0
19
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
3 years
Thank you everyone who joined the webinar on mobile monitoring! @twannl @rockbruno_ and I were thrilled to share our experience with you and answer your questions 🙌
2
2
17
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
6 years
Excited to be a part of this amazing group of people and @SwiftIslandNL ! Get ready to grab your ticket 🏖
@SwiftIslandNL
Swift Island
6 years
After a year the wait is over. Proudly presenting the first part of our mentors; @ericasadun , @twostraws , @hybridcattt and @terhechte . As we are finishing up the final bits, tickets will be online *very* soon. Check out #swiftisland2019 #swiftisland
Tweet media one
1
10
44
2
2
18
@hybridcattt
Marina Vatmakhter (Gornostaeva) ✨
2 years
@krzyzanowskim Because since iOS 15 tab bars gained behaviour similar to the navigation bar - it's transparent unless there's a scroll view that's scrolled beyond. It's iOS behaviour, same in UIKit. Has nothing to do with SwiftUI or it being declarative.
1
0
20