https://datasette.io/tutorials/spatialite
This tutorial shows how to build an API for looking up time zones based on latitude/longitude points using SpatiaLite and Datasette.
time zonebuildinglocationapitutorial
https://www.guru99.com/testing-rest-api-manually.html
Apr 9, 2024 - Rest stands for Representational State Transfer. It is an architectural style and an approach for communication used in the development of Web Services. REST...
rest apitest casestestingtutorialsample
https://symfonycasts.com/screencast/api-platform2
API Platform is crushing the scene these days. And it's easy to see why! Built on top of Symfony, API Platform enables you to build a rich, JSON-LD-powered,...
api platformrestful apisvideo tutorialpartserious
https://symfonycasts.com/screencast/api-platform2-security
Yep! You ❤️your new API Platform-powered API! It's just missing... well... any type of security! This is a big & important topic, so let's take it head-on in...
api platformvideo tutorialpartsecurityscreencast
https://symfonycasts.com/screencast/symfony-rest
In this series, we get to work: by building the same API in the REST series, but leveraging all the amazing tools and libraries of the Symfony framework. If...
restful apivideo tutorialsymfonycoursescreencast
https://rieckpil.de/jakarta-ee-crud-api-tutorial/
Feb 2, 2020 - Guide on developing a CRUD API with Jakarta EE using Open Liberty, Derby DB, MicroShed Testing and the Liberty Maven Plugin
jakarta eecrud apitutorialusingjava
https://symfonycasts.com/screencast/api-platform-security
Here be dragons! We've built a pretty sweet API for storing dragon treasures... but we've completely neglected one minor detail: security! In this tutorial,...
api platformpartsecuritytreasuresvideo
https://www.advancedcustomfields.com/resources/
Discover code, documentation and ideas in this comprehensive resource section. Find everything from Getting Started, Field Types, Functions, Actions,, Filters,...
documentation apiacfresourcestutorialarticles
https://restfulapi.net/http-methods/
Nov 4, 2023 - REST guidelines suggest using a specific HTTP method on a particular type of call made to the server i.e. GET, POST, PUT or DELETE.
rest apihttpmethodstutorial
https://symfonycasts.com/screencast/symfony-rest5
After 4 courses, we've somehow avoided the hottest buzzwords in REST: Hypermedia and HATEOAS. These can make your API awesome, or could bring you to your knees...
restful apivideo tutorialsymfonyhypermedialinks
https://www.theserverside.com/tutorial/OpenAI-API-tutorial-How-to-use-AI-prompt-chaining
Sep 24, 2024 - This tutorial shows developers how to chain AI prompts and OpenAI models to save time and effort -- in this case, to synthesize data from Shakespeare plays.
openai apitutorialusepromptchaining
https://www.cloud.it/tech-hub/
Accedi al Tech Hub di Aruba Cloud: un unico punto per trovare tutorial, documentazione API, webinar e news. Risorse essenziali per sviluppatori e IT pro.
tech hubarubacloudtutorialapi
https://symfonycasts.com/screencast/symfony-rest2
In course 1, we added our basic endpoints with some nice tests (yes!). Now, we turn to a huge part of APIs: handling and returning consistent errors
restful apivideo tutorialsymfonyerrorscourse
https://www.api-football.com/news/post/how-to-optimize-widgets-cache-and-security-tutorial
We will see how to optimize and secure the use of widgets as much as possible. This is done in several steps and you will need - An api-sports
optimizewidgetscachesecuritytutorial
https://www.labsmobile.com/en/video-tutorials/sms-api-integration
First steps to use and integrate with LabsMobile's SMS API, discover all the steps in this video tutorial!
sms apivideo tutorialintegration
https://www.guru99.com/rest-assured.html
Aug 11, 2025 - What is Rest Assured? Rest Assured enables you to test REST APIs using java libraries and integrates well with Maven. It has very efficient matching...
api automationrestassuredtutorialtesting
https://www.deplyr.com/blog/integrating-with-the-xero-api-from-scratch-a-developers-tutorial
Whether you’re looking to build a Xero app or an internal tool serving your custom needs, you will need to integrate with the Xero API. This tutorial is a...
api integrationxerotutorialblog
https://symfonycasts.com/screencast/symfony-rest4
After 3 tutorials, we've got a nice API, But we've been completely ignoring authentication. What about API tokens? Or properly handling errors? Thanks to some...
restful apivideo tutorialsymfonyauthenticationjwt
https://restfulapi.net/
Apr 1, 2025 - REST is an acronym for REpresentational State Transfer. It is an architectural style for hypermedia systems and was first presented by Roy Fielding.
rest apitutorial
https://restfulapi.net/richardson-maturity-model/
Nov 5, 2023 - The Richardson Maturity Model is a framework for evaluating the maturity of web services in terms of their adherence to RESTful principles.
maturity modelrest apirichardsontutorial
https://www.emqx.com/en/blog/connecting-mqtt-and-rest-api
Nov 12, 2024 - In this blog, we will delve into the application scenarios of combining MQTT and REST API, showcasing how to optimize system performance and improve user...
rest apiconnectingmqttcomprehensivetutorial
https://symfonycasts.com/screencast/api-platform
Need to build an API and love the process? You've come to the right place. Built on top of Symfony, API Platform enables you to build a rich, JSON-LD-powered,...
api platformrestful apispartgoodvideo
https://symfonycasts.com/screencast/api-platform?cid=apip
Need to build an API and love the process? You've come to the right place. Built on top of Symfony, API Platform enables you to build a rich, JSON-LD-powered,...
api platformrestful apispartgoodvideo
https://www.infoworld.com/article/4078835/java-stream-api-tutorial-how-to-create-and-use-java-streams.html
Nov 13, 2025 - Get started with Java streams, including how to create streams from Java collections, the mechanics of a stream pipeline, examples of functional programming...
stream apijavatutorialcreateuse