You would not see a lot of stuffs here because a lot of my work is in private business repositories on Microsorft Azure Repos and GitLab.
- ๐ Location: I am located in Portugal, Porto
- ๐ซ How to reach me: LinkedIn
- ๐ฅ My promo page ashmee.github
You would not see a lot of stuffs here because a lot of my work is in private business repositories on Microsorft Azure Repos and GitLab.
Plugin for Figma App helps you make your texts legible, readable and appealing when displayed.
TypeScript 2
<!DOCTYPE html>
<html lang="en">
<head>
<title>Your Page Title</title>
<meta charset="utf-8">
#--- try install Choco---
if (-not(Test-Path "$env:ProgramData\chocolatey\choco.exe")) {
Write-Host "Chocolatey is not installed. Installing now." -ForegroundColor Green
Invoke-Expression -Command ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
refreshenv