News
New video: RESTful API Naming Conventions Explained | Best Practices for Clean API Design
Large Language Models (LLMs) or AI models like ChatGPT, Gemini, etc., are only trained on data up to a certain point in time, known as the cutoff point. For example, for ChatGPT at the time of writing this tutorial, its knowledge only extends to April… Read More
When defining API specs for RESTful APIs, there are some naming conventions that are best practices that you should follow to make these API specs consistent, intuitive, and easy to maintain. These principles are as follows: Use nouns instead of verbs when naming resources Instead… Read More