sandros94, to random

It really do be like that sometimes...

#dev #development

aral, to github
@aral@mastodon.ar.al avatar
JustineSC9, to Laravel French
@JustineSC9@mamot.fr avatar

Bon ben mes craintes étaient donc fondées... Je signe la semaine pro une rupture conventionnelle à l'initiative de mon employeur (raisons économiques ; je me disais aussi que ça devait être compliqué de verser des salaires quand y'a pas de projets).

Du coup si vous connaissez des boites de #dev sympas sur #lyon, inclusives, humaines et qui bossent sur du #laravel (ou #symfony à la limite), éventuellement du #vue (junior), du #git et avec une bonne organisation, n'hésitez pas à balancer :-)

attacus, to webdev
@attacus@aus.social avatar

Today I built a silly webpage by hand in a couple of hours. (I’m not going to tell you what it was, except that it was frivolous af.)

I started out by looking for a template, but everything I found was way too involved, so I ended up writing the HTML and CSS from scratch, throwing it in a cloud-hosted directory, and nudging the DNS settings to point there.

This turned out to be a ridiculously nostalgic experience. I built a lot of weird little websites like this when I was about eleven years old, saving the HTML of sites that I liked so that I could access them when the phone line was being used by someone else, and changing pieces around to figure out how it all fit together.

It struck me that:
a) by this measure I’ve been doing web dev for almost a quarter-century now 😳
b) there is nothing stopping me from making websites this way. I can still write HTML and yeet it out there if I want to, no matter what it’s for. Pages load quickly. It’s not fancy. It works. Underneath it all, the web is still there.

If you feel so inclined, I can highly recommend seizing an afternoon, taking a silly webpage idea, and having a play.

kassner, to php
@kassner@phpc.social avatar

Any software developers in my reach currently unemployed? I am, and while I’m working on a few side projects, I miss not having a team to bounce ideas and random dev chit-chat on a daily basis.

Anyone feeling the same or open to have some informal group chat? Or know a small community I could join?

I’d appreciate a boost, thank you.

aral, to random
@aral@mastodon.ar.al avatar

Github down? I hadn’t noticed.

Might be a good time to check out Codeberg.

https://codeberg.org

Bonus: You can follow them on the fediverse at @Codeberg

#github #githubDown #codeberg #git #dev

Wikisteff, to devops
@Wikisteff@mastodon.social avatar

I started reading this article about Microsoft's dominance of modern software development, and I'm increasingly convinced that regulatory action may be needed.

Here's the quote: "The future of software development tooling that is being built is closed as fuck, and people seem to be okay with it because select components meet the OSI definition whilst missing the bigger picture that the compositional graph of components does not."
#dev #devops #code #opensource

https://mastodon.social/@trexplex@helvede.net/111040860734436654

gmph, to mastodon

I've built a way to use Mastodon to power my blog comments. Here's how it works:

https://grahammacphee.com/writing/mastodon-blog-comments

#mastodon #dev #writing #opensource #Fediverse

aral, to github
@aral@mastodon.ar.al avatar

What am I doing? Why, voting to help decide @Codeberg policy as a member.

(Wait a minute, you can’t do that on GitHub? How odd… sounds a bit autocratic to me…) ;)

Seriously, though, check out https://codeberg.org – they’re doing everything right.

There are alternatives and if we want them to survive, we must support them.

aral, to GNOME
@aral@mastodon.ar.al avatar

GNOME is moving to standard ESM imports for extensions in version 45. This means all existing extensions will break. Please try and update yours before then.

https://blogs.gnome.org/shell-dev/2023/09/02/extensions-in-gnome-45/

#GNOME #extensions #linux #dev

lm, to opensource French
@lm@mstdn.fr avatar

➡️ Mobilizon cherche communauté dev !

Si vous avez envie de faire vivre Mobilizon, c'est par là :

https://framacolibri.org/t/mobilizon-nous/19752

🌎 Suite à la V4 @Framasoft passe la main, et une équipe de devellopement se coordonne pour la suite. Rejoignez-là !

aral, to SmallWeb
@aral@mastodon.ar.al avatar

Hands up, who lives in/around Dublin and is interested in Small Web¹ and Kitten²?

(Am I trying to gauge if there’d be enough interest for an impromptu, informal little meetup over food/drinks this evening? Maybe…) ;)

¹ https://ar.al/2020/08/07/what-is-the-small-web/

² https://codeberg.org/kitten/app

