Permanently Deleted

  • asaharyev [he/him]
    ·
    3 years ago

    I taught computer science, so I know a small amount of HTML and CSS, and I have no free time. Does that help?

    No? Ok,

    :agony-wholesome:

    • sindikat [he/him]
      ·
      3 years ago

      I have no free time

      Whydya need to call me out like this chief

  • vertexarray [any]
    ·
    3 years ago

    I do web development w/ react professionally, can contribute frontend and backend.

  • ChapoBapo [he/him]
    ·
    3 years ago

    mfw I learned to code but never done any web development, front, back, left OR right end.

      • ChapoBapo [he/him]
        ·
        3 years ago

        react

        I don't even know what react is, but I googled it and it says it's a javascript thing so yeah not something I know anything about.

            • eiknat [she/her,ey/em]
              ·
              3 years ago

              YES :agony-4horsemen:

              there's just a lot of things lacking atm

              https://github.com/diesel-rs/diesel/issues/1478

              https://github.com/diesel-rs/diesel/issues/1611

              https://github.com/diesel-rs/diesel/pull/2254

              https://github.com/diesel-rs/diesel/issues/356 (i got around this one with raw sql at least)

              https://github.com/diesel-rs/diesel/issues/794

    • JuneFall [none/use name]
      ·
      3 years ago

      I applied to three companies (and during covid they all close shop), if you are lucky you will get one of the bankrupt companies.

  • prolepylene [he/him, comrade/them]
    ·
    3 years ago

    I used to browse the sub since late 2017 until it was banned and just found you all a few weeks ago. I’m using this as the impetus to make an account. Being new, I’m not expecting access to anything, but I’m posting for posterity and to put it out there that I am willing to help. I’ll take a look at the guides and repos posted and see what I can contribute.

    Props to all of you who have been helping this site run.

  • ap1 [any,undecided]
    ·
    3 years ago

    full stack dev (with experience with this stack) currently between jobs. is there a way to assign issues? I couldn't figure out how to assign stuff to myself - I don't want to double up on work if someone else is working on something. got the same username on the git if u wanna assign me a couple of simple ones to get started. I'm gonna set up a dev environment for this tomorrow :)

    • Ryaina [she/her]
      ·
      edit-2
      3 years ago

      gitea can indeed assign issues to users, you likely need to be added to the dev group to get the power to assign things to yourself, I'll do that real quick for you

      EDIT: you have been added

  • s0ciety [he/him]
    ·
    3 years ago

    I got that DevOps, but I don't know anything about Matrix but would like a DM about that.

    If you have stories, I could also potentially help with QA stuff

  • Spinoza [any]
    ·
    3 years ago

    can you elaborate a bit on 3? i have very little time but when i do i might be able to help out on that front

    • Ryaina [she/her]
      ·
      3 years ago

      We currently have very little real QA or integration testing in our pipelines. Basically, just a linting check to make sure things build. There is some CRUD written but at the moment none of it is tested in our CI.

      It would be really good to get some more automated integration testing and the line so that we can avoid releasing things that are broken in non-obvious ways, or introducing regressions in functionality as we have had happen before.