AlbertHandle failed server requests with a custom exception in TypeScriptIn this post I want to show you how to handle server errors like 404, 500, 403, etc. Also “Network Connection error” and validation errors…Sep 10, 2020Sep 10, 2020
AlbertQuery builder for GraphQL (TS)I was working with the Laravel GraphQL library and TypeScript I found many libraries in TS to build the queries but I don’t like them…Apr 5, 2020Apr 5, 2020
AlbertGlobal State with React HooksAre you tired to use Redux? Look at, how you can have a global state simple and easy!Mar 22, 2019Mar 22, 2019
AlbertEnum in JavaScripI need to create a enum option for the images that I allow to upload (I have double validation in client and server sides) so I created a…Jan 4, 2019Jan 4, 2019
AlbertTesting Stripe Webhooks in my local LaravelI’m working with Stripe, and now is the moment to implement the Webhooks. So, I have to test it and Stripe recommend ngrok. It is super…Jul 11, 2018Jul 11, 2018
AlbertLaravel GraphQL and Bug ReportI integrated Bugsnag in my project Laravel 🙂. But the problem was that GraphQL catches the error and not sent it. For example, if I add…Apr 4, 2018Apr 4, 2018
Albert¿How debug Laravel Queue?Laravel Queue it’s a very good tool to send emails, compress files, or any task that isn’t required immediately for the customer. And after…Jan 29, 20181Jan 29, 20181
AlbertUser authentication with Laravel Passport and GraphQL from external AppPrevious requirements:Dec 22, 20177Dec 22, 20177