Eduardo Zepeda

Eduardo Zepeda @zeedu_dev

About: #Webdev, mostly backend 🧑‍💻 🔍 Writing about APIs, databases & tech opinions 👉 Follow me on social media for insights, memes and rants

Location:
Nowhere
Joined:
Nov 1, 2020

Eduardo Zepeda
articles - 90 total

I wrote a guide about all the basic aspects of technical SEO that are often overlooked by web developers.

A Technical SEO Basics Checklist Made For Web Developers ...

Learn More 0 0Apr 15

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...

Learn More 4 0Apr 15

My explanation of the rising Model Context Protocol (or MCP) used to communicate with LLMs

I explain the Model Context Protocol or MCP used to interact...

Learn More 0 0Apr 4

I explain the Model Context Protocol or MCP used to interact with LLMs

One of the most convenient uses of LLMs is to use them to analyse or process our own data, for which...

Learn More 7 0Apr 4

The easiest way to use HTTPS in Localhost

The Easiest Way To Use Https In Localhost Eduardo Zepeda...

Learn More 0 0Mar 9

The Easiest Way To Use Https In Localhost

How to use Localhost using https instead of http, fast and without having to issue certificates...

Learn More 10 2Mar 3

My notes and resources about the process of fine-tuning a Mistral model,

Fine-Tuning A LLM Small Practical Guide With Resources ...

Learn More 1 0Mar 3

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...

Learn More 44 0Mar 3

Multi Tenant Architecture in Software: What Is It and Its Databases Patterns

Read this article in spanish in my blog. The multi tenant architecture is a software architecture...

Learn More 16 5Feb 12

I took advantage of an error in the code of a dating app

While using a Tinder-style dating app, one of those in which, after a mutual like, the application...

Learn More 4 1Jan 5

[Boost]

What makes Rust so difficult to learn? Eduardo Zepeda ・...

Learn More 0 0Dec 20 '24

[Boost]

You Could Lose All Your Crypto In a Job Interview Eduardo...

Learn More 0 0Dec 16 '24

You Could Lose All Your Crypto In a Job Interview

The other day I was browsing Elon Musk’s political propaganda machine, also known as X, and came...

Learn More 2 0Dec 16 '24

What makes Rust so difficult to learn?

I started learning Rust, and everything I read on the internet about its learning curve is true. Rust...

Learn More 2 0Oct 24 '24

Google Notebooklm Will Reshape The Podcast Scenario Forever

I just tried Google Notebooklm, and this feeling of novelty and excitement takes over my mind; like...

Learn More 0 0Oct 17 '24

Be careful of Shiny Object Syndrome and FOMO in web development

With all the rapid changes happening in web development: frameworks, languages, tools, libraries,...

Learn More 0 0Sep 15 '24

Using Github To Evaluate Developers Is Naive

It is common practice to use Github to assess a developer’s capabilities, but to do so blindly,...

Learn More 3 0Aug 8 '24

Fix slow queries in Django when using annotate and subqueries

Django’s ORM is quite useful and versatile, it can perform most of the common SQL operations, such as...

Learn More 2 0Jul 15 '24

How to customize the User model in Django?

Image credits to: Pin In this post I explain three methods to extend or customize Django’s User...

Learn More 0 0Jun 24 '24

How to improve Django Framework?

On June 21, 2024 I started a thread on reddit with the following question: “What would you improve...

Learn More 3 0Jun 24 '24

Worker Pool Design Pattern Explanation

This entry is about a design pattern of which, at the time, I found little to none information in...

Learn More 8 0Jun 19 '24

Why should you use Django Framework?

Image credits: weekendplayer Why use Django in a world where everything is Javascript? Is it really...

Learn More 10 2Jun 19 '24

Design Patterns In Software

Design patterns are common solutions to common problems, represented by entities and the...

Learn More 0 0Jun 19 '24

Types for React components with children

Image credits to: tranmautritam Typescript requires that we specify the types for the different...

Learn More 15 6Jun 16 '24

Go Programming Language Full Tutorial

I wrote a series of entries trying to serve as a guide to the Go programming language. This tutorial...

Learn More 10 0Jun 12 '24

Understand inheritance types in Django models

Image credits: elifskies Sometimes, when we create Models in Django we want to give certain...

Learn More 2 0Jun 12 '24

Debounce and Throttle design patterns explained in Javascript

Image credits to i7 from Pixiv: https://www.pixiv.net/en/users/54726558 Debounce and throttle are...

Learn More 3 0Jun 9 '24

Dynamic sitemap with django

A sitemap is an xml file that functions as a map to navigate your site. Hence the name; Site (site)...

Learn More 3 0Jun 9 '24

OCR with tesseract, python and pytesseract

Python is super versatile, it has a giant community that has libraries that allow to achieve great...

Learn More 1 0Jun 5 '24

My Top 5 Favorite Algorithm Problems at Codewars

What is codewars? Codewars is a social network of programmers who get together to...

Learn More 0 0Jun 1 '24