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:
have the frontend work entirely in html none of that capitalist java shit thanks
out of curiosity though, would a more HTML-heavy frontend help with the shit mobile performance?
No but seriously I'm still browsing the internet with NoScript on
I do web development w/ react professionally, can contribute frontend and backend.
mfw I learned to code but never done any web development, front, back, left OR right end.
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.
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
I applied to three companies (and during covid they all close shop), if you are lucky you will get one of the bankrupt companies.
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.
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 :)
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
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
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
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.