nebyoolae, to Korean
@nebyoolae@masto.neb.host avatar

As fun as it can be to learn a language, just learning it with no context makes it harder to keep my interest. Add some context, however, and bam!

Human: reading new toy's instructions in a different language, visiting a foreign country and ordering food, following along in a conversation on #Duolingo, etc.

Computer: fiddling with someone's open source project that is in a language you don't know, doing a code jam for a particular framework/language, etc.

#language #development #webdev

pablolarah, to javascript
@pablolarah@mastodon.social avatar

🟪🟥 JavaScript var, let, and const explained
by Kevin Powell @KevinJPowell
Feat.: Chris Ferdinandi @ChrisFerdinandi @cferdinandi

https://www.youtube.com/watch?v=pobWEaHNChY

cferdinandi, to webdev
@cferdinandi@mastodon.social avatar
stvfrnzl, (edited ) to legal
@stvfrnzl@mastodon.online avatar

Currently studying for the exam and I found the part surprisingly interesting. This topic was also relevant in a workshop I gave, so here's a couple of law suits that are related:

https://stevefrenzel.dev/posts/five-web-accessibility-law-suits/

I'm happy to expand this list if you know other interesting cases. 🤗

nshki, to webdev
@nshki@ruby.social avatar

Hi fediverse. My name is Nishiki and I’m a web dev with 15+ years of experience. I’m making myself available as a mentor for one or two motivated individuals looking to land their first junior engineering position. I’m happy to be able to say over the past few years, I’ve mentored 4 wonderful people who have all managed to land their first tech jobs.

Please email me at hello@nshki.com if interested. A boost for reach is much appreciated!

#WebDev #Mentor #Rails #JavaScript #PHP #HTML #CSS

cory, to webdev
@cory@social.lol avatar

🔗: React, Electron, and LLMs have a common purpose: the labour arbitrage theory of dev tool popularity via Baldur Bjarnason https://www.baldurbjarnason.com/2024/react-electron-llms-labour-arbitrage/

craftcms, to webdev
@craftcms@craftcms.com avatar

📣 We’re hiring for a DevRel position!

Love teaching about web development, traveling to conferences, and working with a small, remote team? You might just be who we’re looking for.

https://www.workwithcraft.com/jobs/developer-relations-engineer

cferdinandi, to webdev
@cferdinandi@mastodon.social avatar
cferdinandi, to webdev
@cferdinandi@mastodon.social avatar

🐝🎧 New ADHD ftw! Podcast:
Episode 6 - How to manage email https://adhdftw.com/podcast/how-to-manage-email/

_nb, to CSS
@_nb@mamot.fr avatar

I think I recently saw a post saying something like “Stop using web fonts for SVG icons”, but can’t find it again. Did I dream it?

davidbisset, to javascript
@davidbisset@phpc.social avatar
typo3, to php German
@typo3@typo3.social avatar

Celebrating years of digital excellence! 🚀

tegut's website continues to evolve with the expert support of and the dedicated team at DMK E-Business GmbH . Discover their journey and latest enhancements in the new case study: https://typo3.com/customers/case-studies/tegut

image/jpeg
image/jpeg

nette_news, to programming
@nette_news@phpc.social avatar

🥳 Latte 3.0.15 was released!

Latte - the first truly secure and
intuitive templates for PHP.

https://github.com/nette/latte/releases/tag/v3.0.15
https://nette.org/en/releases
https://latte.nette.org/

sebobo, to php
@sebobo@neos.social avatar

Been having problems with 2 local projects on my Mac closing the connection when using PHP-FPM. Finally after almost 1 year (since Sonoma apparently) I found the solution:

https://stackoverflow.com/questions/77554102/php-pg-connect-does-not-return-in-php-fpm-after-macos-sonoma-upgrade

The 2 projects were the only ones using PostgreSQL.
I was able to work on them with the PHP Server, so I only tried debugging the issue once in a while.

stvfrnzl, to accessibility
@stvfrnzl@mastodon.online avatar

I decided (again) to prepare for the exam by the after I had some doubt of it's usefulness.

But after doing a non-technical workshop for newbies last week and believing that the will have some impact, I decided to go for it!

I'm using the @dequesystems prep course and read everything with 200% zoom. Unfortunately this makes paragraphs very long, so I'd like to share a I quickly created to shorten them:

