A Technical SEO Basics Checklist Made For Web Developers ...
Previously I told you how I made many mistakes in SEO when I migrated my website from Wordpress to...
I explain the Model Context Protocol or MCP used to interact...
One of the most convenient uses of LLMs is to use them to analyse or process our own data, for which...
The Easiest Way To Use Https In Localhost Eduardo Zepeda...
How to use Localhost using https instead of http, fast and without having to issue certificates...
Fine-Tuning A LLM Small Practical Guide With Resources ...
I tried to fine-tune a DeepSeek model but failed, then I tried to do it with Llama and I couldn't...
Read this article in spanish in my blog. The multi tenant architecture is a software architecture...
While using a Tinder-style dating app, one of those in which, after a mutual like, the application...
What makes Rust so difficult to learn? Eduardo Zepeda ・...
You Could Lose All Your Crypto In a Job Interview Eduardo...
The other day I was browsing Elon Musk’s political propaganda machine, also known as X, and came...
I started learning Rust, and everything I read on the internet about its learning curve is true. Rust...
I just tried Google Notebooklm, and this feeling of novelty and excitement takes over my mind; like...
With all the rapid changes happening in web development: frameworks, languages, tools, libraries,...
It is common practice to use Github to assess a developer’s capabilities, but to do so blindly,...
Django’s ORM is quite useful and versatile, it can perform most of the common SQL operations, such as...
Image credits to: Pin In this post I explain three methods to extend or customize Django’s User...
On June 21, 2024 I started a thread on reddit with the following question: “What would you improve...
This entry is about a design pattern of which, at the time, I found little to none information in...
Image credits: weekendplayer Why use Django in a world where everything is Javascript? Is it really...
Design patterns are common solutions to common problems, represented by entities and the...
Image credits to: tranmautritam Typescript requires that we specify the types for the different...
I wrote a series of entries trying to serve as a guide to the Go programming language. This tutorial...
Image credits: elifskies Sometimes, when we create Models in Django we want to give certain...
Image credits to i7 from Pixiv: https://www.pixiv.net/en/users/54726558 Debounce and throttle are...
A sitemap is an xml file that functions as a map to navigate your site. Hence the name; Site (site)...
Python is super versatile, it has a giant community that has libraries that allow to achieve great...
What is codewars? Codewars is a social network of programmers who get together to...