Giter VIP home page Giter VIP logo

kavicastelo / job_seeker Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 2.0 5.85 MB

This project is built on only educational purpose. Job seeker is a free consultation company for seekers. This is in all around the world and seekers can select country, job category and best matching counsultant for their job target.

Home Page: https://seeker-by-kavi.netlify.app/

License: MIT License

TypeScript 66.72% HTML 26.32% SCSS 6.96%
angular fullstack springboot3 webproject mongodb

job_seeker's Introduction

Typing SVG

Graduated in Bachelor of Science (Hons) degree focused in Computer and Software Engineering from Cardiff Metropolitan University. Self-motivated, innovative thinking and able to work with a team. I love to work on MEAN Stack development and am also interested in the Springboot framework. I know about React, React Native, and ASP.net but am not interested in them much. Additionally, I have experience with Java mobile development and am quite interested in mobile development. Mostly I use Mongo as the database in my projects and also I know SQL, Postgres, and Firebase.

Check out my Portfolio
Check out my Digital Garden
Check out my Blog

gif

Activity on Github


My Current Tech Stack 👾



🦑 Github Metrics 🌌 metrics language-analysis

🧑 More about me

Languages I Know

Mostly Used Frameworks, Platforms and Libraries

Databases I Frequently Used



Contacts

3D Contribution metrics🌌 (latest)

profile 3d

Profile Repo's Stat

repo size GitHub forks GitHub stars GitHub LastCommit

Gists may you important


Monthly Contribution Stats

Kavicastelo's Activity Graph

Activities on other dev platforms😉

Codeium

Daily dev

Kavi Castelo's Dev Card

Workflow status⚙

3d-contrib Actions Workflow Status Github Metrics Github Languages Daily-dev Actions Workflow Status

job_seeker's People

Contributors

kavicastelo avatar

Stargazers

 avatar  avatar

Watchers

 avatar

job_seeker's Issues

Nested calling methods

When I'm trying to accept consultant request, both accepted email and ban email are sent to the consultant. It happening because springboot not providing update method. It only update works if matched requested ID and exsisting ID. I sent email address for idendifier and then springboot creates a new entity in database.

Avoide this issue, I tried to create a delete method using email identifier and it called after completed the updated method. However in my function works like this.

[email protected] is the identifier.

checkMethodIfAvailable([email protected]).subscribe((resp)=>{
  if(resp !== null){
    updateConsultantAsVerified([email protected]).subscribe((resp)=>{
      // in this method, creates new data set for [email protected](update not working)
      // send account approved email
      deleteCurrentOldConsultant([email protected]).subscribe((resp)=>{
        // send ban account email
      },
      err = > {
        //error handle
      })
    }, err = > {
      //error handle
    })
  }
}, err = > {
//error handle
})

Further more, I use deleteCurrentOldConsultant([email protected]) this method to ban consultant accounts in reception panel too.

Sudgest any method to fix this bug without creating another deleteAccount method(without sending email)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.