Best practices for low code development: Finalize the domain / entity model earlyCheck the capabilities of platform before writing code for any featureLearn XPathTry to have daily builds, daily demos, daily development goals with short sprints – comes from agile worldLearn to use the CI/CD and Code management tools of the platformAvoid deep linking URLs,…… Continue reading Best practices for low code development
Month: July 2020
What can Jenkins do for you?
Topic: “What can Jenkins do for you?” might sound a bit old fashioned and cliched as Jenkins has been around for a while but it has very varied capabilities via plugins & build pipelines to manage many things. Brief list of capabilities which in no way are exhaustive are given below: Continuous build managementContinuous deploymentContinuous…… Continue reading What can Jenkins do for you?
Key concepts, documentation & keywords in Kafka – Part 1
Here are some important concepts, documentation and keywords of Kafka that you can refer and learn. There are two major flavors of Kafka – Apache Kafka & Confluent Kafka, I have listed major keywords, documentation and concepts from both here: BrokerZookeeperkSQLREST-ProxySchema-RegistryConnectorsOperatorControl CenterStreamsTopicsConsumersProducersPartitionsOffsetLogNodeReplicaMessageLeaderFollowerReplicatorSchema managementConfluent HubEventsAssociated keywords in today’s cloud deployments: Docker containers, Kubernetes, Ansible, Security Associated…… Continue reading Key concepts, documentation & keywords in Kafka – Part 1