In part one of this series, we introduced the CoreComponents that get generated when bootstrapping a new Phoenix project. In part two, we implemented a create modal. Now, we will implement an edit modal. You can continue following along with our companion repo.
By now, those working in software development know what functional tests and end-to-end tests are. They also know test automation is the key to speeding up their development process without compromising software quality. However, visual testing, a set of tests designed to make sure that your app “looks” as intended, is an often-forgotten facet of testing. The good news here is it is easy to start visual testing, especially if you have some pre-existing functional/e2e test scripts.
We're thrilled to announce enhancements to Xcode test reporting in Bitrise, designed to improve your mobile app debugging workflow. For iOS developers, our new Beta feature allows for better visibility into Xcode test results on the Build Details page.
Artificial intelligence has the potential to make work incredibly efficient—which means it’s the perfect complement to process automation technology. Process automation, and related approaches like business process management, already aim to improve productivity by automating what can and should be automated.
Text manipulation is one of the most common tasks in programming with virtually all major programming languages usually supporting regex (regular expression) via their standard libraries. C# is no exception, so today we bring you a C# regex guide. You’ll learn what regexes are, why you’d want to use them and how to get started in a comprehensive, approachable manner. That way, you can start using regular expressions to solve real problems ASAP.