If you’ve got an app that keeps going down for no apparent reason, don’t worry, this quick and easy guide will give you the tools to get it up and running smoothly. To help you better, first select what type of user you are and what problem you have: If you’re not from the tech world yourselves, you probably think us programmers get everything right all the time.
The Swift Package Manager allows you to create standalone Swift applications both on Linux and macOS. You can build and run these apps and you have the ability to write unit tests for your codebase. Xcode ships with the XCTest framework, but you may not know that this is an open-source library. It's available on every single platform where you can install Swift.
Writing tests is an underappreciated part of software development. It usually distracts us from our primary goal and makes us feel we aren’t being productive. However, these tests are a great way to ensure our code works as expected, and they can save us plenty of headaches when we don’t have full control of certain parts of a project (for example, when we are working on the client app and another colleague is working on the server).
Mobile DevOps is more than simply adopting a new set of tools and practices: it also comes with the need to adopt a completely different mindset, in the form of a cultural-organizational change. The approach is based on the Agile methodology, but takes its practices further: not only by getting other teams more involved, but by replacing function-based teams with product-, and project-oriented teams as well.
Creating content for your website is like decorating the interior of your new house, if you don’t get it right, you would have your visitors dissatisfied and see them leave! Whether it is business or life, time is of the essence and the biggest currency in modern times. So, how can you create unique content, coping up with your busy schedule and other projects? It is quite simple, and you can go mobile! How?
Xcode is excellent and got better over the years if it comes down to tests. Last WWDC 2019 brought us Test Plans, and earlier, we got features like code coverage and parallel testing.
Welcome to the winter Bugfender newsletter. We hope you’re feeling refreshed after the holidays. We’ve had a fair few updates in the last quarter that we’d love to share with you to kick start the New Year!
Whenever I meet an engineer and chat with him about Bugfender, one of the questions I get asked most often is: what does it take to build a log aggregation tool like Bugfender? What’s behind it? When processing millions of log lines per day for several thousand users, coming from millions of devices, good architecture is key to enabling uninterrupted high-speed processing and growing the platform as new users sign up.