veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

293
active users

#nodejs

12 posts11 participants3 posts today
LDC Via<p>Laravel and <a href="https://mastodon.social/tags/Nodejs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Nodejs</span></a>: PHP in watt runtime. </p><p>👉<a href="https://blog.platformatic.dev/laravel-nodejs-php-in-watt-runtime" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.platformatic.dev/laravel-</span><span class="invisible">nodejs-php-in-watt-runtime</span></a></p>
ReynardSec<p>A grumpy ItSec guy walks through the office when he overhears an exchange of words.</p><p>Dev0: Hey, this isn't working, I hate containers...<br>Dev1: Maybe just add the --privileged flag!</p><p>ItSec: Just… no. Simply no. No privileged mode - the grumpy fellow interjects as he walks away.</p><p>Dev0: Jesus, fine - no privileged mode.<br>Dev1: Okay, but… why?</p><p>Here's why (one, simple example):&nbsp;</p><p>Docker's --privileged flag lifts almost all restrictions from your container - exactly the opposite of --cap-drop=ALL. Let's demo the difference.&nbsp;</p><p>1) Start two containers. </p><p>docker run -itd --privileged --name ubuntu-privileged ubuntu<br>docker run -itd --name ubuntu-unprivileged ubuntu</p><p>2) Inspect /dev in the unprivileged container.</p><p>docker exec -it ubuntu-unprivileged bash<br>ls /dev<br>exit</p><p>You'll only see a limited set of devices. No disk access.&nbsp;</p><p>3) Now inspect /dev in the privileged container.</p><p>docker exec -it ubuntu-privileged bash<br>ls /dev</p><p>/dev/sda exposed! Sometimes you may see /dev/mapper when LVM is in place. Then "apt update &amp;&amp; apt install -y lvm2" and "lvscan" may help during next phase. </p><p>4) Exploitation part (inside the privileged container) - simply mount /dev/sda to any writable path in container.</p><p>mkdir /tmp/whatever<br>mount /dev/sda1 /tmp/whatever</p><p>5) You can now enumerate - and access - the Docker host's logical volume.</p><p>ls -la /tmp/whatever</p><p>6) If you wish, you can even chroot into the host:</p><p>chroot /tmp/whatever /bin/bash</p><p>The moral of the story is to avoid privileged mode, because in the event of an incident (e.g. an attacker compromising an app running inside a container), you significantly increase the likelihood of successful lateral movement from the container to the Docker host - and from there into the rest of your infrastructure.</p><p>Usually the grumpy guy means well. He just doesn't know how to explain it properly.</p><p><a href="https://infosec.exchange/tags/devops" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>devops</span></a> <a href="https://infosec.exchange/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a> <a href="https://infosec.exchange/tags/webdev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>webdev</span></a> <a href="https://infosec.exchange/tags/java" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>java</span></a> <a href="https://infosec.exchange/tags/linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linux</span></a> <a href="https://infosec.exchange/tags/cybersecurity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cybersecurity</span></a> <a href="https://infosec.exchange/tags/php" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>php</span></a> <a href="https://infosec.exchange/tags/nodejs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nodejs</span></a></p>
🦠Toxic Flange (Gurjeet)🔬⚱️🌚<p>Ugh 2:40 am and I just wanna figure out the best way to make a simple a <a href="https://infosec.exchange/tags/nodejs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nodejs</span></a> / <a href="https://infosec.exchange/tags/express" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>express</span></a> app. Mostly to learn it as a back end service but for uploading files to or cobble together a simple API.. </p><p>Spent all night just pursuing mangafire/mangadex instead. Dummy.</p>
ITeeTechMonkey<p>- Start working on a React project as a new dev<br>- Its the main repo with multiple apps - very large<br>- If I dont pull frequently enough, get merge conflicts<br>- If I pull too often, get broken imports and linting errors... In files that have nothing to do with the changes I've made.</p><p>I hate <a href="https://mastodon.social/tags/React" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>React</span></a> and <a href="https://mastodon.social/tags/nodejs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nodejs</span></a></p>
Greg Slepak<a class="hashtag" href="https://crib.social/tag/javascript" rel="nofollow noopener" target="_blank">#JavaScript</a> developers: do not use `npx`, ever.<br><br>Use <span class="h-card"><a class="u-url mention" href="https://fosstodon.org/@deno_land" rel="nofollow noopener" target="_blank">@<span>deno_land</span></a></span>'s `deno run` instead with appropriate sandboxing flags.<br><br>Example: <a href="https://github.com/okTurtles/chel/pull/58/files" rel="nofollow noopener" target="_blank">https://github.com/okTurtles/chel/pull/58/files</a><br><br><a class="hashtag" href="https://crib.social/tag/nodejs" rel="nofollow noopener" target="_blank">#nodejs</a> <a class="hashtag" href="https://crib.social/tag/npx" rel="nofollow noopener" target="_blank">#npx</a> <a class="hashtag" href="https://crib.social/tag/infosec" rel="nofollow noopener" target="_blank">#infosec</a> <a class="hashtag" href="https://crib.social/tag/security" rel="nofollow noopener" target="_blank">#security</a>
Feed2Mastodon<p>🚀 Mastodon v4.3.10 veröffentlicht.</p><p>• 🔧 Abhängigkeiten aktualisiert.<br>• 📚 Datenbank-Backups vor Updates empfohlen.<br>• 🔧 `charlock_holmes` Gem-Build-Problem mit `gcc` möglich.</p><p><a href="https://github.com/mastodon/mastodon/releases/tag/v4.3.10" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/mastodon/mastodon/r</span><span class="invisible">eleases/tag/v4.3.10</span></a></p><p><a href="https://mastodon.hexix.de/tags/Mastodon" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Mastodon</span></a> <a href="https://mastodon.hexix.de/tags/Ruby" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Ruby</span></a> <a href="https://mastodon.hexix.de/tags/PostgreSQL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PostgreSQL</span></a> <a href="https://mastodon.hexix.de/tags/Elasticsearch" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Elasticsearch</span></a> <a href="https://mastodon.hexix.de/tags/Redis" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Redis</span></a> <a href="https://mastodon.hexix.de/tags/Nodejs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Nodejs</span></a> <a href="https://mastodon.hexix.de/tags/LibreTranslate" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LibreTranslate</span></a> <a href="https://mastodon.hexix.de/tags/ImageMagick" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ImageMagick</span></a> <a href="https://mastodon.hexix.de/tags/libvips" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>libvips</span></a></p>
Rad Web Hosting<p>How to Install <a href="https://mastodon.social/tags/Directus" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Directus</span></a> on <a href="https://mastodon.social/tags/AlmaLinux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AlmaLinux</span></a> <a href="https://mastodon.social/tags/VPS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>VPS</span></a> </p><p>Here's a step-by-step guide detailing how to install Directus on AlmaLinux VPS.<br>What is Directus?<br>Directus is an open-source <a href="https://mastodon.social/tags/headless" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>headless</span></a> <a href="https://mastodon.social/tags/CMS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CMS</span></a> and data platform that allows you to manage and interact with your database through a RESTful API or GraphQL API. It provides a modern, user-friendly admin interface for ...<br>Continued 👉 <a href="https://blog.radwebhosting.com/how-to-install-directus-on-almalinux-vps/?utm_source=mastodon&amp;utm_medium=social&amp;utm_campaign=mastodon.social" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.radwebhosting.com/how-to-</span><span class="invisible">install-directus-on-almalinux-vps/?utm_source=mastodon&amp;utm_medium=social&amp;utm_campaign=mastodon.social</span></a> <a href="https://mastodon.social/tags/selfhosting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>selfhosting</span></a> <a href="https://mastodon.social/tags/selfhosted" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>selfhosted</span></a> <a href="https://mastodon.social/tags/npm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>npm</span></a> <a href="https://mastodon.social/tags/installguide" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>installguide</span></a> <a href="https://mastodon.social/tags/vpsguide" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>vpsguide</span></a> <a href="https://mastodon.social/tags/postgresql" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>postgresql</span></a> <a href="https://mastodon.social/tags/letsencrypt" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>letsencrypt</span></a> <a href="https://mastodon.social/tags/cmsapps" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cmsapps</span></a> <a href="https://mastodon.social/tags/nodejs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nodejs</span></a></p>
Rad Web Hosting<p>How to Install <a href="https://mastodon.social/tags/Directus" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Directus</span></a> on <a href="https://mastodon.social/tags/AlmaLinux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AlmaLinux</span></a> <a href="https://mastodon.social/tags/VPS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>VPS</span></a> </p><p>Here's a step-by-step guide detailing how to install Directus on AlmaLinux VPS.<br>What is Directus?<br>Directus is an open-source <a href="https://mastodon.social/tags/headless" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>headless</span></a> <a href="https://mastodon.social/tags/CMS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CMS</span></a> and data platform that allows you to manage and interact with your database through a RESTful API or GraphQL API. It provides a modern, user-friendly admin interface for ...<br>Continued 👉 <a href="https://blog.radwebhosting.com/how-to-install-directus-on-almalinux-vps/?utm_source=mastodon&amp;utm_medium=social&amp;utm_campaign=mastodon.social" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.radwebhosting.com/how-to-</span><span class="invisible">install-directus-on-almalinux-vps/?utm_source=mastodon&amp;utm_medium=social&amp;utm_campaign=mastodon.social</span></a> <a href="https://mastodon.social/tags/letsencrypt" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>letsencrypt</span></a> <a href="https://mastodon.social/tags/selfhosted" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>selfhosted</span></a> <a href="https://mastodon.social/tags/selfhosting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>selfhosting</span></a> <a href="https://mastodon.social/tags/vpsguide" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>vpsguide</span></a> <a href="https://mastodon.social/tags/installguide" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>installguide</span></a> <a href="https://mastodon.social/tags/cmsapps" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cmsapps</span></a> <a href="https://mastodon.social/tags/nodejs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nodejs</span></a> <a href="https://mastodon.social/tags/postgresql" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>postgresql</span></a> <a href="https://mastodon.social/tags/npm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>npm</span></a></p>
Ivan Moreno<p>Middle of the month chapters. You can find them following the link:</p><p><a href="https://www.ivanmoreno.art/portraits/jul/10/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">ivanmoreno.art/portraits/jul/1</span><span class="invisible">0/</span></a></p><p>or</p><p><a href="https://www.ivanmoreno.art/portraits/jul/20/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">ivanmoreno.art/portraits/jul/2</span><span class="invisible">0/</span></a></p><p><a href="https://mastodon.social/tags/threejs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>threejs</span></a> <a href="https://mastodon.social/tags/gsap" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gsap</span></a> <a href="https://mastodon.social/tags/nodejs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nodejs</span></a> <a href="https://mastodon.social/tags/netart" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>netart</span></a> <a href="https://mastodon.social/tags/webdevelopment" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>webdevelopment</span></a> <a href="https://mastodon.social/tags/interactiveart" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>interactiveart</span></a> <a href="https://mastodon.social/tags/stoicism" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>stoicism</span></a> <a href="https://mastodon.social/tags/dailystoic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dailystoic</span></a></p>
Rad Web Hosting<p>How to Install <a href="https://mastodon.social/tags/PeerTube" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PeerTube</span></a> on <a href="https://mastodon.social/tags/Ubuntu" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Ubuntu</span></a> VPS </p><p>This article provides an in-depth guide demonstrating how to install PeerTube on Ubuntu VPS.<br>What is PeerTube?<br>PeerTube is a decentralized, federated video hosting platform powered by WebTorrent and ActivityPub. It enables users to self-host video services and interact with other PeerTube ...<br>Continued 👉 <a href="https://blog.radwebhosting.com/how-to-install-peertube-on-ubuntu-vps/?utm_source=mastodon&amp;utm_medium=social&amp;utm_campaign=mastodon.social" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.radwebhosting.com/how-to-</span><span class="invisible">install-peertube-on-ubuntu-vps/?utm_source=mastodon&amp;utm_medium=social&amp;utm_campaign=mastodon.social</span></a> <a href="https://mastodon.social/tags/fediverse" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>fediverse</span></a> <a href="https://mastodon.social/tags/opensource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>opensource</span></a> <a href="https://mastodon.social/tags/selfhosted" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>selfhosted</span></a> <a href="https://mastodon.social/tags/installguide" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>installguide</span></a> <a href="https://mastodon.social/tags/nodejs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nodejs</span></a> <a href="https://mastodon.social/tags/videostreaming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>videostreaming</span></a> <a href="https://mastodon.social/tags/letsencrypt" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>letsencrypt</span></a> <a href="https://mastodon.social/tags/selfhosting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>selfhosting</span></a> <a href="https://mastodon.social/tags/vpsguide" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>vpsguide</span></a> <a href="https://mastodon.social/tags/decentralized" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>decentralized</span></a></p>
#:idle: Don T3rr0r :antifa:<p>Pues ayer después de algunas recomendaciones que me hicistéis por aquí. Me monté un nodo de Navidrome en mi Proxmox y lo estuve probando. Va bastante bien, la última vez que probé algo con Subsonic no fue muy bien.</p><p>Total, que ayer monté una APP en <a href="https://xarxa.cloud/tags/NodeJS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NodeJS</span></a> para descargar discos directamente de Youtube Music (que para algo que sirve, que sea para descargar) y de momento con poner enlaces de discos se descarga la musica!</p>
Socket<p>🚨 Active supply chain attack on npm: <br>Multiple Prettier tooling packages were compromised through the phishing campaign we published about just hours ago. Watch out for more compromised accounts and malicious packages. </p><p>Follow-up: <a href="https://socket.dev/blog/npm-phishing-campaign-leads-to-prettier-tooling-packages-compromise" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">socket.dev/blog/npm-phishing-c</span><span class="invisible">ampaign-leads-to-prettier-tooling-packages-compromise</span></a> <a href="https://fosstodon.org/tags/nodejs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nodejs</span></a> <a href="https://fosstodon.org/tags/npm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>npm</span></a></p>
Joe Lanman<p>for hot reloading changes, the govuk prototype kit uses nodemon on the back end, and browsersync on the front end. Is this an old way to do it? I get the impression vite can do both but I'm not entirely sure from the docs.</p><p><a href="https://hachyderm.io/tags/nodejs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nodejs</span></a> <a href="https://hachyderm.io/tags/javascript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>javascript</span></a> <a href="https://hachyderm.io/tags/webdev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>webdev</span></a></p>
Nube Colectiva<p>How to Use Node JS and Axios. </p><p>Cómo Usar Node JS y Axios.<br> <br>👉 <a href="https://nubecolectiva.com/blog/como-usar-node-js-y-axios/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">nubecolectiva.com/blog/como-us</span><span class="invisible">ar-node-js-y-axios/</span></a> </p><p><a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a> <a href="https://mastodon.social/tags/coding" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>coding</span></a> <a href="https://mastodon.social/tags/programaci%C3%B3n" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programación</span></a> <a href="https://mastodon.social/tags/webdevelopment" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>webdevelopment</span></a> <a href="https://mastodon.social/tags/devs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>devs</span></a> <a href="https://mastodon.social/tags/softwaredevelopment" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>softwaredevelopment</span></a> <a href="https://mastodon.social/tags/nodejs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nodejs</span></a> <a href="https://mastodon.social/tags/axios" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>axios</span></a></p>
洪 民憙 (Hong Minhee)<p><strong>Upyo 0.2.0 Release Notes</strong></p> <p><a href="https://hackers.pub/@hongminhee/2025/upyo-020" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">hackers.pub/@hongminhee/2025/u</span><span class="invisible">pyo-020</span></a></p>
N-gated Hacker News<p>Ah yes, another "revolutionary" tool that promises to save developers from the horrors of... clicking? 🙄 Just install Node.js, npm i g, and sacrifice a small goat to the tech gods to "effortlessly" navigate your data. Because who doesn't love a side of dependency hell with their ramen? 🍜🔧<br><a href="https://dataramen.xyz/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">dataramen.xyz/</span><span class="invisible"></span></a> <a href="https://mastodon.social/tags/revolutionarytools" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>revolutionarytools</span></a> <a href="https://mastodon.social/tags/developerlife" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>developerlife</span></a> <a href="https://mastodon.social/tags/Nodejs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Nodejs</span></a> <a href="https://mastodon.social/tags/dependencyhell" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dependencyhell</span></a> <a href="https://mastodon.social/tags/techgods" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>techgods</span></a> <a href="https://mastodon.social/tags/HackerNews" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HackerNews</span></a> <a href="https://mastodon.social/tags/ngated" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ngated</span></a></p>
Socket<p>🚨 UPDATE: Socket's Threat Research Team continues tracking the spread of protestware targeting Russian language users. The latest findings show 28 npm packages with nearly 2,000 versions affected. </p><p><a href="https://socket.dev/blog/protestware-update-28-npm-packages-affected-by-payload-targeting-russian-language-users" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">socket.dev/blog/protestware-up</span><span class="invisible">date-28-npm-packages-affected-by-payload-targeting-russian-language-users</span></a> <a href="https://fosstodon.org/tags/cybersecurity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cybersecurity</span></a> <a href="https://fosstodon.org/tags/nodejs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nodejs</span></a></p>
Ducky Fella<p>Is your company looking for a keen self-hoster with plenty of <a href="https://cupoftea.social/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> experience? I grew up with <a href="https://cupoftea.social/tags/RaspberryPi" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RaspberryPi</span></a> and have picked up many skills along the way including <a href="https://cupoftea.social/tags/React" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>React</span></a>, backend JavaScript (<a href="https://cupoftea.social/tags/NodeJS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NodeJS</span></a>) and <a href="https://cupoftea.social/tags/Docker" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Docker</span></a>. My current obsession is monitoring all the things with <a href="https://cupoftea.social/tags/Grafana" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Grafana</span></a>, <a href="https://cupoftea.social/tags/PRTG" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PRTG</span></a> and <a href="https://cupoftea.social/tags/Prometheus" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Prometheus</span></a>. I’m based in the UK but open to primarily English-speaking roles in Germany, too. Currently wrapping up my Advanced Software Development degree but eager to continue learning! Boosts appreciated :D</p><p><a href="https://cupoftea.social/tags/GetFediHired" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GetFediHired</span></a></p>
TuxAcademy<p>Today's Poll.... 👇</p><p>Which framework do you prefer for web development?</p><p><a href="https://mastodon.social/tags/WebDevelopment" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WebDevelopment</span></a> <a href="https://mastodon.social/tags/Django" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Django</span></a> <a href="https://mastodon.social/tags/Flask" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Flask</span></a> <a href="https://mastodon.social/tags/React" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>React</span></a> <a href="https://mastodon.social/tags/NodeJS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NodeJS</span></a> <a href="https://mastodon.social/tags/WebDevPoll" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WebDevPoll</span></a> <a href="https://mastodon.social/tags/TuxAcademy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TuxAcademy</span></a></p>
Leanpub<p>Learn Kubernetes &amp; Docker - .NET Core, Java, Node.JS, PHP or Python by Arnaud Weil is free with a Leanpub Reader membership! Or you can buy it for $11.99! <a href="http://leanpub.com/k8s" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">http://</span><span class="">leanpub.com/k8s</span><span class="invisible"></span></a> <a href="https://mastodon.social/tags/Devops" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Devops</span></a> <a href="https://mastodon.social/tags/Docker" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Docker</span></a> <a href="https://mastodon.social/tags/Aspnet" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Aspnet</span></a> <a href="https://mastodon.social/tags/Python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Python</span></a> <a href="https://mastodon.social/tags/NodeJs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NodeJs</span></a></p>