How to reduce your mobile app size
We discuss in detail how developers can reduce app size by compressing images, removing unused resources, and optimizing their APK and IPA files for different types of devices.
We discuss in detail how developers can reduce app size by compressing images, removing unused resources, and optimizing their APK and IPA files for different types of devices.
Financial services institutions are playing the long game in working toward digital transformation. Considering the rapid rate of change and innovation over just the last 10 years, leading financial organizations are realizing that digital transformation isn’t a destination. It’s a journey. While there isn’t one right way to approach digital transformation, some strategies are less effective than others.
OAuth 2.0 is becoming a popular alternative for application authentication. With Microsoft discontinuing Basic authentication and making OAuth 2.0 one of their new standards, many developers are sure to be in a situation where they need to change how they handle authentication for popular applications such as mailboxes, exchange services, and more. This article will briefly touch on OAuth 2.0, how it can be used, and an example of using it read mail from an Office 365 mailbox.
BigQuery ML reduces data to AI barrier by making it easy to manage the end-to-end lifecycle from exploration to operationalizing ML models using SQL.
As a QA leader or a test manager, you’ve likely had more than one instance when you needed to communicate important information to your entire team, regardless of their time zone, work hours, or location. Test management tools like Tricentis qTest are used by nearly everyone in a QA organization, making it an ideal medium for wider announcements.
Node.js 18 was released on the 19th of April this year. You can read more in the official blog post release or in the OpenJS Blog announcement. The community couldn't be more excited! If you want to lend a hand, we welcome your ideas or solutions contact us, or if you would like to help us continue supporting open source, you can contribute with an issue here.
In this post, we will implement a basic ActionText table editor for your Rails application. We'll learn how: This article draws inspiration from the excellent 'Adding Tables to ActionText With Stimulus.js' blog post from 2020. That was written before the advent of Turbo though, which we can expect to simplify matters quite a bit. Let's get going!