Skip to content

Instantly share code, notes, and snippets.

@202500244
202500244 / tarea3.md
Last active September 11, 2026 19:56 — forked from sebasjsx/tarea3.md
Tarea 3 - Comunicación Asertiva

Tarea 3 - Comunicación Asertiva

Situación planteada

Una clínica veterinaria actualmente lleva el registro de mascotas, propietarios y citas de forma manual utilizando cuadernos y archivos de Excel.

Debido al crecimiento de la clínica, se han presentado problemas para localizar información, controlar las citas y mantener actualizados los

@sebasjsx
sebasjsx / tarea3.md
Created September 11, 2026 19:05
Tarea 3 - Comunicación Asertiva

Tarea 3 - Comunicación Asertiva

Situación planteada

Una clínica veterinaria actualmente lleva el registro de mascotas, propietarios y citas de forma manual utilizando cuadernos y archivos de Excel.

Debido al crecimiento de la clínica, se han presentado problemas para localizar información, controlar las citas y mantener actualizados los

@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active September 11, 2026 19:13
Conventional Commits Cheatsheet

Deploying to DigitalOcean Droplet

Prerequisites

  • A DigitalOcean Droplet (Ubuntu)
  • SSH access to the droplet
  • GitHub repository access

1. Install Docker on the Droplet

@MarMed
MarMed / README.md
Last active September 11, 2026 18:58
Routing plex traffic through an SSH tunnel

Routing plex traffic through an SSH tunnel

This guide creates a reverse SSH tunnel to route all Plex server traffic through it.

Step 2 is done on the tunnel, all other steps are done on the plex server.

1. Setup SSH keys (if you already have key based authenthication setup skip to step 2)

On plex server:

@ypandit
ypandit / Xvfb.service
Last active September 11, 2026 18:46
Xvfb as a systemd service
[Unit]
Description=X Virtual Frame Buffer Service
After=network.target
[Service]
ExecStart=/usr/bin/Xvfb :99 -screen 0 1024x768x24
[Install]
WantedBy=multi-user.target
@sdevalapurkar
sdevalapurkar / course-hub-progress-bug-bash.html
Created August 5, 2026 18:22
Bug Bash: Course Hub Mark Complete & Reset Progress (Learners tab)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Bug Bash — Mark Complete &amp; Reset Progress</title>
<style>
:root {
--bg: #111318;
--surface: #1a1d24;

GSoC 2026 Report: webpack - New Documentation Website

Introduction

webpack's core repository describes hundreds of APIs, hooks, and plugin interfaces in types.d.ts, but almost none of that reaches readers in a structured or searchable form. The existing documentation site itself had drifted behind the project it documents, both in design and in how quickly it reflects changes.

webpack-doc-kit is the toolchain built to close that gap, and rebuilding it was the subject of webpack's GSoC 2026 project. The pipeline runs end to end: TypeDoc extracts structured data from webpack's type definitions, a custom typedoc-plugin-markdown theme reshapes it into doc-kit-compatible Markdown, and @node-core/doc-kit - the generator behind Node.js's official API documentation - renders the finished site.

The project spanned five milestones and three mentees. My work co

@Cronosjpc
Cronosjpc / tarea3-fitzone.md
Last active September 11, 2026 18:16 — forked from LuciaOrtizPaz/tarea3-fitzone.md
Tarea 3 - Comunicación Asertiva - FitZone

Comunicación Asertiva — Tarea #3

Situación: Sistema de gestión para Gimnasio "FitZone"

Contexto del proyecto

El dueño de un gimnasio local, FitZone, contrató a nuestro equipo de desarrollo para crear un sistema que le permita gestionar membresías de clientes, control de pagos mensuales y horarios de clases grupales (spinning, zumba, crossfit). Actualmente lleva todo en cuadernos y hojas de Excel, y quiere digitalizar el proceso.