This website uses Cookies to improve your experience. Learn more
Got it!
MarcoSantaDev
Posts Projects About
MarcoSantaDev
Cancel
PostsProjectsAbout
/images/avatar.webp
Articles and projects about Software Engineering by Marco Santarossa
/test-doubles-swift/featured-image-preview.webp

Test Doubles In Swift

24 Apr 2017

A keen developer writes a lot of unit tests to cover the code to use in production. Unfortunately, a component can sometimes be difficult to test because of its dependencies, and you would be tempted to give up. Hang on, Test Doubles are what you need to make a test easy to write.

  • Swift
  • Testing
/run-swift-ui-tests-mock-api-server/featured-image-preview.webp

How to run Swift UI tests with a mock API server

18 Apr 2017

Are you developing an application which uses API responses? Do you need an efficiently way to test the UI? UI testing with a mock API server is the solution to your problems.

  • iOS
  • Swift
  • Testing
/getting-hurt-protocol-extensions-default-parameter-values/featured-image-preview.webp

Getting Hurt With Swift Protocol Extensions & Default Parameter Values

10 Apr 2017

Of course, Swift protocol extensions and default parameter values are great features. And they are always safe, aren’t they? Well, not really.

  • Swift
/solid-principles-applied-swift/featured-image-preview.webp

SOLID Principles Applied To Swift

03 Apr 2017

A maintainable component. Reusable. Just a dream? Maybe not. SOLID principles, may be the way.

  • Swift
/mvvmc-with-swift/featured-image-preview.webp

MVVM-C with Swift

20 Mar 2017

Nowadays, the biggest challenge for an iOS developer is the craft of a robust application which must be easy to maintain, test and scale. In this article you will learn a reliable approach to achieve it.

  • Swift
  • Testing
  • 1
  • …
  • 3
  • 4
  • 5
Powered by Hugo | Theme - FeelIt
2017 - 2023 | Marco Santarossa