viktor, to php
@viktor@me.dm avatar

If you're looking for remote dev job ( ), Nextcloud is hiring:

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

Boosts appreciated!

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 #app #Android fatta l’altro giorno ha svolto il suo lavoro, e programmarla così è stato furbo. 🌚️ Ho usato quindi:

  • Quella, per eseguire un piccolo #script #JS per monitorare gli #SMS in entrata, controllare che provengano dal mio numero di #telefono, 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 #HTTP ad…
  • Un workflow creato al volo su n8n (che gira sul mio #server), che usa la #API semplificata del plugin WP per pubblicare, dato che per qualche motivo il modulo WordPress integrato nella piattaforma non funziona per il mio #sito.

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

Ora, ripeto che questo era un #EsercizioDiStile, e per il momento nell’anno del signore #2023 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 #piattaforma l’ebrezza di una funzione che solo #Twitter di tutte ha avuto, e solo per poco tempo. 😤️

Se in futuro volessi davvero usarla, innanzitutto implementerei un sistema di #OTP, 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 #SIM non posso inviare messaggi, solo ricevere). Per chi vuole curiosare, il #JavaScript per #DroidScriptin e il JSON per n8n sono qui: https://gitlab.com/octospacc/Snippets/-/tree/main/SmsToWordpress. 🎀️

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

#2023 #Android #API #app #DroidScriptin #EsercizioDiStile #HTTP #Internet #JavaScript #JS #MicroBlog #n8n #OTP #piattaforma #script #server #SIM #sito #smartphone #SMS #telefono #Twitter #WordPress

mez, to javascript
@mez@mastodon.nz avatar

Hey #JS #WebDev 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
@dennisl@mastodon.social avatar

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

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!

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!

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 . It's looking really promising I think...

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?
#js #node #jest

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 #JS and render the search, literally the primary function of the site. I like the DX of #VueJS 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
@kkarhan@mstdn.social avatar
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
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines