Archivo de la categoría: Programación

The Architect’s Dilemma: 5 Surprising Lessons from the Creator of C++

C++ was never intended to be a «perfect» language born from theoretical purity; instead, it emerged from a desperate engineering need. While pursuing his PhD at the University of Cambridge, Bjarne Stroustrup navigated a classic developer’s trade-off between the high-level elegance of Simula and the raw speed of BCPL. He found that while Simula provided… Read More: The Architect’s Dilemma: 5 Surprising Lessons from the Creator of… »

Categoría: C++

The Accelerated Future: How Electronics Empower Human Creativity

New electronic data processing machines are being assembled. Yes, new progress is being made because the electron—the smallest particle in nature—has been harnessed to count and brought to the aid of scientists and businessmen who are expanding the frontiers of knowledge. After all, the real barrier is time. The shape of things to come may… Read More: The Accelerated Future: How Electronics Empower Human Creativity »

Configurando Claves API Seguras en Postman para Evitar Errores 401

Al desarrollar y probar APIs que requieren autenticación, el manejo seguro y eficiente de las claves secretas (API Keys) es fundamental. Es una práctica común que estas APIs esperen la clave en la cabecera Authorization, a menudo en el formato Bearer <TU_CLAVE_SECRETA>. Para gestionar estas claves, Postman ofrece la funcionalidad de Variables de Entorno. Esto… Read More: Configurando Claves API Seguras en Postman para Evitar Errores 401 »

resend Email for developers

https://resend.com/home The best way to reach humans instead of spam folders. Deliver transactional and marketing emails at scale. Get StartedDocumentation

fix java errors

No appropiate protocol (protocol is disabled or cipher suites are inappropriate) java version «1.8.0_261»Java(TM) SE Runtime Environment (build 1.8.0_261-b12)Java HotSpot(TM) Client VM (build 25.261-b12, mixed mode) FIX Disable: In $JRE/lib/security/java.security: Comment this lines: Certificates do not conform to algorithm constraints FIX Disable: In $JRE/lib/security/java.security: Comment this lines:

Como enviar un POST con json desde Postman

En este caso, utilice la extensión de chrome: POSTMAN. Hola, después de buscar un buen raro, lo descubrí, lo comparto. Seleccionan POST.Copian o tipean la URL.Seleccionan Body.Seleccionan Raw.Seleccionan JSON (application/json).Luego pegan o tipean el JSON que necesita la API rest para operar.Por último, clic en Send. Vean recuadro en verde, status 200 y el resultado… Read More: Como enviar un POST con json desde Postman »

wordpress permissions

For those who have their wordpress root folder under their home folder: Ubuntu/apache Add your user to www-data group: CREDIT Granting write permissions to www-data group You want to call usermod on your user. So that would be: sudo usermod -aG www-data yourUserName Assuming www-data group exists Check your user is in www-data group: groups… Read More: wordpress permissions »

respaldar usuarios joomla

Para respaldar los usuarios hay que copiar 3 tablas: jos_users jos_core_acl_aro jos_core_acl_groups_aro_map (assuming that jos is your prefix)