As I have talked with a friend creating a web application with Laravel. I have share with him few insights about how to perform testing…
Continue reading → Laravel, Dusk – Build a web application with Laravel and test it with Dusk
Bruno Flaven's website
Good products are built at the intersection of user needs, business constraints, and technical possibility — and navigating that intersection requires a specific kind of thinking. This category covers the principles and practices of user experience design and digital product management: user research methods, information architecture, wireframing, usability testing, accessibility, interaction design patterns, and the product management processes that translate design intent into shipped features. Content draws on direct experience as a Product Owner across back-office, mobile, and editorial platforms, and addresses both the craft of designing clear, useful interfaces and the organisational dynamics of getting good design through development pipelines. Articles also examine how AI is changing product design workflows — from AI-assisted prototyping to the new UX challenges introduced by conversational and generative interfaces. Whether you are a designer, a PO, or a developer who wants to build more user-centred products, this section offers practical, experience-grounded guidance.
As I have talked with a friend creating a web application with Laravel. I have share with him few insights about how to perform testing…
Continue reading → Laravel, Dusk – Build a web application with Laravel and test it with Dusk
It is true I have given a title to this post that sounds like a user story of somebody who want to make name dropping.…
Due to the coming GDPR (General Data Protection Regulation), that should come into force on 25th May 2018. Many organisations have to rethink their privacy…
I have made few weeks ago an article about an existing Laravel Admin Panel Generator named Navigator. It was basically a time-saver for a dashboard’s…
I do mainly today mobile applications but I have still few websites running on WP and I have worked with WordPress since a long time.…
Like anyone, I usually extended functionalities of the browsers that I am using. Unfortunately, when you upgrade your browser, some of the web extension does…
Continue reading → Extension, Chrome, Firefox – Making a quick web extension for Chrome
My purpose was to build-up a quick working administration interface to manage users listing. To be even more precise, journalists’ listing. At least, I had…
Continue reading → Laravel, Navigator – Discovering Navigator an admin panel generator for Laravel
For website and even more for mobile, the purpose of all the application’s creation is to create a compelling user experience but this is wishful…
Continue reading → Framer, Origami – Prototyping mobile applications with the best UX design tool
Still looking for a simple way to handle a POC to create a straightforward and simple API with a minimum of work. I had 2…
I have looked for many resources throughout the web to find out a small and easy piece of PHP to create a POC for an…
Il est certain que pour la conception de “wireframes” et/ou de maquettes de création digitale (app, site web), on se doit parait-il d’être toujours à…
L’idée m’est venu de faire la représentation d’un réseau de manière plus ludique. Comme toujours pour faire des représentations graphiques avec des données, on se…
Continue reading → D3 – Représentation avec D3 d’un réseau avec le gouvernement Trump comme exemple
Il existe un trio remarquable pour la lecture des fichiers de logs. Triptyque qui rend intuitif et parlant un certain nombre d’informations-clés notamment si vous…
Continue reading → ELK, elasticsearch, logstash, kibana – Exemples de data analysis à l’aide de ELK
Le développement piloté par le comportement, voilà la traduction forcement moins attirante que sa définition première en anglais : “Behavior Driven Development”. Plus encore le…
On avait vu comment utiliser genymotion comme solution pour tester les .apk sur un parc quasi-infini de terminaux Android. Très souvent dans la phase de…
C’est un sujet récurrent déjà maintes fois abordé dans ce blog. Un “must-have” dans ce que l’on nomme généralement la datavisualisation. Le principe en est…
Un article consacré aux “Best Practices” dans le développement d’applications Android, provenant toujours de la même source Futurice. https://github.com/futurice/ios-good-practices https://github.com/futurice/android-best-practices 1. Utiliser Gradle L’utilisation de…
Il est essentiel de thésauriser l’expérience acquise lors d’un développement, de consigner l’expérience des essais-erreurs commises au cours du cycle de création d’une application par…
Swagger, c’est un assortiment d’outils indispensables pour documenter une API. L’aspect le plus saisissant de cet outil est sa faculté à générer une documentation digne…
Continue reading → Swagger, API, Node – Documenter une API avec Swagger
De plus en plus de site ou d’applications s’appuient sur des APIs, c’est presque une banalité que d’énoncer que ce déplacement est inéluctable. Pour manipuler…
Continue reading → Postman, API – Utiliser Postman pour manipuler une API