The strong benefit of using Angular framework is the emphasis on component driven development and thereby promoting reusability. On the other hand with the help of RxJS the complex tasks can be easily achieved. The fact that RxJS heavily uses chained API approach helps to mix and match
Material Theme with Angular 7 – Change primary and accent color
One of the strongest
Keycloak – Role assignment using Script
Keycloak is an Open Source software built by
Authentication and Authorization is a repetitive requirement and one of the most important
UI architect – What does that mean?
UI Architect required – The job opening caught my attention. I was a bit curious to understand what UI Architect really means and what they do? I know Solution Architect, Technical Architect, Principal Architect, but UI Architect was a very new term to me.
For most of the people, UI is restricted to HTML, CSS, few designing tools, graphics, and animation. It feels like with few colors, fonts, and pictures are all required to define perfect User Interface. We now have buzzwords like UX (User Experience), UI Designer etc. but then why this new role is required?
Continue readingFolder operations on Google Drive with Spring Boot
Folder provides a simple and efficient approach to organize files. Along with file management, Google Drive provides an option to create folders. Unlike traditional folder system, with Google Drive you can store one file under multiple folders. In the previous article, we have already seen how to work with files. This article will help you understand the basics of Folder API.
Continue readingFile operation in Google Drive API with Spring Boot
A file is an efficient option to organize related data. With the nature of today’s industry, it becomes necessary to make these files available anytime, anywhere. With Google drive, one can easily share files with others. Unlike past, wherein a separate hardware like an external drive, USB pen drive, Compact Disk etc., was required to transport data. On contrary, web-hosted storage solutions like Google Drive provide lot more convenience. Because File storage is its fundamental feature, it also provides options to secure it from an unauthorized access.
Continue readingGoogle Drive API integration with Spring Boot
We configured a project in Google Developer console and also configured OAuth credentials for a user consent. This brings us to the next step of integrating Google Drive API dependencies. The integration steps are pretty easy. Once you know the latest API versions from repositories like https://mvnrepository.com, you can easily proceed.
Continue readingTypescript, JQuery and Browserify
So far we have seen how to develop simple web page using Typescript. To develop a big website, you must use libraries like JQuery, Backbone etc. These libraries help reduce the time required to develop some of the common requirements. But as we have seen, while importing references from other files, we use import statement in Typescript. This effectively gets translated into a call to require function. Unfortunately, require function is not built-in feature of browsers. Consider below example
Continue readingGoogle Developer console project setup and OAuth
Before we start experimenting with Google Drive APIs, it is necessary to create a project
Google Drive API with Spring Boot – Step by Step Video Tutorial
When it comes to storing media files, documents etc. the most convenient option is to rely on Cloud storage solutions. Google Drive, Dropbox, AWS S3, Box etc. offer user-friendly interfaces to interact with storage solutions. Access from anywhere, anytime, without a need of carrying any device, feels way more efficient. With the similar requirement, I was working on a project which is using Google Drive as a storage solution.
Continue reading