Imagen por Midjourney CC License https://midjourney.com Artificial intelligence I Test ChatGPT With Codewars Coding Challenges ChatGPT is breaking with everything previously known in artificial intelligence, some developers are worried that it may …
Go Databases Go Migration Tutorial with migrate In frameworks like Django, migrations are created automatically , from the models. However, in languages like go, as …
Go Linux and devops Go: Handling Signals for Closing Applications 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 Django Generating PDFs with Django and Reportlab 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 Software architecture Opinions Azure AZ-900 Certification Exam: My Experience On Saturday, August 6, 2022 I sat for and approved my Microsoft Azure AZ-900 certification exam. What does AZ-900 …
Django Seo Dynamic sitemap with django A sitemap is an xml file that functions as a map to navigate your site. Hence the name; Site-map. Search engines, such …
Go Logging with the standard library in Go As you probably already know, you should not use prints for debugging. The standard go logging library is much more …
Docker Linux and devops Go How Does a Docker Container Work Internally? Containers, especially Docker containers, are used everywhere, we tend to see them as small isolated operating systems …
Credits to 藪 https://www.pixiv.net/en/users/50979768 Django Linux and devops Autocomplete, Suggestions and Related Content: Solr and Django Solr, together with Lucene, is an outstanding search engine that allows you to perform searches with advanced features. …
Credits to https://www.instagram.com/we_make_mangas/ Django Linux and devops How to implement Solr for searches or queries in Django? Previously I explained you how to implement full text search in Django and trigrams-and-search-rank using Postgres. Solr …