Eduardo Zepeda's latests posts
My Technical SEO Basics Checklist Only For Web Developers
- seo
- opinion
Previously I told you how I made many mistakes in SEO when I migrated my website from Wordpress to Hugo, after that I started watching a lot of videos about SEO, especially Romualds videos (He is one of the biggest SEO influencers in Spanish speaking countries), Ive also read The...
Read more
I'll Help You Understand the Model Context Protocol or MCP
- artificial intelligence
- software architecture
If youre struggling to understand the Model Context Protocol, I feel you, I watched a lot of videos on it, but I just couldnt understand it, so I took my notes about it and turned it into a post so you can understand it effortless, also I wrote a post where I talk about how to cr...
Read more
The Easiest Way To Use Https In Localhost (my opinion)
- linux
- go
How to use Localhost using https instead of http, fast and without having to issue certificates manually nor dealing with netstat?Why to use https on localhost instead of http?It is quite common to perform Oauth testing while performing integrations or some kind of integration wi...
Read more
Fine-Tuning A LLM Small Practical Guide With Resources
- artificial intelligence
- opinion
I tried to fine-tune a DeepSeek model but I failed, then I tried to do it with Llama and I couldnt make it work, finally I succeeded with a Mistral model, specifically the 7B parameter model.I felt completely lost, lots of tutorials but none seemed to work, hence I decided to sha...
Read more
Multi Tenant Architecture in Software: What Is It and Its Databases Patterns
- software architecture
- databases
The multi tenant architecture is a software architecture (Dont confuse it with a design pattern or deployment pattern) approach where a single instance of an application serves multiple tenants. Youve probably come in contact with this architecture when using dropbox, Slack or an...
Read more
I took advantage of an error in the code of a dating app
- javascript
- software architecture
While using a Tinder-style dating app, one of those in which, after a mutual like, the application puts the people involved in contact, I noticed that, to promote their premium plan, they used obfuscated blurred pictures to introduce you to the people who had pressed the Like but...
Read more
You Could Lose All Your Crypto In a Job Interview
- opinion
The other day I was browsing Elon Musks political propaganda machine, also known as X, and came across this gem of human shamelessness, an interviewer who nearly hacked one of his applicants. (adsbygoogle = window.adsbygoogle || []).push({}); .nc { margin: 2r...
Read more
What makes Rust so difficult to learn?
- rust
- opinion
I started learning Rust, and everything I read on the internet about its learning curve is true. Rust is difficult, not impossible, just difficult. But now I also understand why the obsession with this programming language. After finishing Rusts book I had a glimpse of the progra...
Read more
Google Notebooklm Will Reshape The Podcast Scenario Forever
- opinion
- artificial intelligence
I just tried Google Notebooklm, and this feeling of novelty and excitement took over my mind. Similar to a child receives what he asked for for Christmas. However, I didnt ask for this tool to exist, but here it is anyway.Google Notebooklm lets you create a podcast from your note...
Read more
Be careful of Shiny Object Syndrome and FOMO in web development
- opinion
- javascript
(adsbygoogle = window.adsbygoogle || []).push({}); .nc { margin: 2rem 0; } .banner{ width: 728px; height: 90px; } .google-ads-container-8672022193{ background-color: transparent; width: 100%; height: 90px; } @media (max-width: 720px) { ...
Read more