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.
13 February 2026
- 08:1008:10, 13 February 2026 diff hist −1 MediaWiki help →Extensions
- 08:1008:10, 13 February 2026 diff hist −382 MediaWiki help →Syntaxhighlight
- 08:0908:09, 13 February 2026 diff hist −77 MediaWiki help →Page editing help
- 08:0908:09, 13 February 2026 diff hist +101 MediaWiki help →Page editing help
- 08:0708:07, 13 February 2026 diff hist +2 MediaWiki help →Syntaxhighlight Tag: Manual revert
- 08:0708:07, 13 February 2026 diff hist −2 MediaWiki help →Syntaxhighlight Tag: Reverted
- 08:0608:06, 13 February 2026 diff hist +1 MediaWiki help →Maintenance
- 08:0608:06, 13 February 2026 diff hist +61 MediaWiki help →Extensions
- 08:0508:05, 13 February 2026 diff hist +111 MediaWiki help →Maintenance
- 08:0508:05, 13 February 2026 diff hist −138 MediaWiki help →Important links
- 08:0408:04, 13 February 2026 diff hist −368 MediaWiki help No edit summary
- 07:4607:46, 13 February 2026 diff hist −12 MediaWiki help →Rewrites the URL and hide the index.php file from the page URL
- 07:4507:45, 13 February 2026 diff hist +8 MediaWiki help →Rewrites the URL and hide the index.php file from the page URL
12 February 2026
- 20:5720:57, 12 February 2026 diff hist −1 FastAPI →Deployment
- 20:5620:56, 12 February 2026 diff hist +166 FastAPI →Deployment Nextjs
- 20:4920:49, 12 February 2026 diff hist +4 FastAPI →Deployment
- 20:4720:47, 12 February 2026 diff hist +280 FastAPI →Deployment
- 20:3120:31, 12 February 2026 diff hist +1 FastAPI →Deployment
- 20:3120:31, 12 February 2026 diff hist +1 FastAPI →Deployment Nextjs
- 20:3020:30, 12 February 2026 diff hist +51 FastAPI →Deployment Nextjs
- 20:3020:30, 12 February 2026 diff hist +51 FastAPI →Deployment
- 16:5516:55, 12 February 2026 diff hist +313 FastAPI →Deployment Nextjs
- 16:2716:27, 12 February 2026 diff hist 0 FastAPI →Deployment Nextjs
- 16:2116:21, 12 February 2026 diff hist −5 FastAPI →Deployment Nextjs
- 16:1016:10, 12 February 2026 diff hist −5 Node.js - React - Next.js →Node.js
- 15:4115:41, 12 February 2026 diff hist +117 FastAPI →Deployment
- 15:3515:35, 12 February 2026 diff hist +12 FastAPI →Deployment
- 15:1915:19, 12 February 2026 diff hist 0 N File:Sinfronteras JavaScriptMaps.gif No edit summary current
- 15:0315:03, 12 February 2026 diff hist 0 N File:Deploying FastAPI React app-FastAPI Infrastructure.png No edit summary current
- 15:0115:01, 12 February 2026 diff hist 0 N File:Elastic beanstalk-environment.png No edit summary current
- 15:0015:00, 12 February 2026 diff hist 0 N File:Deploying FastAPI React app-Overview.png No edit summary current
- 15:0015:00, 12 February 2026 diff hist 0 N File:CRUD operations and HTTP requests 3.png No edit summary current
- 15:0015:00, 12 February 2026 diff hist 0 N File:CRUD operations and HTTP requests 2.png No edit summary current
- 15:0015:00, 12 February 2026 diff hist 0 N File:Connect to GitHub.png No edit summary current
- 15:0015:00, 12 February 2026 diff hist 0 N File:CodePipeline.png No edit summary current
- 14:5914:59, 12 February 2026 diff hist 0 N File:AWS Amplify-Custom domain.png No edit summary current
- 14:5914:59, 12 February 2026 diff hist 0 N File:AWS Amplify configuration-review.png No edit summary current
- 14:5914:59, 12 February 2026 diff hist 0 N File:AWS Amplify configuration.png No edit summary current
- 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"