Struggling with what to study for placements? ๐ค
I broke down the must-know Computer Science fundamentals you need to crack high-paying roles!
โ Data Structures (DSA)
โ Operating Systems
โ DBMS & More!
Check it out here: youtube.com/shorts/idHUIlPโฆ#TechTips#CareerGrowth
You only need 7 AWS services to get hired:
โข EC2 โ run apps
โข S3 โ store files
โข IAM โ manage access
โข RDS โ databases
โข Lambda โ run code without servers
โข CloudWatch โ monitor
โข VPC โ network setup
Forget the 200+.
Master these 7 and get ahead of 90%
Hot take ๐ฅ
If you need documentation just to run a project, the tooling already failed.
That frustration led me to build WebRun โ one-click dev server inside VS Code.
React, Next, Node, Python supported.
marketplace.visualstudio.com/items?itemNameโฆ#devtools#vscode
Every time I clone a new project, I ask the same thing:
โnpm start or npm run dev?โ
So I built WebRun โ a VS Code extension that auto-detects the project and runs the dev server with one click.
Free & open source ๐
marketplace.visualstudio.com/items?itemNameโฆ#vscode#webdev#opensource
@CodeWithMishu Removing friction from the workflow is a huge win. The one-click execution with WebRun sounds like a great productivity booster. If you want to get more eyes on it, Viberank could be a good place to list it.
@CodeWithMishu Cool, definitely a necessary thing!
Just a gave a star on github and now will try in VS Code.
Tip/comment - maybe move "How Detection Works" to the top of readme or add a link to it at the top - so it'll be clear how it works (for devs who'll use it).
Thank you for publishing it!
Question for devs ๐
When you clone a new repo, whatโs the most annoying part of running it?
Commands?
Ports?
Multiple services?
I built WebRun to auto-run projects in VS Code.
Before adding features, I want real feedback.
marketplace.visualstudio.com/items?itemNameโฆ
Every project:
npm run dev
npm start
flask run
python manage.py runserver
Same goal. Different rituals.
So I automated it.
WebRun detects your project and runs the correct dev server inside VS Code.
Free & open source ๐
marketplace.visualstudio.com/items?itemNameโฆ#DevTools
I removed this sentence from my daily workflow:
๐ โWaitโฆ how do I run this project?โ
Now itโs:
Open folder โ click โถ๏ธ โ done.
Built a VS Code extension (WebRun) that auto-detects the stack and runs the dev server.
If you use VS Code, try it once.
๐ marketplace.visualstudio.com/items?itemNameโฆ
Hot take:
If you need to Google โhow to run this projectโ after cloning it, thatโs not a skill issue.
Thatโs a tooling issue.I built WebRun, a VS Code extension that auto-detects the stack and runs the dev server with one click.
marketplace.visualstudio.com/items?itemNameโฆ#vscode#webdev#opensource
@CodeWithMishu VS Code extensions have a built-in distribution advantage - the marketplace does some work for you.
What does your extension do? The distribution strategy depends on who needs it. Dev tools vs productivity vs themes all spread differently.
Built my first VS Code extension and shipped it ๐
WebRun
โข Auto-detects project type
โข Runs correct dev server
โข Supports JS + Python stacks
โข No config, no cloud, no tracking
MIT licensed & open source.
Code ๐
github.com/CodeWithMishu/โฆ#opensource#vscode#buildinpublic
@CodeWithMishu Try this:
1. Find 3 communities where devs hang out (subreddits, Discords)
2. Help people with related problems first
3. Then ask: "I'm building something for this - mind quick feedback?"
What problem does your tool solve? I can suggest specific communities.