Omega Codes
New feature β¨
btw u using this new feature?
coz i been and it saving me a lot of time coz instead of looking many job posts im getting opportunities based on what im looking forβΊοΈ
coz i been and it saving me a lot of time coz instead of looking many job posts im getting opportunities based on what im looking forβΊοΈ
Forwarded from Dev Notes
how to apply for remote jobs better
1. go to crunchbase.com, filter for companies that just raised. they have money and they're about to hire.
2. the free trial needs a card, use a bybit virtual card. Crunchbase won't track cards, so when the trial runs out you swap the email and start a fresh one.
3. pick one company a day. research what they actually build.
4. write a specific cold email. good breakdown here
5. send a linkedin dm too, hit them from both sides.
6. record a short video of yourself, why you're a fit. komodo is free and unlimited. puts you ahead of many.
it's a numbers game but quality numbers. just show up every day.
Follow for more: DevNotes
1. go to crunchbase.com, filter for companies that just raised. they have money and they're about to hire.
2. the free trial needs a card, use a bybit virtual card. Crunchbase won't track cards, so when the trial runs out you swap the email and start a fresh one.
3. pick one company a day. research what they actually build.
4. write a specific cold email. good breakdown here
5. send a linkedin dm too, hit them from both sides.
6. record a short video of yourself, why you're a fit. komodo is free and unlimited. puts you ahead of many.
it's a numbers game but quality numbers. just show up every day.
Follow for more: DevNotes
π3
you guys remember minesweeper?π€
i used to play it by just clicking randomly i didnt know it had rules but once you get the rules i swear it is easyπͺ
try it at https://minesweeper.online/
i used to play it by just clicking randomly i didnt know it had rules but once you get the rules i swear it is easyπͺ
try it at https://minesweeper.online/
π3
Guys have you heard about AfterQuery?
people are making insane amount of money for simple tasks, you just need to apply and wait until they accept u dont miss it!!
here is the link : https://experts.afterquery.com/apply?ref=xKOzRg87fget0ZI2J8p1hTlXTp22
people are making insane amount of money for simple tasks, you just need to apply and wait until they accept u dont miss it!!
here is the link : https://experts.afterquery.com/apply?ref=xKOzRg87fget0ZI2J8p1hTlXTp22
π3β€1
β€1
Forwarded from TechVibe
Article of the day
A lot of people use Docker and Docker Compose interchangeably, but they're actually different tools that solve different problems.
Docker is a containerization tool. It lets us package apps together with their runtime, dep, and configs into a container. This creates a consistent environment across different machines and helps eliminate the classic "it works on my machine" problem.
Docker compose, on the other hand, is an orchestration and networking layer for docker containers. Instead of manually creating networks, exposing ports, configuring env vars, and starting each container one by one, we can define the entire system in a single yaml file and bring everything up with a single command. For example, if your application needs a backend service, a PostgreSQL database, Redis, and an AI model service, Docker helps run each service in its own isolated container, while Docker Compose manages how all those containers communicate and work together as a single system.
@devwitheyob
#TechVibe #docker #ArticleOfTheDay
A lot of people use Docker and Docker Compose interchangeably, but they're actually different tools that solve different problems.
Docker is a containerization tool. It lets us package apps together with their runtime, dep, and configs into a container. This creates a consistent environment across different machines and helps eliminate the classic "it works on my machine" problem.
Docker compose, on the other hand, is an orchestration and networking layer for docker containers. Instead of manually creating networks, exposing ports, configuring env vars, and starting each container one by one, we can define the entire system in a single yaml file and bring everything up with a single command. For example, if your application needs a backend service, a PostgreSQL database, Redis, and an AI model service, Docker helps run each service in its own isolated container, while Docker Compose manages how all those containers communicate and work together as a single system.
@devwitheyob
#TechVibe #docker #ArticleOfTheDay
π1