Here is a thread of sites you can check to find a job as a developer.

If you don't find it in the initial attempts, don't give up.

Your time will come! Good luck!

What can we add?

#remdevjob #100DaysOfCode
👇👇👇
▫ remote-developer-jobs
▫ stackoverflow
▫ remote leaf
▫ ziprecruiter
▫ justremote
▫ glassdoor
▫ remoteok
▫ weworkremotely
▫ remotive
▫ remoters
▫ upwork
▫ Fiverr
▫ Developers.turing
▫ truelancer .com
▫ Pangian
▫ Remote in tech
▫ Remote Talent
▫ Remote . co
▫ RemoteLeads
▫ Working Nomads
▫ Buffer Listing
▫ Daily Remote
▫ FlexJobs
▫ Frontend remote jobs
▫ Indeed
▫ iOS Dev Jobs
▫ JS Remotely
▫ Beelance. io
▫ GermanTechJobs. de
▫ linkedin. com/jobs
▫ swissdevjobs .ch
▫ Freelancer
▫ Toptal
▫ PeoplePerHour
▫ SimplyHired
▫ DistantJob
▫ Indeed .com
▫ remotejobs24

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Francesco Ciulla

Francesco Ciulla Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @FrancescoCiull4

24 Nov
🐳Some cool programs that you can start without installing them using Docker (Thread)

1-🤵JENKINS
2- 🐘POSTGRES
3- ⚓️PORTAINER
4- 🔴REDIS
5- 🐘🌐PGADMIN
6- 🌀GRAFANA

👇👇👇
🤵‍♂️JENKINS : free, open source automation server.

You can just start using it using its official docker image"
docker run -p 8080:8080 -p 50000:50000 jenkins/jenkins:lts

To remove, just remove the container and the image:
docker rmi -f jenkins/jenkins:lts

Try it!
🐳🐘POSTGRES

In 2 commands, run a Postgres container and get into PSQL

1.
docker run --name testpostgres -p 5432:5432 -e POSTGRES_USER=admin -e POSTGRES_PASSWORD=admin -e POSTGRES_DB=testdb -d postgres:latest

2.
docker exec -it postgresql psql -d testdb -U admin
Read 7 tweets
23 Nov
THE 🐳IS BACK !!! 🧵🧵🧵

During these days, even if you have seen not that much from the social point of view, I have continued working on Docker and I am thinking about something you could enjoy in the future!

In the meanwhile, here is a Thread of useful Docker Tips

👇👇👇
DOCKER DESKTOP
Dockerfile keywords
Read 25 tweets
19 Oct
🐳A thread of minimalistic definitions of some Docker elements:

- Docker host
- Docker engine
- Docker client
- Dockerfile
- Docker image
- Docker container
- Docker Compose
- Docker Registry
- Docker Swarm

Definitions Below 👇👇👇

//And by the way, I already know that it's...
Docker (Active) Host

A computer with Docker installed and the daemon running.
It can process Docker and non-Docker workloads.
Docker Engine

A Client-Server application. It has 3 components:

"daemon process": A server which is a type of long-running program.

"Rest API": to specify interfaces that programs can use to talk and interact with the daemon.
Read 10 tweets
23 Sep
This morning, I took some time to look at the YouTube channels that I am subscribed to.

I collected the programming videos that you might be interested in, and I decided to put some of them in a MEGA-THREAD

Support these great content creators!!!

All include code, EXCEPT ONE
@thisismanaswini
Make a Minion using just HTML and CSS
@benawad
Should You Stop Using React
Read 25 tweets
19 Sep
Devops Articles I have read today :) 👇
Microsoft Adds Windows Subsystem for Linux 2 Support in Windows 10 Versions 1903 and 1909

redmondmag.com/articles/2020/…
Istio 1.7: Security improvements take centre stage as users continue to speculate about the service mesh’s future

devclass.com/2020/08/24/ist…
Read 4 tweets
17 Sep
I spend 1/2 hours per day to stay updated about the DevOps World, which is huge.

4 Articles I am reading right now:
👇👇👇
Pure Storage spends $370m on the acquisition of Kubernetes platform Portworx

capacitymedia.com/articles/38263…
HOW KUBERNETES PROVIDES NETWORKING AND STORAGE TO APPLICATIONS

thenewstack.io/how-kubernetes…
Read 5 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!