Eduardo Zepeda's latests posts
What makes Rust so difficult to learn?
- rust
- opinions
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 understood why the obsession with this programming language. After finishing Rust’s book I had a glimpse of the...
Read more
Google Notebooklm Will Reshape The Podcast Scenario Forever
- opinions
- artificial intelligence
I just tried Google Notebooklm, and this feeling of novelty and excitement takes over my mind; like when a child receives what he asked for for Christmas, with the difference that I didn’t ask for this tool to exist, but here it is anyway.
Notebooklm lets you create a p...
Read more
Be careful of Shiny Object Syndrome and FOMO in web development
- opinions
- javascript
With all the rapid changes happening in web development: frameworks, languages, tools, libraries, etc. It is inevitable to suffer a bit of Shiny Object Syndrome and some FOMO. But it is convenient to identify these impulses and their nature to avoid suffering the consequences of ...
Read more
Using Github To Evaluate Developers Is Naive
- opinions
- git
It is common practice to use Github to assess a developer’s capabilities, but to do so blindly, ignoring the following set of factors, would make your ignorance cost you access to candidates with greater potential and experience in the workings of the software world.
An...
Read more
Fix slow queries in Django when using annotate and subqueries
- django
- databases
Django’s ORM is quite useful and versatile, it can perform most of the common SQL operations, such as filtering, partitioning, joins or sorting information, creating aliases, but it also has its limitations, especially when combined with subqueries, today I’ll tell yo...
Read more
How to improve Django Framework?
- opinions
- django
On June 21, 2024 I started a thread on reddit with the following question: “What would you improve about Django framework?”. The response from the community was immediate and the conversation quickly filled up with suggestions on how to improve Django framework, rangi...
Read more
How to avoid spam when putting an email on a website?
- opinions
- seo
Sometimes we want to put an email on a website but without exposing it to be read by some random bot that includes us in an advertising list, reminding us of our problems to start a physical relationship with the two mature women who live less than two kilometers away. And since ...
Read more
My Analysis Of Anti Bot Captchas and their Advantages And Disadvantages
- opinions
This is my analysis of some of the most popular captcha options out there and my opinion as a user on their advantages and disadvantages, this analysis includes google recaptcha, sliding captchas, simple questions, letter and number recognition and the most bot resistant captcha ...
Read more
My mistakes regarding the tech SEO optimization of my website
- opinions
- SEO
A few years ago, I migrated my website a couple of times, first from Wordpress to Frontity (A wordpress framework in React) and then from Frontity to a Digital Ocean Hugo App . I don’t regret my decision at all, but I made a few mistakes regarding SEO that you can probably ...
Read more