REST API Handbook

February 10, 2023

REST (Representational State Transfer) is a popular architectural style for building web services. RESTful APIs use HTTP requests to POST (create), PUT (update), GET (read),… Read More →

How to put logs in WordPress

February 9, 2023

There are several ways to add logs to WordPress: Using the WordPress Debug Log: WordPress has a built-in debugging log feature that allows you to… Read More →