Hey guys, I recenty migrated from X/i3 to Wayland/Sway. Everything seems fine but ive got a problem . Im using st as my main terminal which is runing on Xwayland. I really lik...
is there a way to secure api from frontend? assume we got an api and a react or sth on frontend can we make api accessible only from frontend?
its pretty simple but since u are a beginner ( just like me) i try to explain you iteration loops the way i learned: in iteration loops usually you got 3 things ``loop variba...
let indexToToggle = 0; myArr.forEach((item, index) => { if (item.active) { item.active = false; indexToToggle = (index === (myArr.length - 1)) ? 0 : index + 1; } }...
is it good idea to use babel on my server side code?
im trying to generate random api tokens with: crypto.createHash('sha1').update(crypto.randomBytes(256)).digest('hex'); is this unique enough? do i face collisions?
have you ever faced issue with this?
```name: 'String'```?
guys is there any securty issue with sharing package list?
what plugin manager do you use?
well, can you share me a link to docs or something?
is there any free cloud service for opensource stuff?
anyone running telegram desktop on fedora?
by function u mean destructor?
anyone familiar with openshift here?
17.10 comes with gnome?
any redis nerd here?
specs?