Eduardo Zepeda's latests posts
My Analysis Of Anti Bot Captchas and their Advantages And Disadvantages
- opinion
<p>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 captc...
Read more
My technical SEO mistakes when I migrated my site from Wordpress
- SEO
- opinion
<p>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 <a class="markdown-link" href="https://coffeebytes.dev/en/software-architecture/my-digital-ocean-review-analysis-an...
Read more
AI is Overhyped When Will the Bubble Burst?
- artificial intelligence
- opinion
<p>Since ChatGPT rapidly surpassed the record of user growth, artificial intelligence is almost omnipresent in the modern metropolis collectivity. Its arrival has brought a wide gradient of expectations ranging from simple problem solving to the complete automation of our societi...
Read more
Don't Obsess About Your Web Application Performance
- opinion
<p>This post is for you, who want to become independent from companies and are looking to create your own projects in the internet world. Have you ever thought if those extra milliseconds of performance that we get by switching a project to a more verbose language really matter t...
Read more
Why I abhor datetime-local and dates in Javascript?
- javascript
- opinion
<p>Working with Javascript is frustrating and, sometimes, combining it with HTML can be desperate due to its lack of internal coherence. On top of that, using it to handle dates, which requires considering the handling of timezones, different ways to represent them and the requir...
Read more
Devin AI Will this AI Replace Programmers?
- artificial intelligence
- opinion
<p>Today this unholy news became popular, that an “AI Software Engineer” with the name Devin, made by <a class="markdown-link" href="https://www.cognition-labs.com/" rel="noopener nofollow" target="_blank">Cognition Labs</a>, will be available on the ma...
Read more
SAAS and OTS as business models and my opinion on Once
- opinion
<p>It is no secret that these days software, in general, is trending towards a SAAS business model. However if you were there when the holy scriptures of the internet were written, you will know that this trend is rather recent.</p><h2 id="ots-and-software-as-a-physical-prod...
Read more
Artificial Intelligence & Drug Design for Developers
- artificial intelligence
<p>The uses of artificial intelligence go beyond <a class="markdown-link" href="https://coffeebytes.dev/en/artificial-intelligence/i-test-chatgpt-with-codewars-coding-challenges/">solving coding problems</a>, and regardless of whether this <a class="markd...
Read more
Composition over inheritance quickly explained with legos
- software architecture
<p>Composition over inheritance is a recurring theme in object-oriented programming (OOP). Usually, it is explained in a very complex way, but today I will try to simplify so even a child can understand it, purists will hate me but I'm willing to pay the price.</p><p>L...
Read more
Common and Useful Deployment Patterns
- software architecture
<h2 id="what-is-a-deployment-pattern">What is a deployment pattern?</h2><p>A deployment pattern (Not to be confused with a <a class="markdown-link" href="https://coffeebytes.dev/en/python/design-patterns-in-software/">design pattern</a>) is an automatic method...
Read more