Event-driven architecture (EDA) The Agile methodology defines and focuses on self-organising teams. With Agile development, we focus on people and collaboration. As we progress in product development, we pull and release team members as and when required. It ensures that no fixed and contemplated approach needs to be followed blindly. Extending the agility to technology architecture… Continue reading Event-driven architecture (EDA)
Author: Monika Kumbhar
Receiving Payments using Stripe
Every successful online business requires one thing - a payment gateway.
zCon Chatbot Framework Accelerates Your Customer Support
Chatbots are a boon to customer service-driven businesses. At zCon we have developed a framework that can help you easily deploy and run a chatbot. Compared to the 100% time required to create a business specific-chatbot, our framework can do it for you with 60% less time and effort. What is a Chatbot? A chatbot… Continue reading zCon Chatbot Framework Accelerates Your Customer Support
Excel ETL Automation using Python
Pandas is a very useful data science tool in Python to manipulate tables and time series data using its data structures and tools. If you input data in a CSV or TSV file, or a SQL database it creates a Python object with rows and columns called a data frame, which processes data very fast.… Continue reading Excel ETL Automation using Python
Start DevOps with CircleCI – Stepwise Guide
CircleCI is a CICD tool, that is, Continuous Integration - Continuous Deployment tool. It speeds up the deployment process by making it automated. One can execute complex workflows efficiently and quickly with sophisticated caching, Docker layer caching, resource classes for running on faster machines, and performance pricing.
Blockchain Technology
Evolution of Blockchain and transformations that the world will see using the Blockchain What is Blockchain? The Blockchain is a technology that enables transact two people across the globe without any trusted third-party. Disadvantages of a trusted third party- Bitcoin was invented in 2009 and the world saw the global financial crisis in 2008. The… Continue reading Blockchain Technology
Replacing SSL certificates in Mirth [EC-2 Linux system]
Before you start Before starting to set up or replace the SSL / TLS certificate in mirth, you will need to understand the existing setup of mirth and important path, filenames on linux system, which get installed during the Mirth setup. The default SSL certificate path of mirth on linux system is - /opt/mirthconnect/apps/… Continue reading Replacing SSL certificates in Mirth [EC-2 Linux system]
Printing with APEX: PL/PDF
Introduction: PL/PDF is a PL/SQL package collection that you can use to create PDF files. Easy to integrate with Oracle APEX, it can be called from a Page or Application Process in Oracle Apex. No additional hardware is required, PL/PDF installs into the same database as APEX i.e. Oracle. PL/PDF Features: Robust reporting engine Charts… Continue reading Printing with APEX: PL/PDF
An Introduction to Microsoft Azure
Azure is a well known cloud computing service created by Microsoft for building, testing, deploying, and managing applications and services through a global network of Microsoft-managed data centres. It provides software as a service (SAAS),platform as a service and infrastructure as a service and supports many different programming languages, tools and frameworks, including both Microsoft-specific… Continue reading An Introduction to Microsoft Azure
Coding Style Guide
The best applications are coded properly. This sounds like an obvious statement, but by ‘properly’, I mean that the code not only does its job well, but is also easy to add to, maintain and debug. The main reason for using a consistent set of coding conventions is to standardise the structure and coding style… Continue reading Coding Style Guide