viktor, to php
@viktor@me.dm avatar

If you're looking for remote dev job (#php #js #ios #android #webrtc), Nextcloud is hiring:

➡️ https://nextcloud.com/jobs/

Boosts appreciated!

#opensource #foss #getfedihired #fedihired #jobsearch #devjobs #jobs

Johnmingzed, to python

L'ironie d'avoir planché sur un POC d'application de recrutement sur le Fediverse, c'est que je doive tout de même utiliser LinkedIn & autres dans ma recherche d'emploi (qui ne peut malheureusement pas attendre la fin du dev de FatWork😅)

Je lance une bouteille à la mer, en croisant les doigts pour qu'un miracle de Noël 🎄 lui fasse croiser le chemin d'un recruteur.
📢 #Jechercheunjob de dev fullstack en CDI sur #Bordeaux sur technos #Python #JS ou #PHP 💻

https://jonathan.lesacteursduweb.fr

minioctt, (edited ) to AdobePhotoshop Italian

[⤴️ https://octospacc.altervista.org/2023/12/16/572]

La fatta l’altro giorno ha svolto il suo lavoro, e programmarla così è stato furbo. 🌚️ Ho usato quindi:

  • Quella, per eseguire un piccolo per monitorare gli in entrata, controllare che provengano dal mio numero di , e siano del tipo giusto (cioè, con il corpo HTML racchiuso all’interno di un elemento XML <post> che ho inventato di sana pianta), assemblarne multipli in una sola stringa di testo se necessario (per la prova di prima non lo è stato), e inviarli con un’apposita richiesta ad…
  • Un workflow creato al volo su n8n (che gira sul mio ), che usa la semplificata del plugin WP per pubblicare, dato che per qualche motivo il modulo WordPress integrato nella piattaforma non funziona per il mio .

Tutto insieme, questo sistema mi ha permesso di pubblicare su effettivamente tramite un messaggio SMS, inviato dal mio principale, ricevuto dal secondario che ha e fa le sue cose. Nel video c’è la dimostrazione di quel post di prima, appunto; di sfondo, l’interfaccia di che si aggiorna per mostrare la nuova esecuzione avvenuta, e il con il nuovo post arrivato… 🐵️

Ora, ripeto che questo era un , e per il momento nell’anno del signore non ho esigenza di postare così, ma forse il concetto generale potrebbe tornare utile per le emergenze, e in ogni caso certamente fa figo provare sulla mia l’ebrezza di una funzione che solo di tutte ha avuto, e solo per poco tempo. 😤️

Se in futuro volessi davvero usarla, innanzitutto implementerei un sistema di , così che ogni volta che voglio pubblicare devo anche inserire un codice temporaneo (perché SMS è un colabrodo di protocollo, e sarebbe possibile per dei criminali inviare un messaggio che appare come dal mio numero), poi magari implementerei funzioni come la modifica dei post (oltre che qualche feedback per pubblicazione avvenuta con successo o meno, cosa che ho evitato ora perché dalla seconda non posso inviare messaggi, solo ricevere). Per chi vuole curiosare, il per e il JSON per n8n sono qui: https://gitlab.com/octospacc/Snippets/-/tree/main/SmsToWordpress. 🎀️

https://octospacc.altervista.org/2023/12/18/635/

mez, to javascript
@mez@mastodon.nz avatar

Hey in a Class, getters can't take parameters, but they can return a function that does. Is there a material difference between that and a method? Compare get thing and findThing() below

class Foo {  
 things = [{id: 1}, {id: 2}];

 get thing() {  
 return id =&gt; this.things.find(item =&gt; item.id === id)  
 }

 findThing(id) {  
 return this.things.find(item =&gt; item.id === id)  
 }  
}  

Is there a performance or functional difference?

teleclimber, to webdev
@teleclimber@social.tchncs.de avatar

Really liking this post by @jaredwhite on #webcomponents and server side HTML generation. I strongly agree that I want to write in something that feels like #HTML, not #JS. (It's why I currently use #Vue -- the HTML-based template is pleasant)

https://www.spicyweb.dev/web-components-ssr-node/

dennisl, to webdev

Getting started with Web Performance 🚀 [Tip 3: As little JavaScript as possible] https://www.htmhell.dev/adventcalendar/2023/14/

joelanman, to webdev
@joelanman@hachyderm.io avatar

eh.. trying Prettier and not having a good time, I like to add new lines to make code more readable and it deletes them with no config to stop doing that. Don't think it's right for me, is there a more configurable alternative?
#webdev #js #css

andrew_chou, to programming
@andrew_chou@toot.cafe avatar

been doing some casual reading of Refract and it's quite nice!

https://refract.js.org/

curious if anyone's used it recently - seems like it's one of those things that doesn't need to be actively maintained because of its scope.

#Reactive #JS #frontend

5t3ph, to CSS
@5t3ph@front-end.social avatar

I am so thankful for the thoughtfulness and impressive thoroughness of the 12 Days of Web authors, and can't wait to begin sharing their insights with you on Wednesday!

Are you subscribed to updates or the RSS?

https://12daysofweb.dev

#CSS #HTML #JS

hazz223, to javascript
@hazz223@mstdn.social avatar

It's been a while since I last saw a repo that made me laugh

https://github.com/christina-de-martinez/babel-plugin-glowup-vibes

(Also, check out the issue page for extra fun)

martian, to gamedev

Why did nobody tell me physics could be so much fun! Where have y'all been? 🤣

This is all running in the browser, built with React, rendering to HTML elements, styled with CSS, no canvas. 🎉✨💪

This feels so nice! #gamedev #js #reactjs #webdev #javascript

video/mp4

speedcurve, to UX
@speedcurve@webperf.social avatar

As @cliff explains in this post, only 65% of mobile sites have "good" Interaction to Next Paint. Why? How much can this hurt your business? And how can you fix it before INP dethrones FID as the responsiveness metric in #CoreWebVitals in March?

https://www.speedcurve.com/blog/core-web-vitals-inp-mobile/

#webperf #webperformance #ux #javascript #js

teacherbuknoy, to random
@teacherbuknoy@masto.ai avatar

Talked to someone online saying that I try not to use front-end frameworks because I want to keep my personal website as small as possible with the aesthetic I'm going for. And they're like "that's impractical, why would you do that? That won't work if you're in a company who builds websites for clients." (1/n) #JS #HTML #CSS #JavaScript

martian, to javascript

Split-screen, local 2-player? Yes please! 🎉✨

I spent some time at the weekend tinkering with my JS/HTML/CSS based game engine. It's a lot of fun! #js #javascript #gamedev #webdevelopment

video/mp4

regis, to webdev
@regis@phpc.social avatar

the deeper i delve into the issue, the less necessary it seems to use front-end frameworks for the majority of my web development.

initially, there was htmx - a truly amazing tool that I love using.
then, today, i just discovered that we can have native dialog boxes, as well as native autocomplete, quite easily.

thanks @Kilian for the article.

https://www.htmhell.dev/adventcalendar/2023/2/

#html #js

michael, to CSS
@michael@thms.uk avatar

This is an excellent article by @Kilian

I’m not a big fan of summary/details generally because it’s just too inconsistent, but dialogs are great. And I didn’t actually know about input type="color" yet.

Well worth a read.

https://www.htmhell.dev/adventcalendar/2023/2/

#css #js #JavaScript #html #Frontend #Webdev #Webdevelopment

joelanman, to webdev
@joelanman@hachyderm.io avatar

In web dev how do you deal with different naming conventions in different places?

For example SQL convention: is_admin
JavaScript is often: isAdmin
HTML is often: is-admin

do you just use one everywhere? (though hyphens aren't valid everywhere), convert between them? Something else?

#webdev #sql #js

martian, to react

Continuing my experiment of building a HTML/CSS based game engine, using #react. It's looking really promising I think... #gamedev #js #javascript #webdev

Video of a prototype 2D platform game, where an adventurer jumps around collecting gems.

joelanman, to javascript
@joelanman@hachyderm.io avatar

Are Jest and Supertest still the best way to test a Node web app?

Jbasoo, to programming
@Jbasoo@mastodon.social avatar

I went to book a flight with Wizz Air last night and the absolute shocking web performance made me feel better about my own work.

It takes ~30s to process the and render the search, literally the primary function of the site. I like the DX of but is this kind of performance really worth it?!

5t3ph, to CSS
@5t3ph@front-end.social avatar

Excited for the 12 Days of Web articles to hit my inbox for scheduling 🤩

Don't forget to subscribe to updates or get the RSS (/feed)!

#CSS #HTML #JS

https://12daysofweb.dev

joelanman, to programming
@joelanman@hachyderm.io avatar

finding Knex's docs pretty impenetrable
https://knexjs.org
#js #node

kkarhan, to javascript
rob, to web
@rob@hyem.tech avatar

Has anyone actually used Web Push Notifications in a good way? I can’t say I’ve used them for anything, any good examples?

#web #webdev #JavaScript #www #mdn #dev #js

premartinpatrick, to php French
@premartinpatrick@mastouille.fr avatar
  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • InstantRegret
  • mdbf
  • ngwrru68w68
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • osvaldo12
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • JUstTest
  • GTA5RPClips
  • ethstaker
  • cisconetworking
  • tester
  • modclub
  • everett
  • cubers
  • tacticalgear
  • Leos
  • megavids
  • normalnudes
  • anitta
  • lostlight
  • All magazines