Skip to content
View BilalDja's full-sized avatar

Block or report BilalDja

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

Hi πŸ‘‹πŸ»

I'm a senior fullstack developer. I β™₯️ JS (TS) echo system on both sides Back and front, but in the last 2 years I'm working with Java β˜• specifically Spring Framework πŸƒ which I'm having a great experience using it πŸ₯°

  • πŸ’¬ Ask me about Nodejs, Angular, vanilla JavaScript, Spring, Spring boot.
  • 🌱 I’m currently learning Microservice architechture Microservice Product Management

I hope you'll find something usefull to you in my repos

πŸ“« How to reach me


Best regards.

Pinned Loading

  1. yellow-belt yellow-belt Public template

    TypeScript 7 1

  2. blue-belt blue-belt Public

    1

  3. play-graphql play-graphql Public

    Java 1

  4. microservice-product microservice-product Public

    Java

  5. spring-petclinic-microservices spring-petclinic-microservices Public

    Forked from spring-petclinic/spring-petclinic-microservices

    Distributed version of Spring Petclinic built with Spring Cloud

    Java

  6. Small script that tests your push ag... Small script that tests your push against a selected branch(es), then copy, install, build and run your app with pm2
    1
    #!/bin/sh
    2
    TARGET="/var/www/<your-app>"
    3
    GIT_DIR="/var/repos/<your-app-git-repo>.git"
    4
    BRANCH="master"
    5