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:
- reply brief answers on iOS topics to share your understanding
| #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, |
| 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 |
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:
| { | |
| "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, |
sudo softwareupdate --install-rosetta --agree-to-license
| 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. |
Ladders examples https://github.com/jorgef/engineeringladders
Spotify https://engineering.atspotify.com/2016/02/technical-career-path/ https://engineering.atspotify.com/2016/02/spotify-technology-career-steps/
Medium: https://medium.com/s/engineering-growth-framework/engineering-growth-introduction-8ba7b78c8d6c
| # 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? |