Hi there 👋

Welcome to my blog

SSG using Laravel

What is SSG (Static Site Generation) It is the process of generating static pages (.html) of your application. Many frameworks offer this tool (Hugo, Next.Js, Nuxt.Js and many others). Here I will show that we can also make SSG of your Laravel application that is already online, using Laravel itself. What is the use of this? Probably your application is currently processing the same content for each user who accesses your homepage or several other pages on your site, doing the entire process of consuming data in the database or cache, processing them, generating the views and rendering a template to return to the user, again and again…...

March 7, 2021 · Bruno Tomé

Multiple Applications in One Kubernetes Cluster

Give me some time to translate this by hand, it helps me improve my English :)...

March 29, 2020 · Bruno Tomé