Memento Pattern

Posted by Abhishek on February 12, 2020

Design Patterns

In this blog, we will learn the design pattern named “Memento” with a real life use-case and how to use this pattern to solve that problem.

Technical Duties to be performed by Architects

Posted by Abhishek on January 04, 2020

General

Not every architect in every organization will perform every one of these duties on every project. But a competent architect should not surprised to find himself or herself engaged in the activities described in this blog.

Skills needed by Architects

Posted by Abhishek on January 04, 2020

General

Architects usually play special LEADERSHIP role in a project. Ideally, a competent architect is an Effective Communicator, a Manager, a Team Builder, a Visionary and a Mentor. In this blog, we will learn what skills does a Software Architect needs.

Non Technical Duties to be performed by Architects

Posted by Abhishek on January 04, 2020

General

An obvious implication, for those of you who wish to be architects, is that you must pay adequate attention to the non-technical aspects of your education and your professional activities. In this blog, we will learn what are the non-technical duties of Software Architects.

Knowledge needed by Architects

Posted by Abhishek on January 04, 2020

General

A competent architect always has an intimate familiarity with the architectural body of knowledge. The software architect should Be comfortable with all branches of software engineering from requirements definition to implementation, development, verification, validation & deployment Be familiar with supporting disciplines such as configuration management and project management Understand current design and implementation tools...

Who is an Enterprise Architect & What do they do

Posted by Abhishek on January 03, 2020

General

Enterprise Architect focusses on working the chief executives of an organization in deciding the high-level direction that an organization/enterprise needs to take from a technology standpoint. In this blog, we will see the traits of Enterprise Architects.

Who is a Technical Architect & What do they do

Posted by Abhishek on January 03, 2020

General

Technical Architect (also known as Application Architects) is usually the leader of the engineering team that develops a project/product. In this blog, we will see the traits of Technical Architects.

Who is a Solution Architect & What do they do

Posted by Abhishek on January 03, 2020

General

Solution Architect focusses on defining the system & its interactions from a problem domain level. In this blog, we will see the traits of Solution Architects.

Customizing Registration Handler Apex Code in Salesforce Open ID Connect Auth Provider

Posted by Abhishek on December 30, 2019

Salesforce

When you play with Salesforce Single Sign-On, it is most probable that you will come across something called the “Registration Handler” class. In this blog, we will take a deep dive into understanding what a RegistrationHandler class is, how to create it, how to customize it and finally use it for production.

Social Sign On with Google Enterprise in Salesforce Org

Posted by Abhishek on December 27, 2019

Salesforce

In this blog, we will explain the steps of enabling social sign on into salesforce enterprise org using your corporate Gmail account. Scenario - John is an employee of an enterprise called “XYZ.com”. The company uses Salesforce as their primary CRM. Just like John, there are many other employees who face issues with remembering username and...