gonzalo123.com
microservices | Gonzalo Ayuso | Web Architect
https://gonzalo123.com/tag/microservices
Skip to main content. Skip to primary sidebar. Skip to secondary sidebar. Gonzalo Ayuso Web Architect. Microservice container with Guzzle. Posted by Gonzalo Ayuso. This days I’m reading about Microservices. The idea is great. Instead of building a monolithic script using one language/framowork. We create isolated services and we build our application using those services (speaking HTTP between services and application). Imagine we have different services:. Another PHP service. This one using Slim. From f...
gonzalo123.com
websokets | Gonzalo Ayuso | Web Architect
https://gonzalo123.com/tag/websokets
Skip to main content. Skip to primary sidebar. Skip to secondary sidebar. Gonzalo Ayuso Web Architect. PHP Dumper using Websockets. Posted by Gonzalo Ayuso. Another crazy idea. I want to dump my backend output in the browser’s console. There’re several PHP dumpers. For example Raul Fraile’s LadyBug. There’re also libraries to do exactly what I want to do, such as Chrome Logger. But I wanted to use Websockets and dump values in real time, without waiting to the end of backend script. Why? DOCTYPE html htm...
gonzalo123.com
Microservice container with Guzzle | Gonzalo Ayuso | Web Architect
https://gonzalo123.com/2015/06/29/microservice-container-with-guzzle
Skip to main content. Skip to primary sidebar. Skip to secondary sidebar. Gonzalo Ayuso Web Architect. Larr; PHP Dumper using Websockets. I18n AngularJS provider →. Microservice container with Guzzle. Posted by Gonzalo Ayuso. This days I’m reading about Microservices. The idea is great. Instead of building a monolithic script using one language/framowork. We create isolated services and we build our application using those services (speaking HTTP between services and application). From flask import Flask...
gonzalo123.com
i8n | Gonzalo Ayuso | Web Architect
https://gonzalo123.com/tag/i8n
Skip to main content. Skip to primary sidebar. Skip to secondary sidebar. Gonzalo Ayuso Web Architect. Posted by Gonzalo Ayuso. There’s more than one way to perform i18n translations within our AngularJS projects. IMHO the best one is https:/ angular-translate.github.io/. But today I’m going to show you how I’m doing translations in my small AngularJS projects (normally Ionic. I’ve packaged my custom solution and I also create one bower package ready to use via bower command line:. Controller('HomeContro...
gonzalo123.com
PHP Dumper using Websockets | Gonzalo Ayuso | Web Architect
https://gonzalo123.com/2015/05/11/php-dumper-using-websockets
Skip to main content. Skip to primary sidebar. Skip to secondary sidebar. Gonzalo Ayuso Web Architect. Larr; Building TCP server daemond with PHP and Ratchet. Microservice container with Guzzle →. PHP Dumper using Websockets. Posted by Gonzalo Ayuso. Another crazy idea. I want to dump my backend output in the browser’s console. There’re several PHP dumpers. For example Raul Fraile’s LadyBug. There’re also libraries to do exactly what I want to do, such as Chrome Logger. I’ve written several. In the clien...
gonzalo123.com
How to configure Symfony’s Service Container to use Twitter API | Gonzalo Ayuso | Web Architect
https://gonzalo123.com/2013/02/04/how-to-configure-symfonys-service-container-to-use-twitter-api
Skip to main content. Skip to primary sidebar. Skip to secondary sidebar. Gonzalo Ayuso Web Architect. Larr; Handling several DBAL Database connections in Symfony2 through the Dependency Injection Container with PHP. Scaling Silex applications →. How to configure Symfony’s Service Container to use Twitter API. Posted by Gonzalo Ayuso. Keeping on with the series about Symfony’s Services container (another posts here. Now we will use the service container to use Twitter API from a service. If we are workin...
gonzalo123.com
flask | Gonzalo Ayuso | Web Architect
https://gonzalo123.com/tag/flask
Skip to main content. Skip to primary sidebar. Skip to secondary sidebar. Gonzalo Ayuso Web Architect. Microservice container with Guzzle. Posted by Gonzalo Ayuso. This days I’m reading about Microservices. The idea is great. Instead of building a monolithic script using one language/framowork. We create isolated services and we build our application using those services (speaking HTTP between services and application). Imagine we have different services:. Another PHP service. This one using Slim. From f...
gonzalo123.com
i18n AngularJS provider | Gonzalo Ayuso | Web Architect
https://gonzalo123.com/2015/07/20/i8n-angularjs-provider
Skip to main content. Skip to primary sidebar. Skip to secondary sidebar. Gonzalo Ayuso Web Architect. Larr; Microservice container with Guzzle. Generating push notifications with Pushbullet and Silex →. Posted by Gonzalo Ayuso. There’s more than one way to perform i18n translations within our AngularJS projects. IMHO the best one is https:/ angular-translate.github.io/. But today I’m going to show you how I’m doing translations in my small AngularJS projects (normally Ionic. Bower install ng-i8n - save.
gonzalo123.com
socket.io | Gonzalo Ayuso | Web Architect
https://gonzalo123.com/tag/socket-io
Skip to main content. Skip to primary sidebar. Skip to secondary sidebar. Gonzalo Ayuso Web Architect. Sharing authentication between socket.io and a PHP frontend (using JSON Web Tokens). Posted by Gonzalo Ayuso. I’ve written a previous post about Sharing authentication between socket.io and a PHP frontend. But after publish the post a colleague (hi @mariotux. Told me that I can use JSON Web Tokens ( jwt. To do this. I had never used jwt before so I decided to study a little bit. That’s the client:.
gonzalo123.com
Building TCP server daemond with PHP and Ratchet | Gonzalo Ayuso | Web Architect
https://gonzalo123.com/2015/04/13/building-tcp-server-daemon-with-php-and-rachet
Skip to main content. Skip to primary sidebar. Skip to secondary sidebar. Gonzalo Ayuso Web Architect. Larr; Handling private states within AngularJS applications. PHP Dumper using Websockets →. Building TCP server daemond with PHP and Ratchet. Posted by Gonzalo Ayuso. In my daily work I normally play a lot with TCP servers, clients and things like that. I like to use Linux’s xinet.d. Daemon to handle the TCP ports. I’ve also written something. Let me show examples:. We can start different ports also:.