Generating synonymous, Heroku-style, server names with Lumen
A tutorial on building a Lumen microservice that generates Heroku-style random server names using a thesaurus API.
A tutorial on building a Lumen microservice that generates Heroku-style random server names using a thesaurus API.
Lumen is a new micro-framework from Laravel, designed for building fast microservices and small, single-purpose applications.
A developer shares a code refactor by Laravel's creator, highlighting lesser-known features like Cache::remember.
A critique of Django's app model and advocating for a service-oriented architecture to improve maintainability and scalability in complex applications.