Skip to content
View alexandrejournet's full-sized avatar
✨
✨

Highlights

  • Pro

Block or report alexandrejournet

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
alexandrejournet/README.md

πŸ’« About Me:

πŸš€ Hello ! I'm a Software Engineer with an addiction to .NET and Angular !

πŸ”­ Currently working on a building documentations for Radiant.NET !

Also working on my own portfolio and a Git GUI (Electron, Angular and Nodegit maybe switch from Electron to Tauri)


πŸ“§ Shoot me on email or add me on LinkedIn !

🌐 Socials:

LinkedIn

πŸ’» Tech Stack:

.Net Angular C# Java TypeScript Kotlin HTML5 CSS3 Azure Bootstrap Electron.js NPM React Spring MySQL Postgres MariaDB Figma Postman Gradle Notion


Pinned Loading

  1. Solstice Solstice Public

    Solstice: The open-source .NET framework that lights up application development with simplicity and efficiency.

    1

  2. API URL Builder API URL Builder
    1
    export class PageRequest {
    2
      constructor(public pageNumber: number, public pageSize: number) {}
    3
    }
    4
    
                  
    5
    export class UrlBuilder {