@SuitedUpDev@mastodon.online
@SuitedUpDev@mastodon.online avatar

SuitedUpDev

@SuitedUpDev@mastodon.online

Laravel Developer by day, sleeping developer by night. Sometimes Python and JS. Does stuff with Home Assistant. Toots in 2 languages (NL/EN). Trying to learn Korean.

Light themes 💓
Deploys on Friday's :blobcatknife:
Leader of the pabo board.

btw I use arch.

#Laravel #PHP #Linux #ArchLinux #HomeAssistant #DevOps #CatsOfMastodon

This profile is from a federated server and may be incomplete. Browse more on the original instance.

stux, to random
@stux@mstdn.social avatar

Probably nothing serious

Posted from LG Power Washer Series 2

SuitedUpDev,
@SuitedUpDev@mastodon.online avatar

@mahryekuh @stux Maybe it just needs to clean it's cache .... 🥁

SuitedUpDev,
@SuitedUpDev@mastodon.online avatar

@mahryekuh @stux A reboot cycle?

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
}

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

For any in the room, please don't do this...

As an outsider is reading this, I have NO clue if the "handleUpdate", "handleCreate" or "handleDelete" methods are actually being used.

Edit: grammar do be hard yo.

SuitedUpDev, to random
@SuitedUpDev@mastodon.online avatar

Fedi power, can you please help me? I'm looking for shows in ! Any suggestions for places where I can find that? Local bands, bigger (inter) national bands doesn't matter to me.

Boosting is highly appreciated!! 🙏🙏

SuitedUpDev, to blahaj
@SuitedUpDev@mastodon.online avatar

I caught a big !! 😱

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

Can somebody help out this poor guy ? 🥺 🙏

I'm trying to buy tickets, for a concert in #Tokyo. But on the website of the group, there is no link to the website of the group, but the venue also doesn't appear to have a website.

So where can I find those tickets ? Is there some third party website like TicketMaster in Japan? And do they accept non-Japanese credit cards ?

#Japan #Concerts #Concert #jpop #jrock

SuitedUpDev, to animals
@SuitedUpDev@mastodon.online avatar

Her Meowjesty is curious about hacking devices.

SuitedUpDev, to random
@SuitedUpDev@mastodon.online avatar

For the non Dutchies in the room. Do you know what this is and why it's a Christmas thing?

SuitedUpDev, to kpop
@SuitedUpDev@mastodon.online avatar

💀 💀

SuitedUpDev, to random
@SuitedUpDev@mastodon.online avatar

Maybe I should build a digital pabo board....?

SuitedUpDev, to random
@SuitedUpDev@mastodon.online avatar

If people wanted to know how nice my last flight was... Just checkout this, I knew I should have brought my NES and iPod!

SuitedUpDev, to random
@SuitedUpDev@mastodon.online avatar

I definitely do not partake in those shady behaviours. I have no clue what you are talking about...

SuitedUpDev, to random
@SuitedUpDev@mastodon.online avatar

McDonald's used to have way more mascots then just Ronald McDonalds.

But what if... and just hear me out..

The Hamburglar ended up in "special edition burgers" and Birdie ended up as nuggets ?! 😰

SuitedUpDev, to random
@SuitedUpDev@mastodon.online avatar

Maybe I should tell people some BS reason why I am learning Korean instead of the actual reason. That way people will only give me a cringe look instead of a "what the hell is wrong with you" look. :sadness: 🙈️

SuitedUpDev, to random
@SuitedUpDev@mastodon.online avatar

https://www.koreatimes.co.kr/www/tech/2024/05/419_374535.html

Does this mean that, AliExpress and Temu will (continue) to sell hazardous products in the rest of the world? 🤔

SuitedUpDev, to random
@SuitedUpDev@mastodon.online avatar

Crocs are a major ick of mine and that's a hill I'm definitely dieing on!!!!!

SuitedUpDev, to random
@SuitedUpDev@mastodon.online avatar

MOMO LIVES!!!!!!!

afilina, to random
@afilina@phpc.social avatar

Shout out to league/csv for continuing to be an awesome library. It's intuitive, a breath of fresh air after a long week of fighting every single tool. This one doesn't fight you. It just helps you without getting in the way.

SuitedUpDev,
@SuitedUpDev@mastodon.online avatar

@afilina Everytime I need to use something CSV files, I always use league/csv. It's sooo comfy and works flawless.

ShaMyouiMo, to random
@ShaMyouiMo@kpop.social avatar

guys everyone stop what you're doing today is about ME

SuitedUpDev,
@SuitedUpDev@mastodon.online avatar

@ShaMyouiMo it's your fedi birthday!!! 🥳🎉🎈🎂

ShaMyouiMo, to random
@ShaMyouiMo@kpop.social avatar

Guys where would we put this one on the repeat outfit chart

jeongyeons new outfit from the one spark stage

SuitedUpDev,
@SuitedUpDev@mastodon.online avatar

@ShaMyouiMo in the "mix of both" between rag dresses and "corset"

SuitedUpDev, to random
@SuitedUpDev@mastodon.online avatar

The fact that we still have references in our codebase to Opera (the old Presto engine based version) and BlackBerry kinda worries me ngl.

SuitedUpDev,
@SuitedUpDev@mastodon.online avatar

@chessert Yep... 😢 🙃

Sometimes we have to deal with VERY old browsers and devices.
I work as a software dev in the hospitality industry. We regularly see requests from Android 1.6 and iOS 4.x, for example.

We use quite a number of polyfills in order to keep our codebase (and developers) sane.

Luckily, we are long past the days of needing to support IE6 and 7. 🥳

ShaMyouiMo, to random
@ShaMyouiMo@kpop.social avatar
SuitedUpDev,
@SuitedUpDev@mastodon.online avatar

@ShaMyouiMo I cannot express how much right you are... 😭

(Ps, I had used also have this song on repeat for days...)

ShaMyouiMo, to random
@ShaMyouiMo@kpop.social avatar

allergies man :irenestruggle:

SuitedUpDev,
@SuitedUpDev@mastodon.online avatar

@ShaMyouiMo allergies are the worst..... 😭

momo, to random
@momo@kpop.social avatar
SuitedUpDev,
@SuitedUpDev@mastodon.online avatar

@momo Dalshabet <3

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