jjj

Best way to detect objects in images using ML Kit

ML Kit is a mobile SDK that brings Google’s expertise in machine learning to Android and iOS applications in a strong but easy to use kit. Whether you’re new to machine learning or experienced you can implement the features you need in just a few lines of code. Learn more by reading the blog.

Read More
jjj

Managing Deployments Using Kubernetes Engine

Kubernetes is an open source container management and orchestration tool for automating deployment, scaling and management of containerized applications. It works with all the cloud windows with all the public cloud vendors or hybrid cloud vendors. Read the blog to know more about it.

Read More
jjj

What’s new in PHP 7.4?

Since the arrival of PHP 5 out of 2004, its performance has multiplied and maybe, even significantly increased. PHP 7.4 brings loads of new highlights, language structure increments and fixes. It was discharged on November 28, 2019. In this blog you’ll find a list of PHP 7.4 features that are new and will help you upgrade.

Read More
jjj

Connecting Data Studio to BigQuery

Connecting Data Studio to Google BigQuery can be said as providing the analytical data to Business Intelligence who make the data more visual and to create reports from the visuals. Know more by reading this blog.

Read More
jjj

Developing Screensavers with SceneGraph in Roku

Roku is not limited to only application development and games development. It also allows us to create or develop custom screensaver for it. It’s just as easy as other developments on roku and that’s the reason roku channel store is growing exponentially. This blog will be helpful for all the budding developers who are going to start their journey with roku development.

Read More
jjj

Bot with Azure Bot Service

Azure Bot Service provides many ways to create bots using core components, including the Bot Framework SDK for developing bots and the bot service for connecting bots to channels. In this topic, you will be able to choose either Python or Node.js template to create a bot using the Bot Framework SDK v4. Know more by reading the blog.

Read More
jjj

Migrating a Hadoop infrastructure to GCP

When you prepare to migrate Hadoop infrastructure to Google Cloud, you can reduce the administrative complexity. However for simplification and to get the most efficient way for processing in Google Cloud with minimal cost, you need to rethink how to structure your data and jobs. Read the blog to know more.

Read More
jjj

Livongo- The usage of BG Meter (Device Firmware)

The Livongo Meter is easy to use. It has a color touch screen that lets you easily select features like checking your blood glucose, viewing your Logbook, sharing your results, and viewing Healthy Living tips. It helps to give accurate glucose test results in just 5 seconds after taking the blood sample. Read the blog to know more.

Read More
jjj

How to manage state in angular using NgRx?

NgRx is an angular framework to build reactive applications built on top of rxjs. It gives state management to create applications that can be explicitly maintained. So basically it will maintain the data or the state in store and from that via service or directly we can access it in our component. Read the blog to know more.

Read More
jjj

What are the real difficulties while testing EDI based applications?

EDI is nothing but the computer to computer swapping of business documents in the electronic format in between the partners without any need of human involvement. EDI allows you to swap multiple documents like purchase orders, invoices and many more.Read the blog to know more.

Read More
jjj

Karate- Automation with Gherkin Syntax

Getting ready to automate the applications, not sure about the selection of the automation framework, This blog is for you. Read the blog on Karate- Automation with Gherkin Syntax and know more about it.

Read More
jjj

A Quick-Start With Rails

Rails is a framework built on the top of the ruby language. Rails is a web application framework and not just any framework it is one of the most powerful frameworks present in the web application world. Not going into history, but we will start with rails in this blog.

Read More
jjj

Integrating AWS Quicksight Dashboard In The Application Using Angular

AWS Quicksight is a service which can be used to build interactive visualization from the data. It can enhance the application by interactive analytics capabilities without any other development. Read the blog to know more about it.

Read More
jjj

STLC – Software Testing Life Cycle Phases and its Criterias

Software Testing Life Cycle (STLC) is defined as a set of activities which is executed in a systematic manner to achieve the testing goal. Each of these stages has an Entry and Exit criteria associated with it. Know more about these criterias by reading the blog.

Read More
jjj

Deploying Applications with Docker Compose

Docker compose is a tool which is used to deploy and manage multi-container applications on Docker nodes operating in single-engine nodes.Deploying and managing lots of services is a tough task. This is the situation where Docker Compose reduces the stress, it will deploy and manage the different services. Read the blog to know more

Read More
jjj

Go hybrid with Anthos (GKE)

Modernize existing applications and build cloud-native apps anywhere to promote agility and cost savings. Read the blog and know about the features of Kubernetes which are supported in Anthos GKE.

Read More
jjj

How does Shared VPC in Kubernetes Engine work?

Shared VPC provides a special feature to the organization that they can connect different projects to the common Virtual Private Cloud (VPC) network, the resources of the multiple projects can communicate with each other efficiently and securely by internal IPs of the VPC network. Read the blog to know more.

Read More
jjj

When should you create a child theme in WordPress?

It is recommended to create a child theme if web developers have to add new features in the website which are NOT supported by parent theme and parent theme updates are required to get new features and support from theme providers. Read the blog to know more.

Read More
jjj

Introduction to Stackdriver APM and its functioning

In March 2018, Google introduced a suite of tools called Stackdriver APM, for developers to make applications faster and reliable. These tools are very powerful and can be used in applications running anywhere on on-premises infrastructure, GCP, AWS or a hybrid of both. Read the blog to know more.

Read More
jjj

How to Verify iTunes, Android and Amazon Subscription Status from Backend Server?

When your application has in-app purchase subscription, either auto-renewal or not, you might need to check the subscription status whether still active or it has expired. To check if the user still has a valid subscription when their subscription period is about to end, you will need to do re-validation on the purchase token. Read the blog to know about its process.

Read More
jjj

React-Native Anti-Patterns

While developing any application, there are some do’s and don’ts that we need to follow. Anti-patterns are the patterns which degrade the performance of the solution. It is possible that unknowingly we might implement the anti-patterns in our code. In React-native, there are few anti-patterns that are listed in this blog. Know more by reading it.

Read More
jjj

How to Consume APIs in Vue.js using Axios?

As we all know Vue.js is a trending, open-source and lightweight javascript library for building interactive single-page applications and user-friendly web applications. When we integrate Vue.js with other libraries it becomes a “framework” also. Read the blog and know more about it.

Read More
jjj

Introduction to Apache Kafka

With evolving time, Kafka lets you needlessly store absurd measures of information, have a message transport with immense throughput (millions/sec) and utilize real-time stream handling on the information that experiences it at the same time. Read the blog to know more about Kafka.

Read More
jjj

Introduction To Sahi Script

Sahi script is JavaScript based. The parsed sahi script by sahi is fully valid javascript executed by the rhino javascript engine. The constructs used in sahi script are given below. The constructs are the same as javascript except the $ used for the variables. Read the blog to know more.

Read More
jjj

VPN configuration across the VPCs on GCP

VPC provides global, scalable, and flexible networking functionalities for you to compute resources on Google Cloud Platforms such as Compute Engine VMs, GKE(Google Kubernetes Engine) clusters, and the App Engine flexible environment. On the other hand, VPN provides Hybrid network connectivity between VPCs and on-premises networks.

Read More
jjj

Build better component with styled components

Component-based design is an increasingly popular process for developing web interfaces. It’s been once common for organizations to believe libraries like Bootstrap or Material UI. But with the arrival of improved tooling functionalities, many teams today are building their own themes, component libraries, and style systems.Know more by reading the blog.

Read More
jjj

Believe In Your Web Design Skills But Never Stop Improving

There’s always another goal to reach, another skill to master. And that’s exactly how it should be. Web design itself is constantly morphing, changing, and adapting. Web designers need to do the same thing. Find Gaps In Your Skillset, And Fill Them in this blog.

Read More
jjj

Tudip Work Culture

We at Tudip Technologies believe that highly motivated employees tend to be more productive, better skilled, participative, and want to grow in life when compared to their unengaged counterparts. Read the blog on our Work culture and know more about us.

Read More
jjj

How to create a user in Active Directory?