stvfrnzl,
@stvfrnzl@mastodon.online avatar

@dequesystems ```
javascript: (() => {
const allParagraphElements = document.getElementsByTagName('p');

for (let paragraph of allParagraphElements) {
paragraph.style.width = '60ch';
}
})();


Here's a little tutorial on how to add them to you bookmarks: <https://www.freecodecamp.org/news/what-are-bookmarklets/>

#frontend #WebDev #HTML #CSS #JavaScript #a11y
kubikpixel, to webdev
@kubikpixel@chaos.social avatar

Is it not possible to set up something similar to and with very little effort and really be recognized as a creative developer with your own graphics ?

✴️ https://coolshap.es

cory, to tech
@cory@social.lol avatar
ayo, to webdev
@ayo@ayco.io avatar

✍️ New post: I Hate Open Graph Images. Here’s Why. And How. Much

As an epic twist of character development, I have learned that I don’t like open graph images.

https://ayos.blog/i-hate-og-images/

davidbisset, to webdev
@davidbisset@phpc.social avatar

"No, I don’t want to fill out your contact form"

https://adamjones.me/blog/dont-use-contact-forms/

"Contact forms are almost always worse for users than just putting an email on your website. I explore why they’re terrible, why you’ve done it anyway, and what to do about it." #webdev #ux

joelanman, to webdev
@joelanman@hachyderm.io avatar

https://www.rspca.org.uk loads 5mb of JavaScript... just, why? To do what? The state of tech architecture is just awful

grizeldi, to webdev Slovenian
@grizeldi@mastodon.gamedev.place avatar

What's the purpose of certificates expiring again? From my limited perspective it doesn't serve much else than adding unnecessary work for sysadmins, so I'd love to know if there's a legit reason for it.

Crell, to react
@Crell@phpc.social avatar

This article uses as it's main example, but it applies to , , even just a much. I say that as a recovering Drupal dev who used to use the standardization argument.

Greedy management is the reason we can't have nice things.

https://www.baldurbjarnason.com/2024/react-electron-llms-labour-arbitrage/

joelanman, to webdev
@joelanman@hachyderm.io avatar

When building websites, I think it's always best to redirect POST requests to GET after you've processed them. Otherwise users get horrible 'do you want to resubmit the form?' popups if they refresh or hit the back button.

kubikpixel, to rust
@kubikpixel@chaos.social avatar

Have any of you Rust developers ever used Skytable and been satisfied so far? Is it also 100% open source or do I have to pay attention to something like SurrealDB and can GraphQL or something similar also be used on it?

🦀 https://skytable.io
⚙️ https://surrealdb.com
⚙️ https://graphql.org


kubikpixel,
@kubikpixel@chaos.social avatar

Which of these #Rust databases is probably more practical and faster for a fast #WebDev project in pure #RustLang, which #NoSQL database would you prefer?

(The question about #DB is not meant seriously, because depending on the task and the desired solution, the results will be different.)

🦀 https://skytable.io
🦀 https://www.polodb.org

andros, to emacs
@andros@hostux.social avatar

I publish a new article: «Creating desktop applications using the Emacs core»
https://programadorwebvalencia.com/creating-desktop-applications-using-the-emacs-core/

In summary, I can use Emacs to create GUIs with an Elisp backend.

mjgardner,
@mjgardner@social.sdf.org avatar

@andros @marcolas None of this is news if you step outside the #WebDev and/or #Linux / #FOSS echo chambers: https://daringfireball.net/2018/12/electron_and_the_decline_of_native_apps

/cc @gruber

  • All
  • Subscribed
  • Moderated
  • Favorites
  • modclub
  • thenastyranch
  • magazineikmin
  • GTA5RPClips
  • cubers
  • hgfsjryuu7
  • rosin
  • Youngstown
  • slotface
  • ngwrru68w68
  • mdbf
  • osvaldo12
  • kavyap
  • DreamBathrooms
  • anitta
  • PowerRangers
  • khanakhh
  • cisconetworking
  • tester
  • everett
  • Durango
  • ethstaker
  • InstantRegret
  • normalnudes
  • Leos
  • vwfavf
  • tacticalgear
  • provamag3
  • All magazines