Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View BilalDja's full-sized avatar
  • Factory Digitale
  • Algiers, Algeria
  • Codestin Search App @BDjaghout

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Bilal, a senior full-stack developer passionate about building efficient and scalable software solutions. I specialize in the JS (TS) ecosystem, crafting both robust backends and dynamic frontends. My current focus is on building cutting-edge solutions using NestJS πŸš€, a framework I deeply enjoy working with.

  • πŸ’¬ Ask me about Node.js, Angular, vanilla JavaScript, and NestJS.
  • 🌱 I’m currently exploring Microservice architecture and building a Microservice Product Management project to deepen my understanding.

I hope you'll find something useful in my repositories. 😊

πŸ“« How to reach me:

LinkedIn
Twitter
Gmail

Best regards,
Bilal

Pinned Loading

  1. yellow-belt yellow-belt Public template

    TypeScript 7

  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