mitchabilitycheck.hashnode.dev·Jan 28, 2025Enhancing Performance: Moving from Typescript & Firebase Functions to Elixir & ObanI recently completed a major backend overhaul for my client’s Flutter app. The app helps people locate their favorite non-alcoholic beverages by displaying brand locations on a map. It's served by an incredibly complex backend that scrapes various br...77 readsoban
Darshit Anjariadarshitanjaria.hashnode.dev·Jan 15, 2025Serverless Architectures: Revolutionizing the Way Applications Are BuiltIn today’s rapidly evolving tech landscape, serverless architectures are transforming how developers build and deploy applications. By abstracting server management and allowing teams to focus solely on code, serverless solutions offer unmatched agil...1 likeserverless
Nikki Ekeclouds.hashnode.dev·Jan 8, 2025FeaturedHow to Schedule Cloud Functions with Google Cloud TasksGoogle Cloud Tasks is provided by Google Cloud Platform (GCP). It is a fully managed service that allows you to create, manage, and execute asynchronous tasks in a reliable and scalable way. These tasks are independent pieces of work that are to be p...24 likes·128 readsgoogle cloud
Julissa Rodriguezcodeanding.com·Nov 28, 2024DevFest Lima 2024: Desplegando APIs Serverless con Terraform en Google Cloud Functions¡Hola! Bienvenidos a esta nueva entrada donde compartiré los recursos y detalles de mi charla en el DevFest Lima 2024 sobre "Desplegando APIs Serverless con Terraform en Google Cloud Functions". Sobre la charla En esta sesión exploramos la poderosa c...Talk Materials & Resourcescodeanding
Ariyan Ashfaqueaariyan.hashnode.dev·Sep 10, 2024Optimizing Firebase with Region-Specific Firestore InstancesIntroduction When building applications that need to access multiple Firestore databases based on a user’s location or other criteria, it’s essential to dynamically initialize and use the correct Firestore instance after user authentication. This blo...30 readsIonic Framework
Victor Uzoagbavictoru.hashnode.dev·Sep 9, 2024Optimizing Productivity for Developers with Cloud-Based Tools and ServicesProductivity growth is at the top of the to-do list for developers and organizations alike in the highly time-constrained software development environment today. Development teams rely on cloud-based tools and services as these have revolutionized ho...google cloud
Marcio Figueiredo | E3M Sistemas e Appse3m.dev.br·Aug 29, 2024Serverless: Descomplicando a Computação na Nuvem com Cloud Functions da GCPJá faz algum tempo que a computação na nuvem deixou de ser uma tendência para se tornar uma realidade. Mas ainda existem muitas empresas que não conhecem ou não exploram o potencial das soluções serverless. E é sobre isso que quero falar hoje! O Que ...44 readsCloud
Yusuf Bin Musayusufaine.dev·Oct 8, 2023iPhone 15 Pro Max: The extent I go to get my hands on oneThis is a companion article for the Apple SG Notifier repo that I did over a weekend. I typically write the article in a markdown file first before publishing it. Background When the iPhone 15 lineup was announced, I was ready to make an impulsive p...bytes
Ishaanishaanveerdadhwal.hashnode.dev·Sep 10, 2023Google Cloud FunctionsGoogle Cloud Functions is a serverless execution environment for building and connecting cloud services. With Cloud Functions you write simple, single-purpose functions that are attached to events emitted from your cloud infrastructure and services. ...Google Cloud Platorm - Servicesgoogle cloud functions
Tim Berrytimberry.dev·Jun 28, 2018Getting Started with Python for Google Cloud FunctionsUpdated December 2019 I’ve been a fan of Cloud Functions for a while and a fan of Python since forever, so when support for Python functions was finally announced at Google NEXT’18 I did a small dance of celebration (or at least, I fist-bumped the ai...Python