Drupal

How to Create Custom WooCommerce API with Secure JWT Token : A Developer Guide

Introduction If you are working on a mobile app, a headless site, or just want to connect WooCommerce with some external system, then you wll probably need a secure way to access data via API. WooCommerce already gives REST API by default, but it works on API keys, which is a bit old-school now. Not that flexible also, especially when...

by Siddhraj Purohit
Tag: RestAPI
01-Jul-2025

JS

Getting Started with Strapi CMS: A Comprehensive Guide for Developers

Introduction Strapi CMS is a headless, open-source content management system designed for modern web and mobile applications. Unlike traditional CMS platforms, Strapi is a modern tool where the part that manages content (backend) is separated from the part users see (frontend). This lets developers choose any design or technology for...

by Siddhraj Purohit
Tag: RestAPI
10-Dec-2024

Agile, Experience Design

Code Less, Communicate More: The Advantages of Spec-First API Design

Developing robust and scalable REST APIs is a core challenge in software development. A rising methodology, the spec-first approach, also known as API-first or design-first, is gaining prominence for its effectiveness in crafting APIs that precisely meet requirements. This method revolves around the creation of a comprehensive API...

by Sukhpreet Singh
Tag: RestAPI
17-Sep-2023