Jorge Cortés@jorgecortesdevApr 14, 2025@TELMEXSoluciona ya tengo más de un día sin servicio y no he obtenido respuesta al llamar por teléfono solo me contesta una grabadora, no tengo internet ni linea telefónica, me pueden ayudar por acá ?114
Jorge Cortés@jorgecortesdevMar 18, 2025jorgecortes.devThe Null Object Pattern: Simplify Your PHP Code | jorgecortes.devHandling null values in PHP can be a pain. We've all seen (or written) code that’s riddled with if checks just to deal with null. But what if I told you there’s a cleaner way? Enter the Null Object...10
Jorge Cortés@jorgecortesdevJul 19, 2024Don't erase the CrowdStrike code yet, make a backup in case AI goes out of control, I'm just saying! 😎25
Jorge Cortés@jorgecortesdevJun 4, 2024jorgecortes.devMastering JavaScript Promises: A Comprehensive Guide | jorgecortes.devJavaScript promises seem straightforward until they become your worst nightmare. Understanding JavaScript promises clearly is crucial for writing better code. In this guide, you'll learn how to use...42
Jorge Cortés@jorgecortesdevJun 4, 2024jorgecortes.devWhen to Use Traits in PHP | jorgecortes.devTraits are a powerful feature in PHP, introduced in PHP 5.4, that allows developers to reuse code across different classes independently of class hierarchies. They serve as a mechanism for horizontal...39