{"id":28946094,"url":"https://github.com/tirsvadweb/dotnet.portfolio","last_synced_at":"2026-04-11T21:41:59.217Z","repository":{"id":298860111,"uuid":"1001315157","full_name":"TirsvadWeb/Dotnet.Portfolio","owner":"TirsvadWeb","description":"Portfolio and CV","archived":false,"fork":false,"pushed_at":"2025-06-22T14:03:23.000Z","size":1064,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-22T15:19:22.210Z","etag":null,"topics":["authentication","blazor","portfolio","sqlite"],"latest_commit_sha":null,"homepage":"https://portfolio.tirsvad.dk/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TirsvadWeb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-13T07:10:50.000Z","updated_at":"2025-06-22T14:12:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"7ebf69d6-8997-4924-ba79-f1af6f62c27a","html_url":"https://github.com/TirsvadWeb/Dotnet.Portfolio","commit_stats":null,"previous_names":["tirsvadweb/dotnet.portfolio"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/TirsvadWeb/Dotnet.Portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TirsvadWeb%2FDotnet.Portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TirsvadWeb%2FDotnet.Portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TirsvadWeb%2FDotnet.Portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TirsvadWeb%2FDotnet.Portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TirsvadWeb","download_url":"https://codeload.github.com/TirsvadWeb/Dotnet.Portfolio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TirsvadWeb%2FDotnet.Portfolio/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266189677,"owners_count":23890065,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","blazor","portfolio","sqlite"],"created_at":"2025-06-23T08:02:07.992Z","updated_at":"2026-04-11T21:41:59.169Z","avatar_url":"https://github.com/TirsvadWeb.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![License][license-shield]][license-url]\n[![LinkedIn][linkedin-shield]][linkedin-url]\n\n# Portfolio\n\n# ![Logo][logo] Portfolio\n\nA personal portfolio website built from scratch using [Blazor](https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor) and .NET 9.\n\n- [Features](#features)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Download](#download)\n  - [Default user](#default-user)\n- [Customization](#customization)\n  - [Change default user and password](#change-default-user-and-password)\n  - [Update Pages Content](#update-pages-content)\n  - [Add Your Projects and Skills](#add-your-projects-and-skills)\n  - [Customize the Design](#customize-the-design)\n  - [Add or Remove Pages](#add-or-remove-pages)\n  - [Advanced Customization](#advanced-customization)\n  - [Social Media Banner](#social-media-banner)\n- [Releases](#releases)\n- [📂 Project structure](#project-structure)\n- [Create this structure and project](#create-this-structure-and-project)\n  - [Powershell](#powershell)\n  - [Bash](#bash)\n- [License](#license)\n- [Contact](#contact)\n- [Acknowledgments](#acknowledgments)\n\n## Getting Started\n\n### Prerequisites\n\n- [.NET 9 SDK](https://dotnet.microsoft.com/download/dotnet/9.0)\n- IDE recommended [Visual Studio 2022](https://visualstudio.microsoft.com/vs/)\n\n### Download\n\nTo quickly get started, you can download the latest version of this project directly from GitHub and extract it to your local machine using PowerShell.\nFollow these steps:\n\n1. **Download and extract the repository:**\n\n    Open a PowerShell window and run the following commands.\n    This will download the repository as a ZIP file, extract its contents, and remove the ZIP file afterward.\n\n    ```powershell\n    $repoUrl = \"https://github.com/TirsvadWeb/Dotnet.Portfolio\"\n    $zipUrl = \"$repoUrl/archive/refs/heads/master.zip\"\n    $zipFile = \"Dotnet.Portfolio-master.zip\"\n    $extractPath = \"Dotnet.Portfolio\"\n\n    Invoke-WebRequest -Uri $zipUrl -OutFile $zipFile\n    Expand-Archive -Path $zipFile -DestinationPath .\n    Remove-Item $zipFile\n\n    Write-Host \"Repository downloaded and extracted to .\\$extractPath\"\n    ```\n\n### Default user\n\nusername: root@localhost.com\n\npassword: Secr3t#\n\n**MUST BE CHANGE IN PRODUCTION**\n\n---\n\n## Releases\nReleases step by step for learning / easy following\n\n| Version | Desciption | href |\n|---------|------------|------|\n\n---\n\n## Project structure\n\n**📂 Portfolio/Portfolio.Domain/**\n\nEntetities, models and interfaces\n\n**📂 Portfolio/Portfolio.Application/**\n\nViewModels and reposetories.\n\n**📂 Portfolio/Portfolio.Infrastructure/**\n\nImplement persistens data\n\n**📂 Portfolio/Portfolio.WebUI/**\n\nMain Blazor project (host/server for Blazor WebAssembly and server-side rendering).\n\n**📂 Portfolio/Portfolio.Portfolio.WebUI.Client/**\n\nBlazor WebAssembly client project.\n\n**📂 Portfolio/images/**\nImages used in documentation.\n\n**📂 Portfolio/documentation/dozygen**\n\n**📂 Portfolio/documentation/artifact**\n\n---\n\n## License\n\nDistributed under the GPL-3.0 [License][license-url].\n\n---\n\n## Contact\n\nJens Tirsvad Nielsen - [LinkedIn][linkedin-url]\n\n---\n\n## Acknowledgments\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n[contributors-shield]: https://img.shields.io/github/contributors/TirsvadWeb/Dotnet.Portfolio?style=for-the-badge\n[contributors-url]: https://github.com/TirsvadWeb/Dotnet.Portfolio/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/TirsvadWeb/Dotnet.Portfolio?style=for-the-badge\n[forks-url]: https://github.com/TirsvadWeb/Dotnet.Portfolio/network/members\n[stars-shield]: https://img.shields.io/github/stars/TirsvadWeb/Dotnet.Portfolio?style=for-the-badge\n[stars-url]: https://github.com/TirsvadWeb/Dotnet.Portfolio/stargazers\n[issues-shield]: https://img.shields.io/github/issues/TirsvadWeb/Dotnet.Portfolio?style=for-the-badge\n[issues-url]: https://github.com/TirsvadWeb/Dotnet.Portfolio/issues\n[license-shield]: https://img.shields.io/github/license/TirsvadWeb/Dotnet.Portfolio?style=for-the-badge\n[license-url]: https://github.com/TirsvadWeb/Dotnet.Portfolio/blob/master/LICENSE.txt\n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge\u0026logo=linkedin\u0026colorB=555\n[linkedin-url]: https://www.linkedin.com/in/jens-tirsvad-nielsen-13b795b9/\n[githubIssue-url]: https://github.com/TirsvadWeb/Dotnet.Portfolio/issues/\n[repos-size-shield]: https://img.shields.io/github/repo-size/TirsvadWeb/Dotnet.Portfolio?style=for-the-badg\n\n[logo]: https://raw.githubusercontent.com/TirsvadWeb/Dotnet.Portfolio/master/images/logo/32x32/logo.png","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftirsvadweb%2Fdotnet.portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftirsvadweb%2Fdotnet.portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftirsvadweb%2Fdotnet.portfolio/lists"}