Resources  
  • Creating Distributed Map-Reduce Job via AWS Step Function Mar 18, 2024. Example of distributed map-reduce job using AWS Step Function on the example of the generative art piece. The article explains using AWS Step Functions to orchestrate lambdas in a distributed serverless architecture, with examples and considerations for robustness.
  • Big Data: Navigating the Digital Ocean of InformationMar 05, 2024. In the era of technology, data has become the new currency. Big Data, a term frequently heard across industries, represents the vast expanse of information reshaping our world. The essence of Big Data, its dimensions, real-world applications, and the role of Hadoop Distributed File System (HDFS) in managing its vast scale.
  • Build a Storytelling App with Flutter and Gemini AIFeb 23, 2024. Learn how to build a storytelling application in Flutter using the Google Generative AI package. Building a storytelling application in Flutter using the Google Generative AI package. Explore the steps, including installation, folder structure, API key setup, and app creation.
  • Run .NET 6 containerized applications on Google Cloud Run Feb 23, 2024. Effortlessly deploy .NET 6 containerized apps on Google Cloud Run. Benefit from serverless architecture, scalability, and seamless integration with Docker, enabling efficient management and deployment of your applications in the cloud.
  • AI Magic in Your Flutter Apps with the Gemini APIFeb 18, 2024. The Gemini API can help you boost the power of generative AI in your Flutter apps. Learn how to effortlessly incorporate text summarisation, chatbot generation, and more into your projects.
  • CesiumJS Sample in WPF ApplicationFeb 06, 2024. This project streamlines CesiumJS integration into a WPF app, leveraging powerful geospatial visualization. Learn to inject KML files, define locations, create lines, and manage KML loading. Follow the steps to embed CesiumJS, set up HTML, and integrate with WPF using CefSharp.
  • Build Interactive Map Visual in Power BIFeb 05, 2024. Unleash the power of geospatial data in Power BI by creating interactive maps. Transform raw data into compelling narratives, track sales, visualize demographics, and engage your audience with filters, drillthroughs, and storytelling bookmarks.
  • Building Interactive Maps in Power BIFeb 05, 2024. Explore the art of creating interactive maps in Power BI, Microsoft's data visualization tool. From choosing geospatial data to configuring map visuals and enhancing interactivity
  • Google and Yahoo Unveil New Email Authentication StandardsJan 29, 2024. Email remains a cornerstone of communication in the digital age, facilitating interactions between individuals, businesses, and organizations worldwide. However, the ubiquity of email also makes it a prime target for cyber threats, including phishing attacks, email spoofing, and spam.
  • Using Google OAuth 2.0 as User Sign-In for ASP.NET in C#Jan 22, 2024. Integrate Google OAuth 2.0 with ASP.NET in C# for seamless user authentication. Unlock the potential of Google OAuth Sign-In for your website. This comprehensive guide covers API registration, obtaining authorization codes, access tokens, and user email retrieval using C#.
  • Number Guessing Game in PythonJan 19, 2024. In this article, you will learn how to write a Guess-the-number game in Python using a Google Colab. You will learn three different ways to implement it.
  • Integrating Google Single Sign-On with AngularJan 17, 2024. Angular with Google SSO refers to the integration of Google Single Sign-On (SSO) authentication within an Angular web application. Single Sign-On is a method that allows users to log in to multiple applications or services with a single set of credentials, eliminating the need to remember separate usernames and passwords for each application.
  • JavaScript Map Object in ES7 and TypeScriptJan 16, 2024. The JavaScript Map object is a versatile tool for mapping keys to values, offering efficient operations for searching, updating, and deleting elements based on specified keys. In this article, we will explore the capabilities of the Map object in ES7 (ECMAScript 2016) and delve into its application in TypeScript.
  • Understanding Google OAuth (Open Authorization)Jan 05, 2024. Google OAuth, an Open Authorization protocol ensuring secure third-party access to user data without exposing credentials. Follow a step-by-step guide to configure OAuth 2.0 credentials via the Google API Console. Explore the advantages of Google OAuth for standardized and secure authentication.
  • API Development Using Dapper and Microsoft Asp.NET Core Web API Dec 24, 2023. ASP.NET Core is a powerful framework for building web applications, and "Dapper" is a popular micro ORM (Object-Relational Mapping) that works well with ASP.NET Core for database operations. Dapper provides a simple way to interact with databases using raw SQL queries while mapping the results to objects.
  • Map() Function in ReactDec 22, 2023. React's map() Function: A Comprehensive Guide with Practical Examples. React's map() function with practical insights. Learn its core principles for manipulating data, from basic array operations to dynamic rendering in React components, enhancing your development proficiency.
  • Building a Custom Object Mapper in ASP.NET Core Using C#Dec 21, 2023. Unlock the power of data transformation in ASP.NET Core with a custom object mapper. Delve into the steps—defining mapping configurations, implementing logic, and seamless integration—ensuring tailored, efficient, and maintainable data conversion in your applications. Happy coding!
  • .NET Core: Decoding .NET Core Custom MiddlewareDec 01, 2023. This article will provide more details about .Net Core Middleware details, What? When? Where?. Middleware, integral in the ASP.NET Core request pipeline, manages requests and responses. Learn how middleware components handle tasks like authentication, authorization, and logging, enhancing modularity, customization, and testability in .NET applications.
  • What Is Sharding?Dec 01, 2023. Sharding, a strategic database architecture, distributes data across multiple servers to enhance speed and reduce strain on a single server. Common in large-scale systems, sharding improves performance, scalability, and availability. However, its complexity requires meticulous design, particularly in maintaining data integrity across shards. This article provides an overview, explaining sharding's workings, its benefits in load balancing and scalability, and its application in high-traffic web services.
  • How to Share a Drive and Mapping for Client User?Dec 01, 2023. Learn the proper and easy method to share and map a drive for client users. Follow clear steps from creating a shared folder to setting up permissions in this insightful guide.
  • .NET Core: Custom Middleware Short CircuitDec 01, 2023. This article will provide more details about .Net Core Middleware details, What? When? Where?. Middleware, integral in the ASP.NET Core request pipeline, manages requests and responses. Learn how middleware components handle tasks like authentication, authorization, and logging, enhancing modularity, customization, and testability in .NET applications.
  • .NET Core: Unraveling Middleware DecodingNov 27, 2023. This article will provide more details about .Net Core Middleware details, What? When? Where?. Middleware, integral in the ASP.NET Core request pipeline, manages requests and responses. Learn how middleware components handle tasks like authentication, authorization, and logging, enhancing modularity, customization, and testability in .NET applications.
  • How to Backup Google Classroom Data - Verified StepsNov 23, 2023. Trying to backup Google Classroom data? Read this blog and get an sure-shot solution to backup Google Classroom data instantly.
  • Creating Consistent ASP.NET Core Web API Responses with AutoMapper and DTOsNov 17, 2023. Developing a robust ASP.NET Core Web API hinges on the subtle yet pivotal details of response structuring. Leveraging AutoMapper in tandem with well-designed Data Transfer Objects (DTOs) not only ensures the separation of concerns but also orchestrates a symphony of consistent and predictable API responses. These intricacies extend beyond mere data mapping; they epitomize a strategic approach in harmonizing the internal model intricacies with the API's outward-facing facade. Unveiling the elegance of these detailed mappings and the orchestration of a uniform response structure not only enhances the developer's workflow but also augments client-side integration, presenting an intuitive and standardized communication channel. Addressing these finer points not only establishes a foundation for resilient error handling but also fuels the API's scalability and ease of maintenance, fostering an environment where agility meets reliability.
  • Object Mapping in .NET with AutoMapperNov 08, 2023. This article on AutoMapper provides a comprehensive overview and introduction to the topic, making it easily accessible for readers who are unfamiliar with the concept. The step-by-step approach in explaining the setup and usage of AutoMapper is particularly helpful for beginners.
  • K-Means Clustering in C# with Flower Data Using Google ColabNov 03, 2023. Clustering is a form of unsupervised machine learning in which observations are grouped into clusters based on similarities in their data values, or features. This kind of machine learning is considered unsupervised because it doesn't make use of previously known label values to train a model. In a clustering model, the label is the cluster to which the observation is assigned, based only on its features.
  • Setting Up Server-Side Google Tag Manager (GTM) with DockerSep 21, 2023. Learn how to set up Server-Side Google Tag Manager (GTM) using Docker for advanced tracking and data processing. Gain flexibility and control over your analytics toolbox effortlessly.
  • Array Map Method in JavaScript Sep 18, 2023. In JavaScript, arrays are used to create collections of elements. You can declare an array in JavaScript using square brackets, and it can contain various types of data, including integers, strings, or decimals.
  • Google Chrome Shortcut Keys for WindowsAug 27, 2023. This article will teach you about Google Chrome Shortcut Keys for Windows.
  • A comprehensive overview of Dictionary in C#Aug 25, 2023. Dictionaries are essential tools for managing data efficiently through key-value pairs, offering rapid retrieval and manipulation. The Dictionary<TKey, TValue> class empowers developers to effectively add, access, and update items, enhancing performance and problem-solving capabilities.
  • What is Google Gemini, AI Project by Google?Aug 23, 2023. Google Gemini is an artificial intelligence e (AI) project from the Google AI team. It is a large language model (LLM) that is expected to be more powerful and versatile than previous LLMs.
  • Calculating Driving Distance with Google Maps Distance Matrix API in AndroidAug 22, 2023. In this article, we will learn how to calculate the driving distance between two places in Android.
  • What Can Google Bard Do?Aug 20, 2023. Google Bard is Google's AI assistant. Learn what Google Bard can do and how to use Google Bard.
  • Important RxJS Operators Aug 18, 2023. In Angular applications, RxJS empowers asynchronous programming through observables. Its diverse operators enable seamless data manipulation, event handling, and complex workflows, enhancing Angular apps' reactivity and responsiveness.
  • Location Marker on a React website using Google Maps APIAug 04, 2023. In this article, I will demostrate how to use the custom marks on the maps on the react Website using Google Maps API.
  • How To Fix "This page can't load Google Maps correctly."Jul 20, 2023. Google Maps has become an essential tool for displaying interactive maps on websites and applications. However, encountering the error message "This page can't load Google Maps correctly" can be frustrating for both users and developers. This error typically arises due to misconfigurations, API issues, or billing-related problems. In this article, we will explore the common causes of this error and provide step-by-step solutions to fix it.
  • Automate Birthday Reminders with Google Forms and CalendarJul 19, 2023. To integrate Google Forms and Google Calendar for collecting birthdates and setting reminders, you can follow these steps:
  • Show Locations On Map Using MapKit and CoreLocationJul 17, 2023. This article explains using MapKit and CoreLocation in Swift. This article also contains a demo on how to use MapKit and CoreLocation.
  • Web Page Performance Optimization Through Lighthouse Jul 06, 2023. Examines the essential strategies and techniques for enhancing website performance with Google Lighthouse, a potent tool. This article explores the skilled process of web page optimization, discussing issues like image and code optimization, utilizing browser caching, reducing render-blocking resources, and utilizing Lighthouse's thorough speed analyses.
  • Google Calendar API integration With .Net CoreJun 26, 2023. Google Calendar API integration with .NET Core is a concise guide that demonstrates how to seamlessly integrate the Google Calendar API into your .NET Core application. Learn how to authenticate users, access their calendars, and perform common tasks such as creating events, retrieving schedules, and managing notifications. Unlock the power of Google Calendar and streamline your application's scheduling and event management capabilities with this comprehensive integration.
  • AutoMapper in ASP.Net Core 7 Web APIJun 15, 2023. When developing apps, it's common to wish to map items to either comparable or different kinds. Why do you frequently require this? The database tables of the employed database are typically mapped with the models (also known as entities) in an application. As a result, there is frequently a discrepancy between the model class properties and the data transfer object class properties. You may run into issues because of having to write a lot of boilerplate code to convert instances of disparate types. A large application, like an ERP, could require a lot of models and data transfer object classes. Writing code to perform the mapping manually would be time-consuming. Here, programs like AutoMapper can be useful.
  • Collections in KotlinJun 12, 2023. The article wraps Collections in Kotlin and provides a summary or final thoughts on the topic.
  • How to Map Object-to-Object using Automapper in .NET CoreJun 09, 2023. In this article, we will explore the benefits of Automapper and provide a step-by-step example of how to use it.
  • Introduction on SQL+Jun 02, 2023. In this article, we will delve into the world of SQL+ and explore its capabilities, advantages, and real-world applications. We will provide code snippets and examples to illustrate the power of SQL+ in action, empowering you to leverage this advanced SQL variant to tackle complex data challenges with ease.
  • Google Workspace (1) --- IntroductionMay 31, 2023. This article introduces Google Workspace.
  • Google Workspace (2) --- vs. Microsoft OfficeMay 31, 2023. This artice introduces Google Space vs. Microsoft Office
  • Google Bard A Potential Game-Changer Set to Dethrone ChatGPTMay 13, 2023. Google Bard, the revolutionary language model chatbot, is now available in India and aims to outperform ChatGPT.
  • Why Should You Use Docker?May 10, 2023. Docker is a popular software development platform that allows developers to package and distribute applications in containers. Containers are lightweight, standalone executables that contain everything needed to run an application, including code, libraries, and system tools.
  • How we can use forEach with Map and Set In JavaScriptApr 25, 2023. In this article, we will see How we can use forEach with Maps and Sets in JavaScript
  • Dapper vs Entity Framework Core vs ADO.NET: Which One Should You Choose?Apr 19, 2023. Dapper vs Entity Framework Core vs ADO.NET: Which One Should You Choose?
  • What is map method in JavaScript? And when to use it?Mar 30, 2023. Learn JavaScript map method and when to use the map method in JavaScript.
  • Copy All Properties Of One Object Into Another Without Any Package In C#Mar 27, 2023. In this article we are going to map one object to another object which are same type and also different type. Some properties are exact same and some are different in case.
  • Deploy .NET 6 Workloads To Google Kubernetes Engine And Explore Kubernetes Features And DeploymentMar 15, 2023. In this article, we will try to set up our first GKE cluster. We would also deploy .NET 6 service to GKE. In the end, we would explore Kubernetes features and deployments.
  • Optimization Of Queries In SQL Server - HEAP TABLESMar 08, 2023. This article will help you to understand how to start to think on optimization of sql queries and why use indexes in tables
  • How To Create Docker Image Of .NET 6 Workloads And Push It To Google Container RegistryMar 06, 2023. In this article, we would try to understand Google container registry. We would also set up new .NET 6 application and build custom image using Docker. In the last step we would push this image to GCR.
  • Deploying .NET 6 Workload To Google App Engine Flexible Environment Mar 06, 2023. In this article, we would understand more about Google App Engine features compute service offered by Google cloud. We would also deploy fully functional .NET 6 workload to GAE.
  • Validate Purchase Receipt With The Play StoreMar 01, 2023. For server-side purchase receipt validation from the play store, we use google play API. The Google Play Developer API is a set of RESTful web services that allow developers to communicate with the Google Play Store.
  • Two Factor Google Authenticator Using ASP.NET Core And AngularFeb 27, 2023. In this article, you will learn about 2-Factor Google Authenticator using ASP.NET Core and Angular.
  • How To Create And Work With Manage Instance Group In Google Cloud Platform Feb 15, 2023. In this article, we would try to understand more about Manage Instance Group. We would also see features of Manage Instance Group like Auto Scaling, Auto Healing, and canary deployment.
  • Uploading The App To Google Play Feb 13, 2023. In this article, we'll tell you how to download the app to the Google Play site. We'll tell you about the possible reasons for banning your app and how to avoid it.
  • Improving VM Launch Time Using Custom Images In Google Compute EngineFeb 13, 2023. In this article, we will deep dive into custom Images and understand how we can improve VM launch time using custom images. We would also understand how to create VM instance template using custom image.
  • How To Visualise Mapping Of Existing Azure ResourcesFeb 13, 2023. ARM Template viewer - This extension will give a graphical representation of the ARM template.
  • Understanding Instance Templates And Leveraging Instance Templates To Simplify VM Instance Creation ProcessFeb 08, 2023. In this article, we would try to understand more about VM Instance template. We would also see how we can spin up multiple VM instances quickly using instance template mechanism.
  • Java Map EnhancementsJan 31, 2023. Java 8 introduced several default and utilities methods in the Map Interface, the purpose of these new methods/enhancements is to help engineers in writing more succinct code and follow conversational pattern. This article explains the new enhancements with meaningful examples and details.
  • Understanding Internal/External IP Address in Google Cloud VM Instances And Working With Static IP AddressJan 30, 2023. In this article, we will understand difference between Internal and External IP address of VM instance. We would also learn how to create a static IP Address and assign it to VM Instance.
  • Understanding Google Compute Engine And Set Up First VM In Google Cloud Platform Jan 18, 2023. Google compute engines enables us to deploy our applications in virtual servers in cloud environment. GCE is the service to provision and manage virtual machines. In this article we will go step by step to create our first VM using GCE.
  • How To Login Multiple CRM Accounts In Microsoft Edge And Google Chrome BrowserJan 09, 2023. Step by step details to create browser profiles in Microsoft Edge and in Google Chrome.
  • Google Cloud Platform(GCP) DatabaseJan 02, 2023. In this article, you will learn about GCP Database and its types.
  • Two-Factor Authentication Using Google Authenticator in Asp.Net MVCDec 16, 2022. In this article, we learn about how to integrate Google Authenticator in ASP.Net MVC.
  • Integrate Google Analytics In React WebsiteDec 01, 2022. Google Analytics4 is one of the widely used Analytics services that help us to track, monitor, measure traffic, and analyze user actions from both websites and apps.
  • Change Default Search Engine To Google In EdgeNov 21, 2022. In this article, you will learn how to change Default Search Engine to Google in Edge.
  • How To Integrate React Google Sign In To Your ApplicationsNov 09, 2022. In this article, I will explain how we can add Google sign-in authentication to your react applications.
  • How To Map An External Domain Name To AzureNov 01, 2022. In this article, you will learn how to map an external domain name to azure.
  • Google Tag Manager Server Side TaggingOct 19, 2022. Defines about GTM Server Side Tagging and how it differs from Client-Side Tagging
  • Python Map() FunctionSep 15, 2022. In this article, we learn about the map() function.
  • Cloud Deployment And Services Delivery ModelsSep 05, 2022. In this article, we will learn about the various types of cloud deployment and service delivery models.
  • Integrate In-App Purchase In AndroidSep 02, 2022. In this article, we will discuss how we can integrate in-app purchase into android
  • Role Of Map Interface And Iterator Interface In JavaAug 29, 2022. A map is a special kind of set with no duplicates. In the Collections API, java.util.Map defines this interface.
  • Create QR Code Using Google Charts API In VB.NetAug 17, 2022. In this article, you will learn how to generate QR Code Using Google QR Code Generator API In C# Or VB.
  • Introducing Carbon - Google's New Programming LanguageJul 28, 2022. Google has announced a new Programming Language, Called Carbon.
  • How To Integrate Google Maps In Angular 14 AppJul 25, 2022. In this article, you will learn how to Integrate Google Maps in Angular 14 Apps.
  • Mixins, Lists And Maps In Flutter 3😜Jul 17, 2022. In this article, you will learn about Mixins, Lists and Maps in Flutter 3.
  • Implementing Google reCAPTCHA v3 In Angular 14Jul 08, 2022. In this article, we will learn how to add Google reCAPTCHA v3 while register to an application using angular14.
  • ASP.NET Core - MiddlewareJul 07, 2022. In this article, you will learn about Middleware in Asp.net Core.
  • Map In SwiftUIJun 29, 2022. This article is about how we can show a map in our iOS application
  • Implementing Maps Activity And Getting User Location In Android StudioJun 24, 2022. In this article, we will learn how can we use google maps on android Studio and get our location on the application.
  • Google Release Flutter 3.0 With Multi-Platform CapabilitiesJun 10, 2022. At the recent I/O Developer Conference, Google unveiled Flutter 3.0 with several new capabilities.
  • Convert Image To Lossy And Lossless .webp Format In .NETMay 25, 2022. This article demonstrates how to programmatically convert image to .webp.
  • Extracting News From Google Using PythonMay 13, 2022. This article explains how to extract top headlines from google.
  • Working With MySQL Database In Google Cloud PlatformApr 14, 2022. In this article, we will learn how to create MySQL Database and use gcloud CLI to create databases, tables, and run queries on database objects.
  • Chart Using ng2-google-charts Apr 04, 2022. In this article, I will explain about the use of ng2-google-charts. I will explain how to implement a ng2 google charts in our project. And also, I will discuss some fundamentals of ng2 google charts.
  • Google Chart In AngularMar 08, 2022. In this article, you will learn about google chart in angular.
  • Building And Launching An ASP.NET Core App From Google Cloud ShellMar 03, 2022. In this article, I will build and Launch an ASP.NET Core App from Google Cloud Shell.
  • Mapping Componet(tMap) In Talend Open StudioFeb 08, 2022. This article helps you to learn the tMap component with example in Talend Open Studio.
  • Generic Implementation For Serializer/Deserializer Using Google Protocol BufferSep 24, 2021. Serialize or deserialize the input using google protocol buffer library in generic implementation.
  • AWS VS Azure VS Google Cloud - Comparative Analysis Of Cloud Platforms For Machine LearningAug 24, 2021. This article discusses on the comparative analysis between these commonly used cloud platforms and each of its various features supported for Machine Learning. There are different features which are common in all of these platforms while some are specially provided by specific platforms alone. The ones are will be discussing here are Amazon’s AWS SageMaker, Google’s ML Engine, Microsoft’s Azure AI, Cloud Foundry and PaperSpace.
  • How To Delete Cookies In ChromeJul 12, 2021. In this article, you will learn to clear cookies in Chrome.
  • How To Build An Angular 12 Application With Google Places AutocompleteJul 08, 2021. In this article, we will learn how to quickly build an Angular 12 application with Google Places Auto-Complete. Your can get the User Location, Latitude and Longitude information using the same.
  • Configured Google reCAPTCHA Account For Site And Private KeyJul 02, 2021. In this article, we will learn configuration of Google reCAPTCHA account in google which helps us to implement Google reCAPTCHA to a web application. To configuration, we need to add a website domain or localhost(for local testing) to google's developer account.
  • Google reCAPTCHA Using JavaScript ApproachJul 02, 2021. In this article, We will learn the integration of Google reCAPTCHA using JavaScript approach, which is simple and can be helpful to provide security to web application from bot, malicious software or crawl attacks on website.

About Google-Maps

NA

OUR TRAINING