Best of Mobile Development — September 2022
- 1
- 2
Community Picks·4y
The Back-end for Front-end Pattern (BFF)
SoundCloud has developed an application of the Back-end for Front-end architecture pattern, or BFF. The selling point for the architecture above is the flexibility that those reusable services offer. To empower third-party developers to build interesting integrations, you need to design an API that makes no assumptions about how the data is going to be used.
- 3
Hacker News·4y
58 bytes of css to look great nearly everywhere
58 bytes of css to look great nearly everywhere (enhanced version) This should be simple drop-in css. I've since changed the padding to 1.5rem for a happier compromise between mobile and desktop displays. The padding also provides sorely-needed top and bottom whitespace.
- 4
- 5
FlutterDevs·4y
Flutter 3.3 — What’s New In Flutter
Google has merged 5,687 pull requests in bringing live the Flutter 3.3 version of its cross platform mobile app development kit. Flutter now provides the easiness of selecting the whole data in the web apps with a single sliding gesture by wrapping your widgets with SelectableArea widget. Impeller is also available in having access to these deltas allows you to build an input field.
- 6
LogRocket·4y
Improving Next.js app performance with BlurHash
The time it takes a web app to load to the client depends on how long it takes to serve its application code, styles, and data. For example, you could use server-side rendering to render the initial HTML of your web page on the server side before delivering it to the browser, use the Next.js. The amount that BlurHash impacts page speed can vary based on several factors.
- 7
WordPress Beginner·4y
45+ Web Design Industry Statistics and Latest Trends for 2022
Currently, there are around 1.14 billion websites in the world. 17% of these websites are active, and 83% will leave a site because of outlandish colors. Only 18% of consumers look at a website’s font styles when visiting their pages for the first time.
- 8
CSS-Tricks·4y
Flutter For Front-End Web Developers | CSS-Tricks
Flutter needs a way to unify the rendering and developer experience by using its ScrollViews. It may help to stop thinking about the flow of document structure and instead consider the application as an open canvas for a device’s native painting mechanisms. To use Flutter, you need to have installed the Flutter SDK and have configured Flutter for a test device.
- 9
- 10
LogRocket·4y
Improve repo management with moon
moon is a repository management, organization, orchestration, and notification tool for JavaScript-based projects. moon only supports targets that are explicitly compiled for Linux 64. We can set moon up to manage a new project or migrate existing repos to a monorepo setup.
- 11
Hacker News·4y
Someone is pretending to be me.
A person/company sets up fake Upwork profiles of real people. They apply to jobs in hopes to get an interview using that fake profile. They find victims on GitHub who are willing to go along with this. The response I got I'm not sure how to react - an apology for assuming my identity which is absolutely insane.
- 12
FlutterDevs·4y
BioMetric Authentication In Flutter Application
For BioMetric authentication we need our local database by which we can check the fingerprint. On supported devices, this includes authentication with biometrics such as fingerprint or facial recognition. It supports Android, IOS, <manifest xmlns: android="http://schemas.com/apk/res/android" package. And also learn the importance of local_auth and how many types of Bio-metric are in this package. If I got something wrong? Let me know in the comments.
- 13
thoughbot·4y
Automate React Native App deployments
For iOS, these are the steps to archive and upload a new build to TestFlight via the App Store Connect. The process for Android deployment involves a series of steps such as generating an upload key using keytool. Running one command on your terminal or the CI can deliver instant updates to all the App users without submitting an App update. But there are few cons to using Expo,