Noam Efergan's Avatar

Noam Efergan

@nowham.dev.bsky.social

Self taught iOS developer ๐ŸŽ Usually chatting shit ๐Ÿ’ฉ Writing about interesting shit at NoWham.dev ๐Ÿ‡ฎ๐Ÿ‡ฑ โžก๏ธ๐Ÿ‡จ๐Ÿ‡พโžก๏ธ๐Ÿ‡ฌ๐Ÿ‡ง

109 Followers  |  388 Following  |  162 Posts  |  Joined: 25.11.2024  |  1.6135

Latest posts by nowham.dev on Bluesky

Preview
Learning to learn with AI | No-Wham Dev How to use AI to make you a better learner instead of replacing you.

It's a bit of a different one, so let me know if that's something you're interest in :)
Enjoy!
nowham.dev/posts/learni...

16.07.2025 14:35 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

When approaching new code base as daunting as this, it's easy to try to throw AI at it to just do things for you, but in this blog post I'm going to talk about how I use AI to help me *learn* the codebase, how to become a better engineer.

16.07.2025 14:35 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

YAZIO are spearheading KMP-at-scale, with millions of users and a very complex app, and the learning curve is not insignificant.

16.07.2025 14:35 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

New post, and this one is not a technical one ! :)

Like I'm sure many are aware, I've recently started a new position at YAZIO , and every day has been such a treat, but it didn't come without its challenges.

16.07.2025 14:35 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
Triggering TestFlight with GitHub Actions Tags | No-Wham Dev The holy grail - automatic TestFlight deployment when you tag with "testflight"

Enjoy and let me know what would you like to see covered next!

This weeks post is sponsored by the great people at Codemagic

nowham.dev/posts/github...

09.07.2025 08:37 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Triggering TestFlight with GitHub Actions Tags | No-Wham Dev The holy grail - automatic TestFlight deployment when you tag with "testflight"

Back from paternity leave and jumping right back in !
This weeks post is a good wrap up to our `"GitHub Actions to TestFlight - from zero to hero` series!
We'll tie it all together, and release a TestFlight for our app - entirely from GHA!

09.07.2025 08:37 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
Running Unit Tests with GitHub Actions | No-Wham Dev Automate your testing and never ship broken code again

We're continuing our GitHub Actions series, and this week we're covering running unit tests!
We're going to go deeper this time, using things like a matrix, running our tests on different configurations, and more!
Enjoy, and let me know what you think!
nowham.dev/posts/github...

19.06.2025 09:25 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Setting up GitHub Actions for iOS | No-Wham Dev Your first steps into CI/CD automation for iOS apps

nowham.dev/posts/github...

This weeks post is once again sponsored by my good friends at @codemagic.io , except some great things on that front as well!

12.06.2025 09:43 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Setting up GitHub Actions for iOS | No-Wham Dev Your first steps into CI/CD automation for iOS apps

We're going to go from not knowing anything at all about them, to a full fledged pipeline, building the app, running unit tests, and submitting to the App Store - ALL completely automated!
Come join me on this journey :)

12.06.2025 09:43 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
Setting up GitHub Actions for iOS | No-Wham Dev Your first steps into CI/CD automation for iOS apps

๐ŸงตMega excited to start a new series on my blog!
Just like we had the `Fastlane - From zero to hero` series where we covered everything you need to know about Fastlane, we're going to start a new series -
covering everything you need to know to set up @github.com Actions for iOS!

12.06.2025 09:43 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
Terminal Setup & Scripts | No-Wham Dev Supercharge your iOS development workflow with custom terminal aliases, functions, and automation scripts

After a weeks holiday, it's time for a new post!

I've recently needed to setup a new machine, and it forced me to have a review of my terminal setup.
So, here are all the aliases, commands, and most importantly - theme that I use every single day

nowham.dev/posts/ios_te...

03.06.2025 11:19 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Git Hooks for iOS | No-Wham Dev Make your life easier without a CI

Weekly post alert! ๐Ÿšจ
And this week we're going to talk about git hooks for iOS.
This is just an introduction, more of how showing of how I like to do things in my projects, and like many other things can be endlessly expanded upon.
Enjoy!
nowham.dev/posts/git_ho...

07.05.2025 13:57 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Note to self, check that CircleCI actually support an Xcode version before bumping.

30.04.2025 10:18 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Unit test your iOS app with and without Fastlane | No-Wham Dev Use Xcode CLI and Bash or Fastlane to run unit tests in your iOS app.

