Skip to content
View Boyan-Apostolov's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report Boyan-Apostolov

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

Hi 👋, my name is Boyan !

I'm a Junior Fullstack Developer from Bulgaria!

  • 🌱 I’m currently studying ICT & Software Engineering @ Fontys UAS

  • 👨‍💻 All of my projects are available at Protfolio

  • 📫 Reach me at bobby_apostolov@protonmail.com

  • ⚡ Fun fact In my free time I like tinkering with Arduino and sensors and playing video games

Connect with me:

boyan-apostolov-4351b11a3 boian.apostolov

Languages and Tools:

csharp dotnet git javascript azure mssql html5 css3 git arduino postman

Pinned Loading

  1. ChinaExpress ChinaExpress Public

    ChinaExpress is an online retail service. It has a wide range of products, accompanied by advanced search parameters, making it easier for users to find the needed items. Developed on Fontys Git Se…

    C# 1

  2. Easy-Blog-Angular-project Easy-Blog-Angular-project Public

    Angular web application for reading and creating blogs, like and comment on blogs and earn achievements! This app was created for my project defence @ SoftUni for my Angular course

    TypeScript 2

  3. OnlineDoctorSystem OnlineDoctorSystem Public

    Repository for my final project at SoftUni. The app is /no-longer/ hosted on Azure, here's a link:

    C# 1 1

  4. Boyan-Apostolov.github.io Boyan-Apostolov.github.io Public

    My Portfolio

    CSS

  5. YoutubeDownloader YoutubeDownloader Public

    Simple .NET app to download youtube vides by direct URL, playlist URL or video title

    C# 1

  6. Bulgarian Decimals To Text Convertor Bulgarian Decimals To Text Convertor
    1
    Console.WriteLine(TranslateAmoutToBulgarianText(2567.36m));
    2
    
                  
    3
    string TranslateAmoutToBulgarianText(decimal number)
    4
    {
    5
        var tokens = number.ToString().Split('.');