shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

285
active users

#FullStack

0 posts0 participants0 posts today

Reintro!

I'm Dylan, a #fullstack #webdev from the Midwest, US. I like working with #js and #svelte so much that I wrote a book about #sveltekit! I've also worked extensively with #php and #WordPress but try to avoid the latter if I can.

I spend my days in the terminals of various #Linux machines and tweaking my #Vim config. I automate my #homelab with #ansible. I write about web dev on my #blog.

I enjoy #pcgaming and will occasionally #shitpost and boost #memes so brace yourself.

Replied in thread

I'm testing out PrimeVue for my Vue demo project and I finally discovered (figured out) that if you want to use the PrimeVue elements, you need to name them on import and use those names in the HTML tags.

Vue also complains if you don't use unique names since you're not allowed to overwrite the existing HTML elements because of course you can't. This makes a ton of sense and I'm glad I figured it out now while I'm working to get all the pieces of my app in place.

The code ends up looking like this a lot and I'm using pv* for my prefix:

import pvbutton from 'primevue/button'
app.component('pvbutton', pvbutton)

then in HTML, you use:

<pvbutton ....></pvbutton>

#GetFediHired!
I (finally) have a role to share!

#Fullstack #Software Engineer for a small company improving government services through tech.

* Fully remote within the US (government requirement)

* 3+ years eng exp

* 2+ years modern OOP exp, (#RubyOnRails a big bonus)

* Some exp with unit testing and cloud services

* Salary - $120k-$149k

Please shoot a resume or LinkedIn profile to jenna@aronow.io if you’re interested!

(J’adore ce genre de stats.)

Au pays d’internet en 2024, quelqu’un s’est amusé à compter combien de Javascript était chargé sur des sites populaires…

Medium : 3 MB
Airbnb : 7 MB
Pinterest : 10 MB
Patreon : 11 MB
Youtube : 12 MB
Instagram : 16 MB
Gmail : 20 MB
Linkedin : 31 MB (??!)
Slack : 55 MB
PornHub : 1,4 MB…

Pour rappel : le jeu Doom (entier) pesait 2,39 MB, et le programme du premier vol sur la Lune (Apollo 11) 3 MB.

tonsky.me/blog/js-bloat/

tonsky.me · JavaScript Bloat in 2024What is the average size of JavaScript code downloaded per website? Fuck around and find out!

#introduction I am a code-writing, #DnD loving #queer musical artist from SoCal based in Germany increasingly obsessed with #mentalhealth, #privacy, #digitalhumanities, & intercultural #ethics. Recovering #hustleculture addict.

🎤 #OriginalMusic artist making #adventure #folkpop. Available to stream or you can #crowdfund and download my music at www.dorko.tv

⚙️ #FullStack dev moving from #WordPress to #Jamstack, particularly enjoying #GatsbyJs #StrapiJs #NextJs and dabbling in #Ruby and #Python

Hello everyone!

I'm a software engineer mainly interested in #AR, #VR, and #GameDev. I love the feeling of creating worlds for people to enjoy and solving the puzzles that #coding creates. I also have some experience in #fullstack #WebDev, though #CSS frustrates me and #backend stuff makes me a little nervous haha.

Currently my main games are #GuildWars2 and #Minecraft. I'm also a fan of #PokemonGo, #FarmRPG, and more recently #Gubbins.

Other thoughts on the RailsWorld keynote, keeping in mind these things can be true and also that DHH has some toxic views:

• I liked the “here is some new Rails stuff and there are talks going deep on it here" - it makes the conference feel valuable (again, setting aside if you agree on the new things)

• I like the underlying ethos of “create tools that allow someone to do more and more of the end-to-end build/ownership of an app”. I am team #FullStack for sure

• The front-end stuff…I dunno…

Hello! 👋 My name is Sabine. I‘m from Germany and live near #Greensboro #NC in the Southeastern United States.

My posts here will be mainly about #webDev, #frontend, and #ux. I’m currently working on a #careerChange into #tech and learning #fullstack #webDevelopment with #TheOdinProject.

You may also find me posting about #birdwatching or #pollinator #gardening and sharing photos from #hiking and #travel.

A new #introduction post: Hello! My name is Travis Southard and I am a queer #softwareengineer living in #Philadelphia.

I am currently seeking a full-time entry- to mid-level software engineering role. I have a little over two years experience as a #fullstack dev working with #civictech and #geospatial web applications.

See more of my work at: travissouthard.com

Outside of work I enjoy #bikecamping & #biketour-ing, #pixelart, #mtb, and #gardening with an eye towards #solarpunk living.

Sigh, this is my life as a broad ranging #fullstack dev fighting impractical solutions produced by engineers who only have specialized knowledge.

The problem: Piss poor deployment practices causing user uploaded images to be lost.

The solution: Implement a file hashing DB to track image changes. 🤦‍♂️

Me: You literally only need to stop overwriting the damn images directory on every deployment. Fix the stupid process instead of solving it with solutions more complex than the problem.