Systems | Development | Analytics | API | Testing

Development

Scale-up Mobile UI Tests - Moataz Nabil at Google Cloud Budapest | Bitrise Talks

Join Moataz Nabil for his talk about scale-up mobile UI tests with Firebase Test Lab, Cloud Function and Bitrise! 🚀 This presentation was watched live by attendees at Google Cloud Budapest 2021. At this meetup, attendees talk about interesting case studies and share some tips and tricks on infrastructure, app dev, data engineering, and machine learning. Presenter: Moataz Nabil | Developer Advocate at Bitrise ‎ Thank you for watching! Please feel free to comment your thoughts below.

How to Optimize Docker Performance

Docker containers have revolutionized the cloud industry. While Docker containers already present remarkable benefits and plus-points over other virtualization methods, there are significant performance gains that developers can further squeeze out of Docker to get the most out of the technology. This guide will cover different methods of optimizing Docker performance and answer some frequently asked questions about the technology.

Here's What Software Errors Could be Costing your Business

Software errors are annoying – they are troublesome for IT departments and affect many company processes. A software error is essentially a mismatch between what is expected of the program and the produced output. Sometimes these software errors could have negligible impact, while on other occasions, they could wreak absolute havoc, especially for industries like banking, healthcare, airlines, and stock markets.

Unleashing Siloed Design Into IPs

Many IP and data management tools provide a project-centric view of the design process, creating what are known as design silos. While this makes some sense, as most designers tend to think of themselves as working on a project at time, and other items within the company are tracked on a project basis (such as cost, resources, and timelines), this approach is not without its drawbacks.

The Evolution of Planning and Tracking Tools

In an unforeseen move earlier this year, Atlassian announced that they were depreciating server products to accelerate movement to cloud products. For teams that utilize Jira Server products, the announcement started the clock on a pivotal decision. Users of Jira Server products have until February 2nd, 2024 to integrate into Jira Cloud products, or migrate into an on-prem server solution. This change has had and will continue to have a wider effect of other parts on the ecosystem of DevOps tools.

Innocent looking array_unique - 2 Stories of performance hogs in Shopware 6 and Tideways own backend code base

This post tells a story of a performance mistake that is quickly made even by experienced developers: The expectation that a built-in PHP function has better performance than a better suited data structure written in PHP. The protagonist in these stories is array_unique, a function that takes a list of values and removes duplicate entries to return a list of each value occurring only once.