Bien démarrer sur AWS

Bien démarrer sur AWS

Vous trouverez ici un ensemble de mini vidéos, la plupart sous la barre des 5 minutes, pour répondre aux questions les plus fréquement posées sur AWS. Votre question n’a pas de réponse dans la liste ci-dessous ? Dites-le moi ! N’hésitez pas à chercher via des mots clés sur cette page. https://youtu.be/_iBuMSUPZNk Infrastructure Globale Compte et facturation Outils (Console, Ligne de Commande et SDK) Amazon IAM Amazon EC2 Amazon VPC Amazon EBS Amazon CloudFront Elastic Load Balancer Amazon RDS AWS Lambda Amazon S3 New: Migration and Backup New: Desktop Computing ...

September 1, 2020 · 4 min · Seb
How to make asynchronous API calls

How to make asynchronous API calls

I am often replying to Javascript programming questions about issues related to a lack of understanding of the asynchronous nature of most Javascript API and the proper way to write asynchronous code. Some documentation or examples found through search engines are outdated and not reflecting 2019’s language features and best practices. There are numerous good blog posts, like this one, to explain the concepts of asynchronous coding and even more to describe correct usage of the Promise pattern, I don’t want to write a “me too” article, but rather just focus one three code sample : the good, the bad and the ugly. Or should I say : the modern, the old and the antique ? ...

June 23, 2019 · 3 min · Seb