Nextline Blog
  • Home
  • About
Sign in Subscribe

Luiz H. B. Lago

Brazil
Luiz H. B. Lago
How I used Livewire to replace a websocket events in a real-time application

How I used Livewire to replace a websocket events in a real-time application

Today, I want to share a real-world story of how I replaced WebSockets in a Laravel project using Livewire and how you can do the same. This journey began with a competitive programming platform I built for a nationwide contest involving several universities and developers from all over Brazil. The

By Luiz H. B. Lago 20 May 2025
Build your own Home Server and Made It Publicly Accessible on the Internet - Part 2

Self Hosting

Build your own Home Server and Made It Publicly Accessible on the Internet - Part 2

In the first part of this series, we went over what we can use to build a home server, how to set up Docker for service management and organize our enviroment in a clean and traceable way. Now it’s time to take things one step further, we’re going

By Luiz H. B. Lago 14 May 2025
Build your own Home Server and Made It Publicly Accessible on the Internet - Part 1

Self Hosting

Build your own Home Server and Made It Publicly Accessible on the Internet - Part 1

Running your own home server is one of the most empowering things you can do as a backend enthusiast, hobbyist, or tech-savvy tinkerer. Whether you're hosting personal web projects, streaming your own media library, managing automated backups, or simply learning more about how servers and networks work, a

By Luiz H. B. Lago 05 May 2025
Why I Won’t Reply — and Why This Link Is All You Deserve

Why I Won’t Reply — and Why This Link Is All You Deserve

Let’s address the elephant in the room: you said something so deeply dumb, dishonest, or desperate looking for attention that it doesn’t even deserve my time — and yet, here you are, receiving a custom-made link. This post isn’t a conversation. It’s a verdict. You lost the

By Luiz H. B. Lago 01 May 2025
How I Won a Parallel Programming Marathon Without Knowing Parallel Programming

Problem Solving

How I Won a Parallel Programming Marathon Without Knowing Parallel Programming

Introduction: What Is Parallel Programming? Parallel programming is a computing paradigm that allows tasks to be divided and executed simultaneously. It leverages multiple processing units—like CPU cores or GPU threads—to perform large computations more efficiently. While the CPU (Central Processing Unit) is designed for general-purpose, sequential tasks, the

By Luiz H. B. Lago 29 Apr 2025
Tackling the N+1 Query Problem with Automatic Relation Loading

Laravel

Tackling the N+1 Query Problem with Automatic Relation Loading

Understanding the N+1 Query Problem In Laravel applications, the N+1 query problem arises when your code executes one query to retrieve a set of records and then executes additional queries for each record to fetch related data. This pattern can lead to performance issues, especially with large datasets.

By Luiz H. B. Lago 20 Apr 2025

The Art of Naming Things in Software Development

Naming things seems simple—until you actually have to do it. Whether it's a variable, a function, a database column, or an entire microservice, finding the right name can feel like trying to name a child you haven’t met yet. It’s hard, and it matters a

By Luiz H. B. Lago 20 Apr 2025
Nextline Blog
  • Sign up
Powered by Ghost

Nextline Blog

Subscribe to recive our new content