Active Directory is Microsoft software which is used to organize the company’s users, computers within a network. It allows network administrators to create and manage domains, users, and objects. It is used to provide authentication/authorization to users, computers, and resources. Read the blog to know more.

Read More
jjj

Introduction to Bare Metal Solution

Bare Metal Solution provides a path to modernize your application infrastructure landscape, with maintaining the existing architecture. In other words, it provides hardware to run specialized workloads with low latency on Google Cloud. Read the blog to know more

Read More
jjj

Getting started with Azure DevOps

Azure DevOps is a Project management tool used to manage the development of a project. Azure DevOps is also used for managing multiple releases cycle of a project. Read the blog to know more about it in detail.

Read More
jjj

Apigee hybrid API management

Hybrid API Management is divided into two components, Apigee hosted management plane and a Customer managed plane. It is the best approach that combines the best features for on-premises and on-Cloud. Read the blog to know more about its features and its key capabilities

Read More
jjj

Getting started with Cloud CDN

Even before we dive into CDN, let’s understand the issue behind this solution – Latency which is the total round-trip time taken for a data packet to travel from source to destination and back to the source. One of the main causes of latency within a network is the distance between a client and the server. Know more by reading the blog.

Read More
jjj

Data Storage in Xamarin tvOS

Apple TV is a digital media player used to play digital content such as music, video, and can also be used to play games with internet connectivity. Currently, it has the latest version as Apple TV 4K (5th generation). It has the operating system named tvOS which has 13.3.1, the latest stable version. Read the blog to know more about it.

Read More
jjj

Setting up Production Specific Kubernetes Environment

When you are managing microservices then its management and orchestration is kind of tricky for the team or person. For microservice-based applications, Kubernetes is the best choice. Read the blog to know more about it.

Read More
jjj

Introduction to Cloud Dataproc Spark Jobs on GKE

Cloud Dataproc is Google Cloud’s fully managed Apache Hadoop and Spark service. The mission of Cloud Dataproc has always been to make it simple and intuitive for developers and data scientists to apply their existing tools, algorithms, and programming languages to cloud-scale datasets. Read the blog to know more.

Read More
jjj

Testing Challenges with BLE devices

Bluetooth Low Energy (BLE) is a low power wireless communication technology that can be used over a short distance that enables smart devices to communicate. Read the blog to know more about challenges faced while testing, the resolution, and about QA best practices.

Read More
jjj

Blockchain Application Testing

Blockchain is a technology in which a series of unchangeable records of data is available which is shared across a network of computers. The record is very difficult to change after it has been added to the chain. Read the blog to know more about what kind of testing can be done with Blockchain applications

Read More
jjj

Importance of Serialization in Transactional Data

Ideally, transactions should be serializable. Transactions are said to be serializable if the results of running transactions simultaneously are the same as the result of running them serially i.e., running them one after the other. Read our blog to know more.

Read More
jjj

Concept of Service accounts on GCP

A GCP service account is a type of Google account proposed to interact with non-human users that requires authentication to be confirmed in order to fetch information over Google APIs. Read the blog and know more about the concepts of service accounts on GCP.

Read More
jjj

Showcase of support and maintenance services

Support and maintenance are two strong pillars of the success of any inventive campaign/ project. Maintenance of computer code comes as a very important innovation in computer code engineering. However, the maintenance of software comes with several challenges. Read the blog to know more.

Read More
jjj

Securing and Integrating Components of your Application on GCP

By using services that are offered by Google Cloud Platform(GCP), we can create, secure, and integrate web applications. It helps to build microservices-based applications over monolithic web applications where we can easily manage, debug, and secure applications. Know more by reading the blog

Read More
jjj

Why and How To Create A Front-End Testing Plan?

Frontend testing is always performed on the GUI checking the functionality as per the requirement. The tester must be knowledgeable about the business requirements. It is important to check the overall functionality of the application

Read More
jjj

Border Gateway Protocol (BGP)

BGP is an exterior gateway protocol (EGP), as opposed to RIP, OSPF, and EIGRP which are interior gateway protocols (IGP’s) as it is used to exchange routing updates like other routing protocols, but BGP typically does not exchange individual network routes it exchanges summaries of network routes