#SmallWeb #Kitten #Dublin #Ireland #web #dev #NodeJS #js

jla, to php
@jla@fosstodon.org avatar

Have a good trip... and "Learn as a pirate " ?

https://lands.php.earth

boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
mariyadelano, to webdev
@mariyadelano@hachyderm.io avatar

Please boost for reach!

We are looking for #devs who do any #freelance work (whether on the side or as a full business) within #softwareDevelopment or #SoftwareEngineering.

If you are a #dev like that, would you be open to speaking with us for a 20-min interview about your experience? https://calendly.com/kalyna-marketing-clients/cheeki-developer-interview

Purely for research, won't try to sell you anything. You can remain anonymous with anyone other than my team.

#webdev #freelancer #developer #developers

Iconfactory, to iOS
@Iconfactory@iconfactory.world avatar

Presenting the all-new Iconfactory website!

We’re known for 3 things: Freeware, software, and client design work. Lately, we’ve spread the word about the first 2. Now, to better focus on the third, we’ve redesigned our site.

For over 25 years, the Iconfactory has made software beautiful. We craft icons, apps, & user experiences for clients large & small. Our new site highlights all we offer, and we’d love to help you with your project.

https://iconfactory.com

#dev #iOSDev #iOS #PortfolioDay

SuitedUpDev, (edited ) to php
@SuitedUpDev@mastodon.online avatar

I'm a big proponent of doing fewer if statements and early returns! Doing stuff in your if statements only increases cognitive load when trying to read the code.

public function sendActivationEmail($user) {
if (! $user->isActivated) {
// Send out activation email
}
}

versus.

public function sendActivationEmail($user) {
if ($user->isActivated) {
return;
}

// Send out activation email
}

frozencanuck, to python
@frozencanuck@mas.to avatar

Thanks to the PHP community, here are programming languages that have an official and verified Mastodon account:

✅ Python – @ThePSF
✅ Rust – @rust
✅ TypeScript – @TypeScript
✅ PHP – @php, @thephpf

aral, to javascript
@aral@mastodon.ar.al avatar

Want to really learn JavaScript? (Not whatever is the bloated framework of the week?) Attend Modern JavaScript for Beginners—a project-based workshop for beginners and aspiring developers by the wonderful @cferdinandi

Early bird discount (40% off) ends Sunday.

“I struggled with JavaScript for a decade so I really would recommend it for anyone who needs a big friendly confidence-booster.” – @laura

https://gomakethings.com/courses/modern-js-for-beginners/

#JavaScript #training #web #dev

aral, to SmallWeb
@aral@mastodon.ar.al avatar

So did I mention that no company or government pays me for the work I do?

But you can support my work if you want to live in a world where we have the Small Web as an alternative to the Big Web of Google, Facebook, and other people farmers.

https://small-tech.org/fund-us

#SmallWeb #SmallTech #funding #foss #freeSoftware #openSource #web #dev #tech #technology

frozencanuck, to mastodon
@frozencanuck@mas.to avatar

Love #Mastodon and want to see it thrive? Consider donating or becoming a sponsor. Money goes a long way to help the Mastodon team build the features you want.

💜🐘🤗

https://joinmastodon.org/sponsors

#Fediverse #Donate #Dev #ActivityPub

jeko, to emacs French

All I need to do is fire up Emacs. Guix and Direnv take care of the rest.

https://rednosehacker.com/combo-guix-shell-emacs-envrc-el

#emacs #guix #direnv #guile #dev #productivity

welcomattic, to Symfony French
@welcomattic@phpc.social avatar

Sylius elePHPant by Jacques Bodin-Hullin — Kickstarter https://www.kickstarter.com/projects/734475887/sylius-elephpant

Only 3 Days left!

f_dion, to python
@f_dion@mastodon.online avatar

Any #python #dev looking for a #job?

Looking for a data engineer or software engineer for the semiconductor startup I've been helping setting up everything data from capture to ingestion to EDA to yield analysis to spec compliance.

#fedihire #fedijobs

instantiator, to cochlearimplants
@instantiator@mastodon.social avatar

👋 Come work with me at Nesta!

We're looking for a front-end developer to join our small team as we build prototypes / MVPs / and production-ready collective intelligence solutions.

There's lots more information in the job description, and I'll gladly talk to you about the role if you have questions. Reach out!

Apply by 28th May:
https://www.nesta.org.uk/jobs/frontend-mid-level-developer-ccid/

  • 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