User contributions for Adeloaleman
Appearance
Results for Adeloaleman talk block log uploads logs
A user with 1,263 edits. Account created on 12 February 2026.
12 February 2026
- 14:4614:46, 12 February 2026 diff hist +825 N MediaWiki:Common.js Created page with "→Any JavaScript here will be loaded for all users on every page load.: // On page load, collapse TOC in Vector 2022 if expanded (function () { const observer = new MutationObserver(() => { const toggle = document.querySelector('.vector-toc-toggle'); const toc = document.querySelector('.vector-toc'); if (!toggle || !toc) return; // Only act if expanded if (toggle.getAttribute('aria-expanded') === 'true') { tog..." current
- 14:3414:34, 12 February 2026 diff hist +1,040 N Node.js - React - Next.js Created page with "==Node.js== Versions: 18 (18.20.8) → LTS: Safe, widely compatible 20 (20.20.0) → LTS: Mature, very stable. A good choice today 22 (22.22.0) → LTS: Also stable. A good choice today 24 → LTS: Early adopter / forward-looking On Ubuntu 25, the clean and reliable way to handle multiple <code>Node.js</code> versions is to use NVM (Node Version Manager). Install NVM <syntaxhighlight lang="bash"> curl -fsSL https://raw.githubusercontent.com/nvm-sh/..."
- 14:3414:34, 12 February 2026 diff hist +44,057 N FastAPI Created page with "FastAPI official documentation: https://fastapi.tiangolo.com Entrevista al creador de FastAPI Sebastién Ramirez: https://www.youtube.com/watch?v=QzuGFU6n_Gs To run the fastapi app: <syntaxhighlight lang="shell"> fastapi run main.py # With the new[standard] version - fastapi[standard]==0.112.0 uvicorn main:app --reload # It used to be done this way </syntaxhighlight> <br /> ==Deployment== https://fastapi.tiangolo.com/deployment/ '''Create the DNS records'''..."
- 14:3314:33, 12 February 2026 diff hist +1,692 N Python Created page with "==Install and manage multiple Python versions with pyenv== <span style="color:#5fe8e6;">★</span> Es lo que usan la mayoría de devs profesionales hoy. En Ubuntu 24.04, la forma más limpia, flexible y usada por la mayoría de desarrolladores para instalar varias versiones de Python en paralelo es pyenv. Permite: * Tener muchas versiones de Python instaladas a la vez * Cambiar de versión por proyecto * No romper el Python del sistema (muy importante en Ubuntu) Afte..."
- 14:3314:33, 12 February 2026 diff hist +10,074 N MediaWiki help Created page with "==Important links== MediaWiki:Common.css https://www.mediawiki.org/wiki/Special:ExtensionDistributor <br /> ==MediaWiki Installation== https://www.mediawiki.org/wiki/Manual:Installing_MediaWiki '''Create the DNS records''' Go to AWS > Route 53 > Hosted zones > sinfrontera.net: Type A: : Name: wiki.sinfrontera.net : Value: your IP Type CNAME (optional): : Name: www.wiki.sinfrontera.net : Value: wiki.sinfrontera.net '''Download the MediaWiki software''' from t..."
- 14:3314:33, 12 February 2026 diff hist 0 N CV Created blank page
- 14:3314:33, 12 February 2026 diff hist +855 Sinfronteras No edit summary current
- 14:3014:30, 12 February 2026 diff hist +168 N Pages Created page with "<accesscontrol>Administrators</accesscontrol> * Pages * Sinfronteras * CV * MediaWiki help * Python * FastAPI * Node.js - React - Next.js"
- 14:2414:24, 12 February 2026 diff hist 0 N Sinfronteras Created blank page
- 14:2414:24, 12 February 2026 diff hist +291 N MediaWiki:Sidebar Created page with " * navigation ** specialpages-url|specialpages ** Special:Upload|Upload file ** MediaWiki:Common.css|Common CSS ** MediaWiki:Common.js|Common JS ** MediaWiki_help|MediaWiki help ** helppage|Global MediaWiki help ** MediaWiki:Sidebar|Edit sidebar ** Pages|Pages * SEARCH * TOOLBOX * LANGUAGES" current
- 14:2314:23, 12 February 2026 diff hist +5,715 N MediaWiki:Common.css Created page with "→#1e2129: →Hide the color (theme) controls inside the Vector Appearance menu: #skin-client-prefs-skin-theme { display: none !important; } →Hide page tools dropdown only on Special:UserLogin and Log out pages: body.page-Special_UserLogin #vector-page-tools-dropdown { display: none !important; } body.page-Special_UserLogout #vector-page-tools-dropdown { display: none !important; } →Color of the "This is a protected page" message: #accesscontrol {..."
- 14:2314:23, 12 February 2026 diff hist +12 N MediaWiki:Mainpage Created page with "Sinfronteras"