Read More
jjj

How to use Fibers in Ruby for Concurrency?

Concurrency is working on multiple projects. You work on ONE at a time. Parallelism is also working on multiple projects. You work on ALL of them at the same time. Parallelism requires more CPUs or CPU cores, but concurrency can make your code faster even with the same amount of CPU cores. Learn more by reading the blog.

Read More
jjj

Getting started with Amazon Cognito

Amazon Cognito provides authentication, authorization, and user management for web and mobile apps. Users can sign-in directly with a username and password or through a third party such as Facebook, Amazon, Google, or Apple.

Read More
jjj

How to implement an In-App purchase in Roku Channels?

These days most of the Roku channels provide In-app Purchases for their users. In-app Purchases are basically the products that are shown to the users when the channel is running and they can buy/subscribe to the products accordingly. This article will help you to navigate through the 8 simple steps required for the implementation of in-app purchases.

Read More
jjj

Getting started with Prometheus

Prometheus is an open-source framework observing and alarming toolbox initially. Since its beginning in 2012, numerous organizations and associations have embraced Prometheus. It is presently an independent open source venture and kept up autonomously by any organization. Read the blog and know more about it.

Read More
jjj

Understanding Resource Hierarchy in Google Cloud Platform

Everything that is being used on the Google Cloud Platform is said to be resources. All the Google cloud resources are organized hierarchically like parent-child relationships. In the hierarchy organization node is the root node, projects are the children of the organization, and the other resources are descendants of the projects.

Read More
jjj

React Native Static type Checking Code

We usually write our code and we create a Merge Request to get our code reviewed but there should be a way to validate the code at compile type instead of run time. Static type checking allows you to catch errors quickly which indirectly reduces bugs and time spent on debugging. Read the blog and know more about it.

Read More
jjj

Blazor Web Framework in C#

Blazor is a new technology developed by Microsoft. If you are familiar with client-side technologies, think of it as C# on the client-side. Instead of using JavaScript on the front-end to power up your web applications now, we can use Blazor on the front end. Read the blog and know more about it.

Read More
jjj

Upgrading Symfony to Latest Long Term Support (LTS) version

It has been long since Symfony 2.6 was introduced, so there are going to be a lot of changes in the latest version. We will be covering the major changes in this blog. Instead of upgrading directly to the Symfony LTS version, first, we will upgrade to Symfony 2.8, then 3.4, then Symfony 4.4.

Read More
jjj

State Transition Testing and its Cases

State Transition testing is a black box software testing technique in which the Changes in input conditions cause state changes in the Application under Test (AUT). Read our blog and know more about it.

Read More
jjj

Ivy: New Angular Compiler

Angular Ivy is the code used for Angular’s next-generation compilation and rendering pipeline. With the version 9 release of Angular, the new compiler and their runtime instructions are used by default instead of the older compiler and runtime, known as View Engine. Read the blog and know more about it.

Read More
jjj

How to create microservice in NodeJS with Docker?

Microservice architecture is a way to develop software systems that mainly try to focus on building single-function modules with well-defined interfaces, methods, and operations. Read the blog and know more about Microservices in nodeJS with Docker.

Read More
jjj

Create NativeScript App with Angular

Angular has been around for a few years and, it has been useful when creating many different categories of applications, including web and mobile applications. Check out how to use Angular CLI to build a web and mobile compatible application with the NativeScript schematics.

Read More
jjj

MySQL Database migration to Google Cloud SQL

Google Cloud SQL database service is a fully-managed service that provides you set up, maintenance, management, and administration for the relational databases on Google Cloud Platform.

Read More
jjj

Why is Software Maintenance and Smart Support Important?

Any software has an ongoing lifecycle that starts and stops whenever needed. It does not begin at coding and end at delivery. It is important to keep monitoring and maintaining the software as they adapt to the new changes. Read the blog and know more about it.

Read More
jjj

How to securely transfer Web API data in ASP.NET Core?

