Categories

Web DevelopmentProgrammingDatabaseWindowsLinuxNetworkingMobile DevicesRaspberry PiPythonCJavaOtherSponsored

WEB-DEVELOPMENT Articles

Steps to install a module on Magento 2

Follow these steps to install a module on Magento 2. Modules are self-contained packages used to add new features, change the appearance or modify the way certain tasks are handled

Hubspot custom coded workflow to convert datetime to date

Hubbspot has two types of properties related to date - date and datetime. This workflow converts a datetime field to date and stores in a date field.

How to customize the Admin bar on top in WordPress

Learn how to customize the Admin bar in Wordpress that appears at the top of your website when you are logged in to the backend of your site

Create SOAP-based web service in C# using VS2022

By default WCF is not included in VS2022. This article demonstrates how to create a SOAP-based web service using C# ASP.NET in Visual Studio 2022.

Introduction to Web Services: SOAP vs REST

Web services are a powerful tool for connecting different systems and applications over a network. This article discusses two main types of web services - SOAP and REST.

Sync contacts from Magento to Hubspot using REST API

Magento Hubspot integration using REST API. Here is a Python script to get customer details from Magento and create then as contacts in Hubspot using REST API.

Magento 2 REST API integration using Python

This tutorial demonstrates how to use Python for Magento REST API integration. The sample program shows how to list orders and to get a order details by order Id.

Magento 2.4: How to get order information using REST API

How to make REST API calls to get data from Magento for importing to third party ERP and CRM systems. Contains examples for making REST API calls using POSTMAN and CURL.

How to update certbot to latest version on Ubuntu

Certbot is an open source tool to automatically renew Let's Encrypt certificates every 60 days. This article explains how to update certbot to latest version on Ubuntu.

How to know your Wordpress site is hacked and how to fix it

How to identify that your Wordpress site is hacked? Once you know it is hacked, how do you clean/fix it?