jsalvador

joined 1 year ago
[–] [email protected] 4 points 2 months ago

The old look was pretty cool, but maybe because I'm used to it. New one feels better since looks modern and not stuck in 2010s anymore.

Kudos GNOME's design team!

[–] [email protected] 2 points 7 months ago

I guess we are just addicted to building things xD

[–] [email protected] 2 points 7 months ago

Before studying programming, I used to work as electrician, haha

[–] [email protected] 6 points 7 months ago (2 children)

I've been software developer for +7 years, and I must say I also love woodworking. Since is something completely out of my scope as developer, it requires patient and is pretty relaxing working with your hands like this. No client changes, no meetings, instant feedback... and no dependency managers.

[–] [email protected] 2 points 7 months ago

Because it was.

[–] [email protected] 8 points 7 months ago

Pulsar seems more like an Atom continuation made by community. Which is really cool.

[–] [email protected] 7 points 7 months ago (4 children)

I was wondering what could happened with Atom. Nice to see it died to reincarnate into a powerful IDE.

[–] [email protected] 1 points 7 months ago

There is several ways to post your docs without wasting money, in a far better way, like using ReadTheDocs or just generating it with whatever library made for your project's language, like Pydoc, and serving it from GitHub Pages.

It's not even complicated, I don't know why keep making it complex...

[–] [email protected] 20 points 7 months ago (3 children)

Never heard about projects using Discord for docs (sounds terrible and useless, tbh), but now I'm afraid of it.

[–] [email protected] 4 points 8 months ago

Answer has been solved but, just in case someone is curious about it: yes, is possible to extend a docker-compose.yaml file with another.

From Docker's docs: https://docs.docker.com/compose/multiple-compose-files/extends/

You can have a common-services.yml file (or whatever name you want to give to it) with a service defined inside, like this:

services:
  webapp:
    build: .
    ports:
      - "8000:8000"
    volumes:
      - "/data"

And then, in your docker-compose.yaml file just extend it with more specific things.

services:
  web:
    extends:
      file: common-services.yml
      service: webapp
 

Data collected from Oct 6th, 2023, until today. All data collected by me.

Applied to 61 job offers on different sites (LinkedIn mostly, but also some minor Spanish job sites). All of them were for Django or Python backend developer (asking for Django, FastAPI or Flask), mostly mid/senior level, but some of them even were for junior level, just in case.

 
view more: next ›