By Shaii
Go Fiber has all the features we need to build a fullstack web application. In this article, we will learn how to add a frontend to an existing Go Fiber web API that was build with Docker and Postgres.
By Shaii
By Shaii
By Shaii
By Shaii
By Shaii
By Shaii
By Shaii
By Shaii
In this tutorial, we will learn how to build a web scraper with Go and Colly. We will also learn how to save our scraped data into a JSON file. Sometimes some things just don’t have an API. In those kinds of cases, you can always just write a little web scraper to help you get the data you need.
By Shaii
In this tutorial, we will learn how to add TailwindCSS to a Hugo project. Tailwind is a utility CSS library that has been gaining a lot of popularity in the past few years. Utility libraries are great because you won’t end up fighting against a framework when it comes to building your own custom designs.