1 private link
"Examples of good microcopy found in the wild"
Filtrez les Bonnes Pratiques Opquast en fonction du Niveau à atteindre, des critères VPTCS, des Processus ou des Exigences
fony is a simple command line tool that generates dummy JSON data from a provided template.
"Chance is a minimalist generator of random strings, numbers, etc. to help reduce some monotony particularly while writing automated tests or anywhere else you need anything random."
CSS Grid Garden est un jeu où on écrit du code CSS pour faire pousser des carottes. Il rejoint Flexbox Defense ou Flexbox Froggy dans la galaxie des jeux éducatifs à CSS.
Dans cette présentation nous mettrons en valeur les vertus d'une architecture logicielle réfléchie et pragmatique, exemples réels à l'appui. Nous verrons les outils que Symfony met à notre disposition pour y arriver, les design patterns mis en œuvre et les pièges à éviter. Les "buzzwords" SOLID, KISS, DRY et autres DDD prendront alors tout leur sens
"Understanding and using CSS Grid is easier than you might expect."
"Afin que tout le monde comprenne le texte, il vaudrait donc mieux tout écrire, comme « lectrices et lecteurs ». Si ce n’est pas faisable, il est possible d’utiliser le point médian, sans en abuser."
AMP est séduisant dans le sens où il permet de repartir de zéro et d'obtenir de la performance. Mais on perd la gouvernance de son domaine, l'outillage n'est pas encore au point et ce n'est pas un standard W3C. Beaucoup de risques face au gain potentiel, donc.
"Smashing avait beaucoup de besoins. Il fallait créer un outil de build pour le magazine, un gestionnaire de contenus pour les milliers d’articles, un moteur de commentaires (avec plus de 200 000 commentaires !), une plate-forme de e-commerce pour les ventes, un service d’abonnement et un compte utilisateur."
"The website won’t be running on WordPress anymore; in fact, it won’t have a back end at all. We are moving to a JAMstack: articles published directly to Netlify CDNs, with a custom shop based on an open-sourced headless E-Commerce GoCommerce and a job board that’s all just static HTML; content editing with Netlify’s new open-source, Git-Based CMS, real-time search powered by Algolia, full HTTP/2 support, and the whole website running as a progressive web app with a service worker in the background (thanks to the awesome Service Worker Toolbox library)"
Un des plus importants blogs techniques front-end du monde passe en statique avec Algolia à la recherche, Netlify à l'intégration continue et Hugo comme compilateur. Un signe des temps pour la mouvance statique qui, sur un certain nombre de besoin éditoriaux, gagne logiquement du terrain.
Un doute sur un code HTTP ? https://http.cat/[status_code] et voilà !
Une collection Codepen concernant l'utilisation de Grid Layout. A ouvrir avec un navigateur qui supporte la fonctionnalité, bien sûr : http://caniuse.com/#feat=css-grid
"On a daily basis, GitHub’s developers push about 80 different changes to the production platform. Alain Helaili will walk you through the workflow and tools used to achieve this, and introduce you to the hardest working employee of the company, Hubot."
A general-purpose, web standards-based platform for parsing and rendering PDFs.
"Yes, flexbox came along and I used it for some pieces of the layout, but it didn’t change the way I laid out entire pages. Next month that’s changing.
CSS Grid is landing in Chrome and Firefox after years of tireless work by specification authors, developers who gave feedback, and browser implementers."
Pas très récent mais toujours tellement d'actualité…
"There's no magic bullet for hiring programmers. But I can share advice on a few techniques that I've seen work, that I've written about here and personally tried out over the years."
Trevor reads .travis.yml and runs tests in all node versions you requested, just like Travis CI. Now, you can test before push and keep your git history clean.