Systems | Development | Analytics | API | Testing

Creating a Progressive Web App (PWA) with Flutter

So, you just finished building that application that’s going to change the world, you’ve submitted the Android apk to the Google Play Store and the iOS ipa to the Apple App Store, and you’re awaiting review. But when you check your email, you discover that your iOS app has been rejected. Given the urgency of releasing the app, what do you do now? Well, the good news is that your application was built with Flutter, which is a great tool for creating Progressive Web Apps (PWAs).

Kong Expands AWS Offerings with Marketplace Listing and EKS Anywhere

Kong has been hard at work to provide our customers’ the best user experience of running our products in the AWS cloud. We’ve seen tremendous growth in our partnership with AWS in terms of joint solutions (co-build), building awareness through events and workshops (co-market), and growth in the adoption of our solutions (co-sell). In fact, Kong has seen exponential growth in our Kong on AWS business year over year.

OpenLogic by Perforce and the Open Source Initiative Announce 2023 State of Open Source Survey

Perforce Software announces the beginning of their 2023 State of Open Source Survey - a collaboration between OpenLogic by Perforce and theOpen Source Initiative(OSI), a non-profit that raises awareness and adoption of open source software (OSS).

An Introduction to AI-generated Content and Generators

Artificial intelligence is one of the most popular, yet misunderstood phenomena in the world. Many people get their ideas about AI from apocalyptic Sci-Fi movies rather than an understanding based on science or observation. The truth is that many pieces of software, websites, and applications already use AI. An AI writing generator is not that difficult to obtain. AI can even make music, create pictures, or talk to you. Chatbots have been a thing for more than two decades.

How to Choose Mobile Devices for Testing 2022

Learn the latest best practices for knowing which mobile devices to test on, plus our recommended devices to test on by region and business size. With the rapidly increasing popularity and complexity of mobile apps, you need to make sure your app works as intended across various device models, operating systems, and browsers.

Using Mason and bricks in your Flutter app: Beginner's guide

TL;DR: Mason is a Dart package that allows you to create files and directories based on templates. You can use Mason in your Flutter projects by first creating and registering the templates (aka bricks) and then utilizing them to create files and folders. Alternatively, you can use bricks made by others from GitHub or BrickHub.dev.