Category: Technology
-
How to install Cloudwatch in Kubernetes

Step 1: Create a namespace for CloudWatch Step 2: Create a service account in the cluster Step 3: Create a ConfigMap for the CloudWatch agent Download the ConfigMap YAML to your kubectl client host by running the following command: Change the Cluster Name Step 4: Deploy the CloudWatch agent as a DaemonSet Validate that the agent is…
-
How to Install Cloudwatch agent in Ubuntu
Create an IAM role, Make sure that AWS service is selected under Select type of trusted entity. For Choose a use case, choose EC2 under Common use cases, Choose Next: Permissions. In the list of policies, select CloudWatchAgentServerPolicy & create an IAM role. Now attach an IAM role with EC2 Instance. Go to EC2 — Select Instance…
-
Difference between Salesforce, Microsoft Dynamics CRM and Netsuite CRM
Salesforce, Microsoft Dynamics CRM, and NetSuite CRM are all popular Customer Relationship Management (CRM) platforms with their own unique features and capabilities. Here are some key differences between these platforms: Ultimately, the choice between these platforms will depend on your specific needs and priorities. Salesforce is a good choice for businesses that require flexibility and…
-
Difference Between Shopify vs. Magento vs. Big Commerce for B2B & D2D Business.

Shopify, BigCommerce, and Magento are three popular e-commerce platforms, each with their own unique features and capabilities. Here are some key differences between these platforms: Ultimately, the choice between these platforms will depend on your specific needs and priorities. Shopify and BigCommerce are great options for small to medium-sized businesses that want an easy-to-use platform…
-
Best Practises to Manage Git Branches

In Git, a branch is a separate line of development that allows you to work on multiple features or versions of a codebase simultaneously. Using branches in Git allows you to work on multiple features or versions of a codebase simultaneously, without interfering with each other’s work. It also allows you to keep your codebase…
-
Difference Between Hybrid and Native Mobile Apps

Native Mobile App A native mobile app is developed specifically for a particular mobile platform or operating system, such as iOS or Android. The app is written in a programming language that is supported by that platform and is compiled into machine code that can run directly on the device. Native apps are generally faster…
-
How to check and fix Networkin alert in Amazon Ec2

To check the NetworkIn logs on an Amazon EC2 instance running Ubuntu, you can follow these steps: That’s it! You can now check the NetworkIn logs on your Amazon EC2 instance running Ubuntu using the above steps. High NetworkIn logs on an Ubuntu Amazon EC2 instance can be caused by various factors, including network congestion,…
-
Building application with high performance and better scalibility.

I spent good amount of time to find out microsoft technology stack to build highly scalable platform Using .NET Core for the backend, Angular for the frontend, and a combination of Postgres and MongoDB for the database can provide a solid foundation for a high-performance and scalable web application. .NET Core is a modern, open-source…
-
Comparison between Angular vs Vue vs Reactjs for frontend Development

All of them are good for frontend development. ReactJS is UI Library, Angular is fully-fledged frontend framework and Vue.js is a progressive framework. Lots of my client ask which framework they should be using frontend. Here’s a comparison of each framework based on several key factors: In summary, Angular is a good choice for large-scale…
-
Build and Deploy (CI/CD) Microsoft dynamics 365 Business Central on-premise in Azure Devops
CI/CD is standard now in all the projects. Microsoft does offer Al-GO, but it only works Business Central SaaS platform, and you required GitHub Enterprise license, which will cost you $230 per user/year. I spent a good time in finding a way to design CI/CD for On-premise. Finally, I got this article but work for…