Nowadays, many applications are transferring sensitive data in a plain text format to and from other applications, which leads to data breach or leaks. In this blog, we will see how to encrypt outgoing data and decrypt incoming data in ASP.NET Core Web APIs using the AES symmetric encryption algorithm.

Read More
jjj

What is Tsung and how to use it?

Tsung (formerly IDX-Tsunami) is a tool for checking distributed loads. It is protocol independent and can be used to monitor servers such as Ftp, WebDAV, SOAP, PostgreSQL, MySQL, AMQP, MQTT, LDAP, and Jabber / XMPP. Read the blog and know about how to use it.

Read More
jjj

Understanding Stackdriver Logging and its key features

Stackdriver Logging is used by the Google Cloud Platform (GCP) and Amazon Web Services (AWS) to store, search, analyze, monitor, and alert log data and events. It is a fully managed service that performs at scale and you can ingest application and system log data from thousands of VM’s in real-time. Know more about its features by reading the blog.

Read More
jjj

What is Cross-browser Testing?

Cross-browser testing is ensuring the compatibility of the application with different web browsers and also checks whether the application is working as expected with the web browsers. Read the blog and know more about it.

Read More
jjj

How to migrate Data Warehouse to Big Query?

Migrating a data warehouse has always been a complex process.Most of the organizations have relied on traditional data warehouses to collect users data. It is very difficult to maintain and scale the data in those data warehouses to meet today’s business needs. Read the blog and know more.

Read More
jjj

What is an RSA algorithm?

RSA algorithm is a public key encryption technique, used to securely transmit messages over the internet. In this cryptography method, both the public and the private keys can encrypt a message; the opposite key from the one used to encrypt a message is used to decrypt it.

Read More
jjj

What is kubeflow pipelines?

Kubeflow is a machine learning tool for kubernetes. Kubeflow is a Kubernetes-native platform for deploying, running and developing portable and scalable machine learning applications. Read the blog now and know the key components and features in detail.

Read More
jjj

How to get started with SortSite?

SortSite is a website testing tool, used to scan the entire website for tracing the quality issues which includes browser compatibility, accessibility, legal compliance, broken links, usability, search engine optimization and web standards. Know more about it by reading the blog.

Read More
jjj

How To Select Different Colors for the Android/iOS Applications?

There are about 2 million apps on the iOS app store and around 2.4 million apps on the android play store. For our app to stand out and to be downloaded we need to take care of the design element and choose the right color for our application. Read our blog and know how to go about selecting the right colors for your application.

Read More
jjj

What is SSH tunneling and reverse port forwarding?

SSH tunnel consists of an encrypted tunnel which is created through a SSH protocol. This tunnel can be used to transfer unencrypted traffic through an encrypted channel over the network. Read the blog to understand more about SSH tunneling and reverse port forwarding.

Read More
jjj

How to manage a geographically distributed team in Scrum?

Individuals working within the same team but are located in several locations, for instance one person from the team is in Pune, other in California, and so on. The advantages of making a geographically distributed scrum team includes enhanced productivity, increased self-confidence, etc. Read our blog and know more about it.

Read More
jjj

Complete Information of Service-level agreement (SLA)

Are you an outsourcing or technology vendor contractor? Do you only wish to provide your customers with the best possible services? Do you wish to be prepared for the worst possible situation? If the answers to these questions are yes, You are at the right place. We’ll be discussing everything that you need to know about service-level agreements in this blog.

Read More
jjj

How to get started with Xamarin.UI test for Android?

Xamarin.UI test is a testing framework that is used to perform automation testing on both iOS and Android applications. Read our blog and understand What do we need to get started with the Xamarin.UI test and How to start testing the Project with the Xamarin.UI test.

Read More
jjj

How to use Sidekiq in rails for background processing?

Sidekiq is a Ruby-written open source job scheduler. It is important to be aware that Sidekiq does not do scheduling by default, it only performs jobs. The Enterprise version comes with outbox scheduling. Read the blog to understand the use of sidekiq in rails for background processing.

Read More
jjj

How to analyze MP3 files in Laravel?

