I’m excited to introduce my creation: the Glancejobs LinkedIn OPT Company Checker - a Chrome extension I’ve developed to help international students in the USA search for OPT-eligible job opportunities. My extension seamlessly integrates with LinkedIn, instantly identifying OPT-friendly and E-Verified employers directly on job listings.
read more...Git Tips - 2
Making the Current HEAD the Head of an Existing Branch If you want to make the current HEAD the head of an existing branch, you’ll need to force update that branch to point to the current commit:
Replace
This command will move the HEAD of the
Check out the branch where you want to replace the file: Make sure you’re on the branch that you want to update with the file from another branch.
Replace the file with the version from the desired branch: Use the git checkout command to check out the specific file from the other branch.
Stage the change: Stage the file for commit.
Commit the change: Commit the change with a descriptive message.
read more...In the past few months, I wanted to explore Serverless Architecture and I wanted to build a serverless app.
read more...