Chelsea Suddens

Comparing Medium Payouts with YouTube – How Much I Earned My First Month on Medium

As a monetized YouTuber, in August I decided to give writing a try. I was interested to see how the earnings might compare and share my knowledge across multiple platforms. I also saw it as a way to grow an additional audience. And the results were pretty interesting… Now I am used to YouTube studio …

Comparing Medium Payouts with YouTube – How Much I Earned My First Month on Medium Read More »

How to Automation Test Swift iOS Apps Using XCTest

Introduction In the ever-evolving world of iOS app development, ensuring the quality and reliability of your app is paramount. Manual testing can be time-consuming and error-prone, which is where automation testing comes to the rescue. In this article, we’ll explore how XCTest, Apple’s built-in testing framework, can be your go-to tool for conducting unit testing, …

How to Automation Test Swift iOS Apps Using XCTest Read More »

How to Run Your Jest Automation Tests in GitHub Actions

In the fast-paced world of software development, ensuring the quality of your code is paramount. The more complex your application becomes, the more critical it is to have a robust testing strategy in place. This is where automation testing and tools like GitHub Actions come into play. In this blog post, we’ll explore the benefits …

How to Run Your Jest Automation Tests in GitHub Actions Read More »

All You Need to Know about Recursion – How and When to use Recursion

Recursion isn’t the hardest principle to understand, but often is not a way of thinking that comes most naturally for developers. Personally, I have struggled with recursion in the past and try as I might to avoid it, sometimes it is the cleanest way! After using it a few times I have become more comfortable …

All You Need to Know about Recursion – How and When to use Recursion Read More »

How to Plan, Write, Monetize, Market and Grow Your Blog – Free Checklist

Blogging has evolved into more than just sharing your thoughts online. It’s a strategic endeavor that involves careful planning, thoughtful writing, effective marketing, and smart monetization. From creating high-quality content to promoting it across various platforms, there are many aspects to consider. To help you navigate this complex process, we’ve put together a comprehensive checklist …

How to Plan, Write, Monetize, Market and Grow Your Blog – Free Checklist Read More »

How to Test Expo React Native Apps with Jest and React Native Testing Library

Testing Expo React Native Apps with Jest and React Native Testing Library Developing a robust and reliable mobile app is a complex task. To ensure that your Expo React Native app performs seamlessly across different devices and scenarios, comprehensive testing is indispensable. In this tutorial, we’ll delve into the world of testing by harnessing the …

How to Test Expo React Native Apps with Jest and React Native Testing Library Read More »

How to Create Custom SwiftUI View Modifiers and Extensions

SwiftUI has revolutionized the way we create user interfaces in iOS and macOS applications. It provides a declarative syntax for building UI components, making the code more readable and maintainable. Custom view modifiers and extensions are powerful tools in SwiftUI that allow you to encapsulate common styling and behavior into reusable components. In this blog …

How to Create Custom SwiftUI View Modifiers and Extensions Read More »

Best Free Tools for Learning SQL and Amplifying Your Career

In today’s data-driven world, the ability to manage and analyze data is a skill that opens doors to endless possibilities. Whether you’re a budding data enthusiast, a software developer, or someone curious about the inner workings of databases, learning SQL (Structured Query Language) can be a game-changer. But where do you start on this journey …

Best Free Tools for Learning SQL and Amplifying Your Career Read More »