Skip to content
View ashmee's full-sized avatar
:shipit:
:shipit:
Block or Report

Block or report ashmee

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
ashmee/README.md

๐Ÿ‘‹ Hey there!


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

Pinned

  1. TextPrettier TextPrettier Public

    Plugin for Figma App helps you make your texts legible, readable and appealing when displayed.

    TypeScript 1

  2. HTML starter pattern HTML starter pattern
    1
    <!DOCTYPE html>
    2
    <html lang="en">
    3
    <head>
    4
      <title>Your Page Title</title>
    5
      <meta charset="utf-8">
  3. gameOfLife gameOfLife Public

    Game of life functional typescript

    TypeScript

  4. jumper jumper Public

    Browser game written in TypeScript with Phaser

    TypeScript

  5. berlin-clock berlin-clock Public

    Pure js and css berlin clock realization

    HTML

  6. Setup new windows PC for Frontend de... Setup new windows PC for Frontend development (via powershell and choco)
    1
    #--- try  install Choco---
    2
    if (-not(Test-Path "$env:ProgramData\chocolatey\choco.exe")) {
    3
    	Write-Host "Chocolatey is not installed. Installing now." -ForegroundColor Green
    4
    	Invoke-Expression -Command ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
    5
    	refreshenv