About 145,000 results
Open links in new tab
  1. What is SaaS, PaaS and IaaS? With examples - Stack Overflow

    8 IaaS, PaaS and SaaS are basically cloud computing segment. IaaS (Infrastructure as a Service) - Infrastructure as a Service is a provision model of cloud computing in which an organization …

  2. Firebase Multi Programming Language Suppport - Stack Overflow

    Jul 6, 2020 · I have a quick question, is it possible to have multiple programming languages for the Firebase Server in Cloud Functions?

  3. What stack/programming language is Azure written in?

    Dec 15, 2015 · The Azure portal is written in TypeScript and uses jQuery, KnockoutJS, Q, RequireJS, and Less (among a few other libraries). There's a thin ASP.NET Web API layer on …

  4. Writing Firebase functions in languages other than JS

    May 19, 2021 · The Cloud Firestore triggers seem to still be in beta. They might go for JS/TS first since it is so widespread and events and asynchronisity are built into the language.

  5. Is it possible to build a project using different languages via ...

    Jan 25, 2021 · Yes it is possible to use different languages for different micro-services. For example you can write micro-service-A in C# (.NET Core), micro-service-B in Java, micro …

  6. terminology - What is "runtime"? - Stack Overflow

    Oct 10, 2010 · 90 As per Wikipedia: runtime library / run-time system. In computer programming, a runtime library is a special program library used by a compiler, to implement functions built …

  7. The 2025 Developer Survey is Now Live - Meta Stack Overflow

    May 29, 2025 · There's OS level package manager, language level dependency managers, containerization tools, cloud platforms, etc. This should probably be split up in the future. Was …

  8. Google Dataflow vs Apache Spark - Stack Overflow

    Nov 4, 2015 · Programming Model: Dataflow's programming model is functionally biased vs. a classic MapReduce model. There are many similarities between Spark and Dataflow in terms …

  9. Generating a depth map from a point cloud using Python

    Jun 18, 2023 · Can someone please provide insights or suggestions on how to create a depth map from a point cloud with Python programming language? Any relevant information, …

  10. Invoking Google Cloud Run Function with oauth bearer token

    Oct 15, 2024 · I'm looking to learn how to invoke the http endpoint of a Cloud Run Function via an oauth authentication token obtained in python or in any other programming language based on …