Skip to main content

Low Code Development


Learn the differences between low-code and traditional development

Well, by now you must be aware or have heard of this term. Low Code Development is becoming more and more popular in IT Industry these days. 

Its no longer the norm when you need to write huge wracks of code to get the enterprise application running to solve a business problem.

Imagine this way, when apple manufactures laptops, do you think, it builds every part of it from scratch. Not at all, that way it would drastically reduce their efficiency and would require more infrastructure. What they rather does, for example, will get the graphics card from NVIDIA and the motherboard pcb from PCBWay and the the CPU from Intel and then assemble and sell it faster.

In a similar way, when we plan of serving businesses with technology, we don't start building individual applications. Companies today use multi vendor applications which are integrated with each other through APIs to run a business at large.

For example,

Lets say XYZ is a company. It wants a ecommerce site, a Sales platform, a Marketing platform and an Inventory Tracking platform.

What companies like XYZ will do today is get ecommerce setup through drag and drop tools like Magento, Drupal, Adobe Marketo or Shopify.

For Sales, they will probably look forward to Salesforce or Microsoft Dynamics CRM.

For Service, they will get to Zoho, Freshdesk, Salesforce.

For Inventory they might look up to SAP and HANA.

For marketing they might look up to MailChimp, or Adobe Campaign or Salesforce Marketing Cloud.

For Chat Applications, they might get Twak, or Intercom.

For Analytics they might get Tableau or Google Analytics.


And then get it done with companies like Accenture or Cognizant who will tie all these together with the help of their inhouse Teams who are specialised on these technologies.

Low code does not mean No Code. Its just that some functionalities are received through drag and drop, some through inbuilt functionality while some through custom code.

In this way developers can now focus on business logic and client needs and less on basic building blocks.

Thus, you will come across software development platforms like Salesforce. These have programming languages too which are specific to their platform like Visualforce and Apex, Adobe Campaign will have Javascript, SAS has its own language so does Tableau.


Comments

Popular posts from this blog

Remote Developer Job Sites

Remote Developer Job Sites 1.  https://angel.co/ 2.  https://turing.com/ 3.  https://www.employremotely.com/ 4.  https://www.upwork.com/ 5.  https://www.freelancer.com/ 6.  https://www.pesto.tech/ 7.  https://www.guru.com/ 8.  https://www.fiverr.com/ 9.  https://remotive.io/ 10. Search Remote Jobs on LinkedIn or other such platforms. 11. Sell Code on  https://codecanyon.net/ Lastly, a viable option could be, you can open your own website, display your work and get your own set of clients.

The Salesforce MasterClass

  Salesforce Master Class 1.0 Overview Orgs Developer Console Setup Objects Object Relationship Object Manager Page Layout Multitenant Architecture Governor Limits Metadata Standard Objects Custom Objects Fields Formula Fields Roll Up Summary Fields Master Detail Relationship LookUp Relationship Validation Rules Web to Lead Chatter Schema Builder Workflow Rules Process Builder Workflow vs Process Builder Salesforce Master Class 2.0 Apex Triggers Visual Flow Apex Visualforce Static Resources SOQL SOSL SOQL vs SOSL Workbench DML Lightening Components/Aura Lightening Web Components Lwc vs Aura Lightening Design System Apex Test Class Approval Process Reports  Dashboards Data Loader, Import wizard Salesforce Data Security Apex CallOuts Integration Public Groups, Sharing Rules Sandbox and Production Change Set Deployment Salesforce Master Class 1.0 Overview - Salesforce Classic Salesforce Classic is the earlier version of the UI which was provided within the Salesforce Application ...

Is React Native Garbage ?

Well we shall look into two different scenarios inorder to understand this fully. Scenario 1. Company like Google or Apple who wants to release an app and wants real crazy fast app load, wants better control over hardware and does not much care about the cost of hiring teams of native developers for different platforms. This is the case when one should opt for Native code bases like Java or Swift.  Now lets look at our next Scenario. Scenario 2. A startup wants to grow crazy fast. It has cost constraint but wants to reach the consumer base of both web, ios and android. In such a scenario, the startup settles down with a framework like React Native and does not bother if the app loads up a little slow, and serves its purpose of getting to the larger audience faster with a bunch of Javascript Developers. So, nothing is garbage. Its just two different scenarios and different priorities based on Business demand.