Posted by Abhishek on January 04, 2020
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.Posted by Abhishek on January 04, 2020
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...Posted by Abhishek on January 03, 2020
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.Posted by Abhishek on January 03, 2020
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.Posted by Abhishek on January 03, 2020
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.Posted by Abhishek on December 30, 2019
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.Posted by Abhishek on December 27, 2019
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...Posted by Abhishek on December 22, 2019
Non-Linear Data Structures are a classification of Non-Primitive Data Structures that organizes data in multilevel manner. Features of Non-Linear Data Structures Data Elements are arranged in a sorted order A Data Element has a Hierarchical Relationship to another Data Element All Data Elements cannot be traversed in a single run/iteration Complex to Implement Memory Utilization is...Posted by Abhishek on December 22, 2019
Queues are the most widely used data structures in the real world. Jobs sent to the printer stay in a queue You stand in a queue to get movie tickets at the ticket counter When you have requirements to process something based on the order that you receive them, the ideal choice is to use...Posted by Abhishek on December 21, 2019
Stacks are powerful data structures that can help us solve many complex programming problems. Stacks can be used in some use-cases like Develop UNDO functionality, Build Compilers Evaluate Arithmetic Expressions, Develop navigation features in our application (moving forward and backward), etc Structure of a Stack Stacks can be visualized as a stack of books.Feel free to drop in your comments on the respective blog and I will try my best to help you guys. It's a great motivator to collaborate and exchange ideas.