How to Setup SwiftLint on XCode 14
21:07
Dealing with Imposter Syndrome?
7:48
How to onboard into a new codebase
17:34
Пікірлер
@hdacmh
@hdacmh 10 күн бұрын
Hello Emmanuel, I'm from Vietnam. Thank you a lot for this great tutorial. I spent 1 month watching all 20 videos of your tutorial. It was amazing and helpful for me! I'm very interested in the source code of the node js server. Can you share them?
@sarmadnawaz1333
@sarmadnawaz1333 26 күн бұрын
Hey Can I have access to this bootcamp now?
@venugopalreddy6618
@venugopalreddy6618 Ай бұрын
It would be nice if you add authentication to the project.
@akashskumar6389
@akashskumar6389 Ай бұрын
amazing, just wow
@sithuwin1154
@sithuwin1154 Ай бұрын
Thank you very much <3 I love it. Easy to follow.
@ОлегНерж
@ОлегНерж 2 ай бұрын
thank you from Ukraine 🇺🇦
@SravyaChenna-u5h
@SravyaChenna-u5h 2 ай бұрын
Hello Emmanuel, I'm glad the tutorial was helpful! Thank you so much. I am facing a problem while practicing it. The cassava flakes image URL in popular dishes is not accessible. Could you please help me out with this?
@TheITExpert
@TheITExpert 2 ай бұрын
amazing explanation.
@MaheshKumar-mv8kv
@MaheshKumar-mv8kv 2 ай бұрын
Awesome Work but in dark mode it not seems working
@EliseoAdrianCardenasOrtiz
@EliseoAdrianCardenasOrtiz 2 ай бұрын
How to make my terminal look like yours? Is there any plugin?
@iOSDevAnjali
@iOSDevAnjali 3 ай бұрын
Very Informative!!
@Tschüss101
@Tschüss101 3 ай бұрын
I'm just curious! Do y'all use German in the workplace?
@SourovDattacse
@SourovDattacse 4 ай бұрын
A simple library for 20 minutes of duration!
@adamress1
@adamress1 4 ай бұрын
i love your videos
@ShivamSingh-nr4ep
@ShivamSingh-nr4ep 4 ай бұрын
bring more videos about ios dev
@jmiles5585
@jmiles5585 4 ай бұрын
Nice, thank you! 🙂
@LoganDavinci
@LoganDavinci 4 ай бұрын
Thank you! Is there a way we can Encrypt and Decrypt data inside Coredata for security purposes? (this was reported for one of our app during PEN testing)
@SwastikPatil_
@SwastikPatil_ 4 ай бұрын
Very Nice Explanation, Keep it up
@sandeepsahanicodes
@sandeepsahanicodes 4 ай бұрын
Amazing content! Thanks
@Afala_akounou_3abdan_chakouran
@Afala_akounou_3abdan_chakouran 4 ай бұрын
My husband is a software engineer need a job in Germany can you help
@serhatsimsek_1
@serhatsimsek_1 5 ай бұрын
thank you sir!!
@ZeeKhan-xx7tl
@ZeeKhan-xx7tl 5 ай бұрын
great
@Kalash040
@Kalash040 5 ай бұрын
Great!
@sammwangi7565
@sammwangi7565 5 ай бұрын
Did you have to know German being a Nigerian?
@ipaktulane4748
@ipaktulane4748 5 ай бұрын
# swiftgen.config.yml # Input directory containing your Xcode project input_dir: ${PROJECT_DIR}/AppName # Output directory where generated files will be saved output_dir: ${PROJECT_DIR}/AppName/SwiftGen # Configuration for processing assets (images) xcassets: # Input asset catalogs inputs: - Assets.xcassets # Output configuration for generated Swift code outputs: # Template configuration for generating Swift code - templatePath: ${PROJECT_DIR}/AppName/SwiftGen/template.stencil # Parameters for the template params: publicAccess: true # Output file name output: Assets.generated.swift # Configuration for processing strings strings: # Input strings files inputs: - Localizable.strings # Output configuration for generated Swift code outputs: # Template configuration for generating Swift code - templatePath: ${PROJECT_DIR}/AppName/SwiftGen/template.stencil # Parameters for the template params: publicAccess: true # Output file name output: Strings.generated.swift
@ipaktulane4748
@ipaktulane4748 5 ай бұрын
# format options --binarygrouping none --decimalgrouping none --octalgrouping none --exponentcase lowercase --header ignore --ifdef outdent --indent 2 --maxwidth 120 --self init-only --stripunusedargs unnamed-only --swiftversion 5 --trimwhitespace always --wraparguments before-first --wrapparameters before-first --wrapcollections before-first --xcodeindentation enabled --nospaceoperators ...,..>,..< # rules --enable isEmpty --enable blankLineAfterImports --disable wrapArguments --disable trailingCommas
@ipaktulane4748
@ipaktulane4748 5 ай бұрын
disabled_rules: - trailing_whitespace - force_cast - force_try - unused_setter_value - file_lenght - valid_ibinspectable - shorthand_operator - file_header - discarded_notification_center_observer - empty_enum_arguments - prohibited_super_call - missing_docs - unneeded_override opt_in_rules: - empty_count - explicit_init - yoda_condition - closure_end_indentation - closure_spacing - fatal_error_message - first_where - operator_usage_whitespace - overriden_super_call - redundant_nil_coalescing - multiline_parameters - vertical_parameter_alignment_on_call - joined_default_parameter - unneeded_parenthesis_in_closure_argument excluded: - Carthage/ - Pods/ - Generated/ # Rule to enforce camelCase for variable and constant names identifier_name: min_length: 1 max_length: warning: 50 error: 60 excluded: ["id", "url"] # Exclude certain identifiers from the rule # Rule to limit the length of function bodies function_body_length: warning: 100 error: 200
@peekOver59
@peekOver59 5 ай бұрын
how did you get that array code at 24:44
@kiransankarpati
@kiransankarpati 5 ай бұрын
Thank you man . Love from India. 🇮🇳
@bhavanabhardwaj5253
@bhavanabhardwaj5253 5 ай бұрын
Can this example be used on IOS 17?
@rayhaanalykhan
@rayhaanalykhan 5 ай бұрын
What's the difference between framework, library and swift packages?
@tudor7033
@tudor7033 6 ай бұрын
thanks for the video
@be3otech
@be3otech 6 ай бұрын
great tutorial, thanks!!
@prabakaranmuthusamy
@prabakaranmuthusamy 6 ай бұрын
Good work and thank you 🎉🎉
@VethaVinnarasu
@VethaVinnarasu 6 ай бұрын
Nice video Emman
@AbelMengesha-r8z
@AbelMengesha-r8z 6 ай бұрын
24:45 I didn't expect it to be this good. hahahah! Why are you so cool man?
@tylerpedigo2938
@tylerpedigo2938 6 ай бұрын
This is great
@emanuelperez3119
@emanuelperez3119 7 ай бұрын
Thank you so much!
@omardixanpuigpupo5028
@omardixanpuigpupo5028 7 ай бұрын
Thank's I appreciated
@user-zq4ln3km9u
@user-zq4ln3km9u 7 ай бұрын
hey macco thanks alot i wanna ask when i write a ProgressHUD.show() it give an error Type 'ProgressHUD' has no member 'show' , i installed the pods
@asare_bediko166
@asare_bediko166 7 ай бұрын
Hi bro keep it up ❤❤,I really want to become a coder just like you
@Niiita
@Niiita 8 ай бұрын
Awesome, thanks!
@jimmychao6526
@jimmychao6526 8 ай бұрын
Honestly It's by far the most comprehensive combine video I've seen. Other youtuber alway make it so unnecessarily complicated.
@stevenkirke
@stevenkirke 8 ай бұрын
Great lesson! I hope there will be more guides.
@kumuduwijewardhana9879
@kumuduwijewardhana9879 8 ай бұрын
Interesting 👏
@hayhay9548
@hayhay9548 8 ай бұрын
This is the start of a comment thread.
@hayhay9548
@hayhay9548 8 ай бұрын
This is the start of a comment thread.
@RiadSultanov
@RiadSultanov 8 ай бұрын
it would be nice if you put the result of the work you're going to do before the work itself (when editing video) instead of showing it with fingers. It's just about what you can do better, anyway nice video, thanks very much!
@Moh_sporty
@Moh_sporty 8 ай бұрын
thanks for your video bro
@nathtanmay
@nathtanmay 8 ай бұрын
short crisp and effective ❤