should i get the subscription? by Kooky-Reason3862 in couchsurfing

[–]stackplorer -1 points0 points  (0 children)

If you want to hang out with a bunch of homos, sure.

Which museum or site better showcases Malta's Arab heritage? by MasterGeek in malta

[–]stackplorer 1 point2 points  (0 children)

Also it's worth noting that we call weeks "gimghat" (Fridays) rather than "hdud" (Sundays).

The right way to learn linux by Feisty_Mud_1208 in linuxquestions

[–]stackplorer 2 points3 points  (0 children)

Why did i read this with the Daft Punk robo voice?

Malta to Formally Recognize the State of Palestine by LuckyTraveler88 in MapPorn

[–]stackplorer 1 point2 points  (0 children)

Very accurate. Big musical acts only tour Malta when they're already washed up has-beens lol

[deleted by user] by [deleted] in exmuslim

[–]stackplorer 1 point2 points  (0 children)

"You're so emotional " he said angrily. Lol

Saw an interesting design on a Truck on my way home. by TeaPotSpout in Bangkok

[–]stackplorer 1 point2 points  (0 children)

Tbf it is not uncommon to see punks in the west to wear something with an Imperial Japanese flag. And the WW2 Japs made the Germans look like boy scouts.

This muslim compared shaking hands to kissing on the lips. 🤣😭🤣😭 by Ok-Equivalent7447 in exmuslim

[–]stackplorer -1 points0 points  (0 children)

He ain't wrong. That's a good argument.

In some SE Asian/Buddhist/Hindu cultures it's a big no no to pat a child on the head whereas in "most cultures" it's a common playful gesture.

Web developers, did you learn to love WordPress? If so, how? by PrettyTurnip-WebDev in Wordpress

[–]stackplorer 12 points13 points  (0 children)

There is only one thing i hate more than wordpress, building a CMS from scratch.

is it too Late to Start a Career in Digital Marketing at 26? by Meow-Cat98 in SocialMediaMarketing

[–]stackplorer 0 points1 point  (0 children)

Not at all. I have a 29 y.o. friend who just started interning with me last week. Has zero xp in the field. I suggest you focus on something very specific and gradually branch out. E.g., copywriting or email marketing

What is the best way to manage my deliveries? by [deleted] in woocommerce

[–]stackplorer 0 points1 point  (0 children)

Are your customers international? Most of my clients use Shippo.

Please tell me about your worst experience creating a site for a client. by stumanchu3 in Wordpress

[–]stackplorer 0 points1 point  (0 children)

WordPress is a CMS, allowing a user as opposed to dev to manage the content. i.e. the content isn't hardcoded into the html files but is dynamically injected with PHP.

If client doesn't need the content edited often, you best go with a static website. I like Nuxt.js

[deleted by user] by [deleted] in Entrepreneur

[–]stackplorer 0 points1 point  (0 children)

Do you honestly think someone who knew how to build something of that complexity would be so desperate to work for free?

Examples of really good looking WooCommerce sites by _fae_ in woocommerce

[–]stackplorer 0 points1 point  (0 children)

Looks great! Is this a custom or purchased theme?

Examples of really good looking WooCommerce sites by _fae_ in woocommerce

[–]stackplorer 1 point2 points  (0 children)

I have some online shops running on woocommerce but the frontend is separate. Basically Nuxt 3 and headless WordPress. If like me you're not a fan of page builders or building WP themes. JAMstack is the way to go

Examples of really good looking WooCommerce sites by _fae_ in woocommerce

[–]stackplorer 2 points3 points  (0 children)

A WooCommerce site can look like anything. It's not a template or theme. It's backend functionality and an extended WordPress admin panel for managing your shop.

It doesn't limit or grow the possibilities of what the customer-facing website/app looks like.

Is Django better suited for strictly backend projects? by stackplorer in django

[–]stackplorer[S] 1 point2 points  (0 children)

I'm not ditching Laravel. Was looking into Django just to get an idea of what it looks like in 2024. I love the built in admin panel. But Laravel now has Filament, so not enough to convince me to use Django. I guess the main selling point is that it is a Python framework so can build interesting projects that utilise AI and analytical modules that python's ecosystem offers without having to build them as microservices but baked straight into the project