Coming back from illness, this weeks post is very late - but is here! this week we're going to be talking about how to run your unit tests in parallel, using either Fastlane, or just plain ol' bash!

enjoy the read and happy testing :)
nowham.dev/posts/parall...

24.04.2025 10:40 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Unit test SwiftUI views without a view model | No-Wham Dev Testing SwiftUI views without a view model, when using MV instead of MVVM

ICYMI:
do you _really_ need a view model for each view? if "unit tests" are the only reason you've got, did you know you can actually just test the SwiftUI view itself?
Read all about it here ๐Ÿ‘‡
nowham.dev/posts/unit_t...

15.04.2025 09:24 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Unit test your iOS app without Fastlane | No-Wham Dev Use Xcode CLI and Bash to run unit tests in your iOS app.

Taking another short break from our Fastlane series, to see how we can build and test our iOS apps from any CI provider using just a Bash script!

This can be endlessly expanded upon, as Bash is extremely flexible.

This weeks post is again sponsored by @codemagic.io ๐Ÿ™
nowham.dev/posts/unit_t...

14.04.2025 10:54 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Bump app version and build number using Fastlane | No-Wham Dev Never forget to update those ever again!

Ever tried to ship a new test flight,only to realize at the last step that you've forgotten to bump the version or the build number?

In this weeks post, we're going to be covering how to auto-bump those number for you, so you can focus on shipping! ๐Ÿšข

nowham.dev/posts/bump_p...

10.04.2025 14:50 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Unit test SwiftUI views without a view model | No-Wham Dev Testing SwiftUI views without a view model, when using MV instead of MVVM

Happy Monday!
In this weeks post, we're going to take a small break from Fastlane and automation, and have a quick overview of how you can unit test logic in you SwiftUI views, without a view model.

nowham.dev/posts/unit_t...

31.03.2025 11:05 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Run unit tests with Fastlane | No-Wham Dev Automate your testing and increase your confidence

In this weeks post , we'll do a very quick glance at how to run unit test with Fastlane, perhaps the most common use case for automation.

This important building block will probably be the first lane you'll run in most flows !

Enjoy :)

nowham.dev/posts/run_un...

25.03.2025 08:31 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Really excited to share that this week blog post is sponsored by the great @codemagic.io !

they're a terrific CI/CD provider, and even have their own CLI if you're tired of Fastlane ;)

Go and check them out!
nowham.dev

24.03.2025 10:54 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Build the app with Fastlane | No-Wham Dev The first step in many workflows.

The newest installment of my series "Fastlane from zero to hero" is in :)

In this one, we're going to go over the building block for so many automation flows, the building of the app.

Enjoy!

nowham.dev/posts/build_...

19.03.2025 09:23 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Nicer Fastlane | No-Wham Dev Have a nicer dev experience when working on Fastlane

ICYMI
Having a nicer work space is proven to increase productivity in the science experiment i've done in my living room
So if you're working on any Fastlane automations today, have a look at how to make your experience better!
nowham.dev/posts/nicer-...

12.03.2025 10:42 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Intro to Fastlane for iOS - the How | No-Wham Dev Get the house in order

A shorter one today, but we need to get that one out of the way!

We're continuing on our "Fastlane - From zero to hero" journey, and today is the general housekeeping of how to install Fastlane locally on your machine.

A quick read, but a useful one nonetheless !

nowham.dev/posts/into_t...

10.03.2025 13:56 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

ROI on 4 quid will be mad
CPC go brrrrrrrrr

07.03.2025 17:44 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Iโ€™ve made the mistake of playing around with an m4 chip and now I want oneeee

07.03.2025 17:42 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I have ยฃ4.83 and I would love to sponsor a single slice of pizza. All I want is a post it note with โ€œNowham.devโ€ on it.
Make micro sponsorships a thing ๐Ÿ‘€

07.03.2025 17:41 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

But I canโ€™t do a better job

07.03.2025 17:40 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

You knows the worst bit? If fucking works ๐Ÿ˜ก

07.03.2025 17:39 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Intro to Fastlane for iOS - the Why | No-Wham Dev Your automation journey starts here

An exciting journey!

In the next few weeks, i'm going to be taking you from zero to hero when it comes to mobile automation with Fastlane!

The why, the how, the what, and the "huh? oh ok".

Starting off with the why!

nowham.dev/posts/into_t...

03.03.2025 10:18 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

being able to design nice UI with good UX, on any platform, is a superpower and is one of, if not THE most important deal makers for B2C apps or businesses.

18.02.2025 14:19 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@nowham.dev is following 20 prominent accounts