The “reflect” package is a useful library in the Go programming language that provides functions for working …
Full-stack Web development blog on Linux with opinions, tutorials, ideas and rants.
Almost all modern web applications perform some form of streaming, from video platforms to live streaming. In this post …
Protobuffers allow you to create a gRPC API that has the characteristic of being incredibly faster, because it uses …
Imagen por Midjourney CC License https://midjourney.com
ChatGPT is breaking with everything previously known in artificial intelligence, some developers are worried that it may …
In frameworks like Django, migrations are created automatically , from the models. However, in languages like go, as …
Today I’m going to talk about a topic that is often overlooked in most tutorials: handling application closing. …
Image credits to https://unsplash.com/es/@retrokram
With django and reportlab we can generate PDFs dynamically, using information from our database, user input or any other …
Image credits: Dmitriy Zub https://unsplash.com/es/@dimitryzub
On Saturday, August 6, 2022 I sat for and approved my Microsoft Azure AZ-900 certification exam.
What does AZ-900 …
A sitemap is an xml file that functions as a map to navigate your site. Hence the name; Site-map. Search engines, such …
As you probably already know, you should not use prints for debugging. The standard go logging library is much more …