We can analyze MP3 files in Laravel by using wapmorgan/mp3info package, the fastest PHP library to extract MP3 meta information and tags. Read our blog to understand the further process of installation, usage, list of API and performance.

Read More
jjj

Why using Synk is Developers first security?

Synk is “Open Source Security Management” which can automatically detect open source vulnerabilities and accelerate fixing throughout the development process. If you are a software enthusiast, do read this blog and know its features.

Read More
jjj

What is VSTS and its core importance?

VSTS stands for – Microsoft Visual Studio Team Services (VSTS), previously it’s referred to as Visual Studio Online. It is the Project Management tool Do read our blog and know more about VSTS and its core importance.

Read More
jjj

What is Identity and Access Management (IAM)?

IAM is an AWS service where you can manage who has access to your AWS account and what AWS resources they can use. Read our blog and know about the 5 main components that are very important for accessing purpose to any AWS service or resources.

Read More
jjj

How to Trace APIs with Jaeger-Opentracing?

Jaeger, inspired by Dapper and OpenZipkin, is a distributed tracing system released as an open-source by Uber Technologies. It is used for monitoring and troubleshooting micro services-based distributed systems. Read the blog and know how to Trace APIs with Jaeger-Opentracing?

Read More
jjj

Google Cloud Data Loss Prevention (DLP) for Developers

We all need some way of protecting the data of our companies in such a way that it’s unidentifiable to unauthorized eyes. That’s when DLP comes into the picture. Read our blog and take a closer look at what is DLP and what Cloud DLP includes?

Read More
jjj

How to create a collection view in Xamarin tvOS without using a storyboard?

Collection view allows a group of content to be displayed using arbitrary layouts. Using built-in support, it allows for the easy creation of grid-like/linear layouts, supporting the custom layouts. Read our blog and know more about the steps involved in creating a collection view in Xamarin tvOS without using a storyboard.

Read More
jjj

How to integrate automated test cases using SauceLabs Cloud network?

Testing is to ensure that the website is capable of performing once it is live. To check the compatibility of software applications, the industry uses cloud testing as a process of software testing in which web applications uses cloud environments or cloud servers to check their factors with real user traffic. Read our blog and know more about what is Saucelabs and how to integrate automated test cases?

Read More
jjj

Cloud Billing Catalog API: GCP pricing in real-time

Getting ready to utilize GCP services and not sure about the pricing and the plans, this blog is for you, Read our blog Cloud Billing Catalog API: GCP pricing in real-time now and get in-depth details.

Read More
jjj

How to improve Data Quality with GCP Data Prep?

Data is the basic building block of every application. Cleaned data is necessary for every application. Dataprep comes into the picture when one wants clean data. There are certain principles that one must know before using Google Cloud Dataprep, read our blog, and know the details.

Read More
jjj

Data processing on Google Cloud Platform

Data processing options available on GCP is part of its broader data analytics. Data integration, Data processing, Data Storage, and Advanced analytics are some of the high-level components of the pipeline. Read our blog and know more about it.

Read More
jjj

How to build and publish your own Python package to PyPi library?

Python Package Index (which is abbreviated as PyPi) is a repository of software for the Python programming language. Read our blog to know how to build and publish your Python packages.

Read More
jjj

How To Run iOS UI Tests In Parallel Using Bluepill Tool

Bluepill is a reliable iOS testing tool created by LinkedIn that runs iOS UI tests in parallel using multiple simulators. Read our blog to understand its features and know how to use Bluepill.

Read More
jjj

Jovo: Framework for building cross-platform Voice Apps

Jovo is an open-source framework for building Voice Apps, available to users on multiple platforms. It allows you to host the common code base and configurations for both Alexa and Google home. Read the blog and learn how to build a basic Voice-App using Jovo.

Read More
jjj

What is Dialogflow? What are the uses and Benefits of Dialogflow?

It is a human–computer interaction technology based on natural language owned by Google developers. The company is best for creating the Assistant, a virtual buddy for Android, iOS, and Windows Phone smartphones. Read the blog and know more about What is Dialogflow? What are the uses and Benefits of Dialogflow?

Read More
jjj

