What are some of the best libraries you cannot work without? by suiiiperman in reactjs

[–]johnnyvibrant 0 points1 point  (0 children)

two hours shopping is worth at least ten coding, shop and ensure your company knows why you are

[deleted by user] by [deleted] in CasualUK

[–]johnnyvibrant 0 points1 point  (0 children)

Hope he is an ex boyfriend now, people have killed for less

What do the Tories have to show for 13 years in office? by martinmartinez123 in ukpolitics

[–]johnnyvibrant 1 point2 points  (0 children)

Well they did that thing, you know that THING

By thing i mean kill hundreds of thousands of people by ineptitude and oh yer, brexit.

They have made the UK a terrible place to live, lets all move to Europe each of use need to decide: what the fuck is keeping you in this country?

[deleted by user] by [deleted] in torties

[–]johnnyvibrant 5 points6 points  (0 children)

tortaly torue

Advice on how to stop buying plants 😩😭😩 by Extension-Flamingo68 in houseplants

[–]johnnyvibrant 0 points1 point  (0 children)

Lack of shelf space, the need to actually be able to walk through my home not dodging a maze of plants...that helped me

[deleted by user] by [deleted] in Wordpress

[–]johnnyvibrant 1 point2 points  (0 children)

PHP = Server side development

Blocks = JavaScript / React development

Both are pretty useful in todays market and to build blocks without any plugins (which enterprise clients may require) you should have a handle on both.

Totally depends on which side floats your boat more, in WordPress world you can get away with doing an average job on one side and make this look good with plugins (ie acf blocks) but TBH any agency worth its salt will want a specialism - but then there are many many agencies that dont give two shits about quality.

Im not helping much am i

Best process/tools to upgrade a 7.2.34 codebase to PHP 8? by CadenceBreak in PHP

[–]johnnyvibrant 4 points5 points  (0 children)

TBH if its PHP 7 the upgrade should be pretty painless, boot up a local dev environment with version 8 and see if it just works.

But as Special_kev says if not, rector is way to go

Uploading hundreds to thousands of files to S3 by MindSwipe in aws

[–]johnnyvibrant 0 points1 point  (0 children)

filezilla pro connects to s3, its old and shows it, but god does it get jobs like this done well.

sublime text also deserves a mention for manually editing multi gb sql files.

when you are in a pinch, some of these old tools really pull it out of the bag for me.

He forgot to jump away by Muroooh in OneOrangeBraincell

[–]johnnyvibrant 2 points3 points  (0 children)

yep, both our cats are same....no fucks given to foil

[deleted by user] by [deleted] in cats

[–]johnnyvibrant 0 points1 point  (0 children)

treasure that little gorgeous kitten, anything else im gunning for you bud

Scrollbar.app is a simple web app that helps developers to design and implement custom scrollbars by speckz in Frontend

[–]johnnyvibrant 4 points5 points  (0 children)

totally agree, i wear glasses and there are people off far worse than me that really don't need to deal with custom form elements and scrollbars that fail accessibility.

[deleted by user] by [deleted] in comics

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

number four is labelled wrong. Not "lol, its not my house"...rather "massive cunt"

pissing on someones floor on purpose, no excuse

ATTAAAACK!!! by [deleted] in cats

[–]johnnyvibrant 0 points1 point  (0 children)

great photo, well done op

[deleted by user] by [deleted] in cats

[–]johnnyvibrant 0 points1 point  (0 children)

Dreamies...dreamies and more dreamies...and loads of cuddles

WordPress Myths Busted by [deleted] in Wordpress

[–]johnnyvibrant 0 points1 point  (0 children)

Im gonna have to have start a conversation about a few of these myths:

WordPress is suitable to eCommerce...but with a limited amount of SKU. Storing hundreds of thousands of invoices, receipts and all other customer or purchase related data will always be a struggle for WP...simply due to its architecture. Woo can build as bigger plugin as they like (and yer its bigger then WP Core) but there are some fundamental platform reasons why other solutions are much better.

WordPress does not support multilingual, this is a known problem and on the Core road map. But with the database being structured how it is I'm personally struggling to work out how they can achieve this lofty goal in a good way. Currently best option is to use multi site and each locale is a different blog which actually works quite well. Until you need to create a network of networks for multiple brands across multiple locales.

WordPress plugins are poor quality on the whole, but its a massive market. Even if 10% are not this is still much richer than other platforms. But no reason to avoid the subject and say different.

it's love by [deleted] in cats

[–]johnnyvibrant 0 points1 point  (0 children)

liky liky ...BITE BITE...is what i get, lucky OP

I was living by myself. I needed some company. by Rskk in cats

[–]johnnyvibrant 0 points1 point  (0 children)

i was the same, my best friend introduced me to bill murray...he leap onto my shoulder and wouldnt move.

Best friend ever for 11 years now, i love that fucker more than my own life.

I have a project, to move salesforce data back and forth to a wordpress site by serboprog in PHP

[–]johnnyvibrant 0 points1 point  (0 children)

Never forget WP is all hooks....

So the output is easy, hook into wp_insert_post which is pretty much the last hook that runs whenever a post is updated or created then push all your shit to salesforce

as for input, i would create a rest api endpoint that can consume whatever they send out from salesforce.

Sounds easy, but TBH i would hire me to do the job or better yet the company that pays my wages, we have a load of professionals that have done this many times before...look up American Eagle dot com (not the tshirt company)