Programming
-
XMPP is a messaging protocol that can be used to develop robust chat applications. Using Swift and XMPPFramework, we’ll teach you how to build your own XMPP client on iOS and how to handle connections and Stanzas. If you’re interested in the equivalent article on Android, feel free to have a look at : Connect…
-
The Gist Nous avons déjà implémenté une API Spring Boot dans la Partie 1 , et nous souhaitons y ajouter des fonctionnalités additionnelles. Dans ce tutoriel nous implémenterons les méthodes PUT et DELETE et examinerons les autres possibilités d’accès à la base de donnée. PUT et DELETE La méthode PUT est une façon de traiter…
-
The gist Spring Boot offre une manière simple et efficace de créer des API REST. Dans cet article, nous expliquerons comment configurer votre propre API et la connecter à une base de données pour fournir du contenu à vos applications mobiles et Web. Tech stack Nous utiliserons la dernière version de Spring, en utilisant le…
-
The Gist We’ve already implemented the basics of a Spring Boot API in Part 1 , but now we want to add additional functionalities to our existing API. In this tutorial, we’ll go over the PUT and DELETE methods, and we’ll learn about other ways to handle database operations with Spring. PUT and DELETE The…
