-
The open standard for parallel programming of heterogeneous systems
OpenCL™ (Open Computing Language) is the open, royalty-free standard for cross-platform, parallel programming of diverse processors found in personal computers,…
-
CQRS – Command Query Responsibility Segregation
QRS stands for Command Query Responsibility Segregation. It’s a pattern that I first heard described by Greg Young. At its heart is…
-
AppConfig
A community focused on providing tools and best practices around native capabilities in mobile operating systems to enable a more…
-
Firebase Cloud Messaging
Firebase Cloud Messaging (FCM), formerly known as Google Cloud Messaging (GCM), is a cross-platform cloud solution for messages and notifications…
-
Google Website Testing Tool
Google- new tool aimed at helping business owners determine how well their website performs on the mobile web, including on both…
-
Open-source electronics platform
What is Arduino? Arduino is an open-source electronics platform based on easy-to-use hardware and software. Arduino boards are able to read inputs…
-
Flutter Native App Development
Flutter allows you to build beautiful native apps on iOS and Android from a single codebase https://flutter.dev
-
Try Your Hand at Quantum
The quantum card test lets you experience the difference between a classical computer and a quantum computer in a demonstration…
-
Cloud Native Landscape
Cloud-native is an approach to building and running applications that exploits the advantages of the cloud computing delivery model. Cloud-native…
-
Rest in Practice
How is your API looks like ? is it like below ? getCustomerDetailsByID (…) Then this article is for you.…