Skip to content

Instantly share code, notes, and snippets.

View hectorddmx's full-sized avatar

Hector De Diego hectorddmx

View GitHub Profile
@hectorddmx
hectorddmx / SDLC.md
Last active August 28, 2026 00:22
sldc-es — Guías SDLC para personas y agentes de IA

SDLC

Mantenimiento del documento

Use UPDATE.md para la revisión, la evidencia de comandos y los registros de actualización.

Use REFERENCES.md para consultar el catálogo de referencias verificadas.

Las copias de fuentes en ../references/ son evidencia. El equipo no las mantiene como guías.

@hectorddmx
hectorddmx / SDLC.md
Last active August 28, 2026 00:22
sldc-en — SDLC guidance for people and AI agents

SDLC

Document maintenance

Use UPDATE.md for document review, command evidence, and refresh records.

Use REFERENCES.md for the verified reference catalog.

The source snapshots are evidence copies in ../references/. They are not maintained guidance.

@hectorddmx
hectorddmx / Get-AzurePresalesDiscovery.ps1
Last active July 2, 2026 15:10
Get-AzurePresalesDiscovery.ps1
#requires -Version 7.0
[CmdletBinding()]
param(
[string[]]$SubscriptionId,
[string]$OutputPath = (Join-Path (Get-Location) ("azure-presales-discovery-{0}" -f (Get-Date -Format "yyyyMMdd-HHmmss"))),
[switch]$Connect,
@hectorddmx
hectorddmx / av-scan.sh
Created December 3, 2025 20:36
macOS example on how to install and run some OSS / paid SAST or dependency / code security analysis based on a path
cd <INSERT HERE PATH FOR YOUR REPO HERE>
brew install dependency-check grype osv-scanner semgrep snyk-cli trivy mise
mise trust
mise use node@lts
npm i
npm audit
@hectorddmx
hectorddmx / 2025-03-ios-interview-prep.md
Last active September 1, 2025 17:29
Document to help you prepare for iOS interviews

Questions about this format, send me a message: https://www.linkedin.com/in/hectorddmx

For technical interviews, let's ask candidates to refresh the following:

Q&A on iOS or mobile topics

Tasks:

  • reply brief answers on iOS topics to share your understanding
@hectorddmx
hectorddmx / settings.json
Created August 16, 2024 02:35
240815, settings.json for vscode
{
"ruff.nativeServer": "on",
"ruff.lineLength": 88,
"ruff.lint.select": ["C", "E", "F", "W"],
"i18n-Lens.translatorFunctionName": "t",
"i18n-Lens.localeDirectoryPath": "**/locales",
"versionlens.suggestions.showOnStartup": true,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
@hectorddmx
hectorddmx / flutter-para-ios-developers.md
Created February 28, 2024 01:54
Flutter para un iOS Developer
@hectorddmx
hectorddmx / format_date_with_offset_test.dart
Last active September 21, 2023 03:48 — forked from j0nscalet/format_date_with_offset_test.dart
Forked to manually support Z
import 'package:test/test.dart';
import 'package:intl/intl.dart';
import 'package:timezone/timezone.dart';
import 'package:timezone/data/latest.dart';
// A DateTime in dart contains the TimezoneOffset from UTC/GMT
// This was modified to ommit the `:` so we actually have implemented the Z
// Timezone formatter in dart.
//
// See: https://github.com/dart-lang/intl/issues/19 for more details.
# Tips on how to create elaborated CVs
## General
- What were their biggest achievements in the project?
- What was the most interesting features they worked on?
- Did they work alone? In a team?
- How many people worked with them?
- What other areas were involved in that project?
- Did they have to improve a process inside the company?