Systems | Development | Analytics | API | Testing

November 2020

Best tools in 2021 to do automated testing of your JavaScript apps

It’s no exaggeration to say that today’s internet is built on JavaScript. Around 95% of all websites have been built using the language, according to the latest figures. JavaScript has evolved beyond the client side and is now used to construct entire technology stacks, not to mention support databases like pouchdb and RethinkDB.

Real device testing best practices [webinar]

The device landscape is as vast as it is complex. With at least 63,000 possible device profiles reported—a number growing at almost 20% per year—the scale of device fragmentation is staggering. New models, operating systems, browsers, screen resolutions, etc., make it extremely difficult for web and app developers to deliver a consistently flawless user experience across all combinations.

React Hooks Common Mistakes

React Hooks is a new addition to React which enables you to use state and other features of the library without having to create a class. By ‘hooking into’ React’s existing features, you can significantly reduce the number of concepts you have to grapple with, and you can create custom hooks to share all kinds of non-visual logic, making your code much more reusable.

3 life-changing tips for Flutter apps on Bitrise | MATTHEW R. JONES

3 life-changing tips for Flutter apps on Bitrise, featuring Matthew R. Jones, Senior Customer Engineer at Bitrise. Bitrise is a Continous Integration and Delivery (CI/CD) Platform as a Service (PaaS) with a main focus on mobile app development (iOS, Android). ‎ Thank you for watching! Please feel free to comment your thoughts below.

How to Use the Javascript Debugger

As developers, we’ve traditionally rooted out errors in our programs (we’ll call them bugs from now on if that’s ok) by using meaningful log statements. JavaScript has the famous console.log() method for that. But while log statements are good, they are less efficient than a tool that enables you to carry out step-by-step debugging. So in this article, we will learn how to use Google Chrome developer tools (also known as DevTools) to debug any JavaScript application effortlessly.

Bitrise User Group #6 - Getting started with Bitrise | WEBINAR

Do you need guidance on how to get started with Bitrise? Watch this virtual meetup featuring mobile developer Alex Logan, Vladimir Ivanov, and Wisdom Nwokocha. 📺 Bitrise Users from all around the world come together to learn, teach, and connect with each other! Bitrise User Groups (or BUGs) are live meetups where Bitrise users share knowledge, best practices, and ideas with each other. Check out our other videos!

Mobile Cloud Testing 101 | Introduction and Implementation

With 2.1 billion smartphone users and 10,000+ mobile apps released daily, the mobile application field seems lucrative yet more competitive than ever, especially the testing landscape. To account for such demands, entering cloud mobile testing: transparency and mobility allow businesses and developers teams to optimize their mobile app testing pipeline while ensuring the application quality.