What is ExoPlayer and Which is the best player for live streaming in Android?

It is common to play music and videos in live streaming in Android Apps. There are so many available options to do that are open source. Therefore it is difficult to choose one of them which is best for our requirements. Read the blog and know more about ExoPlayer and which is the best player for live streaming in Android?

Read More
jjj

What is AWS S3 and storage classes in AWS S3?

S3 storage classes are accustomed to assist the concurrent loss of information in few facilities, S3 contains four types of storage classes. Read the blog and know more about AWS S3 and storage classes on AWS S3.

Read More
jjj

How To Create the Web configuration File in ASP.NET?

It is an application configuration file of the Official Microsoft ASP.NET site written in XML format and is responsible for controlling the application behavior. Read the blog and know about what is the web.config file? benefits of the XML format configuration file and its Key Features.

Read More
jjj

What is Azure DevOps? Learn how to start using Azure DevOps

Azure DevOps is a Project management tool to manage the development of a project and learn how to create an Epic of a project and how to create a Product Backlog. Read the blog and learn What is Azure DevOps? Learn how to start using Azure DevOps and what are the uses of Azure DevOps for the development of software.

Read More
jjj

What is OpenID Connect Authentication and Benefits of Using OpenID Connect?

OpenID Connect has revolutionized the authentication process and quickly made its way to the top in a very short span of time. It is mainly used in the single sign-on and identity provision on the Web. Read the blog and know what is OpenID connect Authentication and Benefits of Using OpenID Connect ?

Read More
jjj

Coroutines Overview – Kotlin Programming Language

Coroutines are light-weight threads. In a sense of some CoroutineScope, they are released with the start of a coroutine constructor. Here we are launching a new coroutine in the GlobalScope, implying that the lifespan of the new coroutine is constrained only by the current application’s lifetime.

Read More
jjj

How to use HTTP Load Balancer with Cloud Armor?

The Google Cloud Load Balancer is defined as a globally distributed load balancing service. It helps the GCP users to distribute applications across the world and scale there’s computer up and down with autoscaling. Apart from this, load balancers allow millions requests per second with no pre-warming. Read the blog to understand how to use HTTP Load Balancer with Cloud Armor?

Read More
jjj

An Introduction to Slack Integration

Slack is an interactive hub that has replaced email to help you and your team work together seamlessly. It is a simple interactive toll where many people can connect through a channel. It’s designed to support the way people naturally work together, So you can collaborate with people online as efficiently as you do face-to-face. Read the blog to know more about Slack Integration.

Read More
jjj

Getting Started with Flutter – A Cross-Platform App Development Framework

Flutter is a framework to develop cross-platform applications from a single code base for both android and ios Apps. The application is written in Dart, developed and maintained by Google and exported to the desired platform.Read the blog and learn what is Flutter and why you should learn it in 2020

Read More
jjj

Running Windows Containers on Google Compute Engine

Those people who run windows containers want to use a container management platform for scalability and resiliency. Containerisation is a fast-evolving technology, which desired outcome to simplify the deployment and management of distributed applications.Read the blog to know more about how to run Windows Containers on Google Compute Engine?

Read More
jjj

How to automate mobile builds in Unity 3D?

We can run Unity on both macOS and Windows from the command line, learn how to launch Unity from the command line? and how to create a Build Pipeline? And Finally, how to execute the Build Pipeline?. Read the blog to know more about how to automate mobile builds in Unity 3D?

Read More
jjj

How to Migrate Data from DoubleClick to Bigquery?

DoubleClick is a web-based ad management system for advertisers and agencies. It simplifies advertising campaign management, from media planning to reporting. It is also known as the Cloud campaign manager.Read the blog to know more about how to Migrate Data from DoubleClick to Bigquery?

Read More
jjj

What is Amazon API Gateway?

Amazon API Gateway is an AWS service which is used for creating, maintaining, publishing monitoring, and securing REST and WebSocket APIs at any scale. It allows developers to define the HTTP endpoints of a REST API or a WebSocket API and connect those endpoints with the corresponding backend business logic.

Read More