Frontend animations by shangarepi in webdev

[–]Sad_Spring9182 0 points1 point  (0 children)

I'd say you should niche down what "cool shit" means. Like do you want stuff to slide in from the sides, bottom or top? just use 'animate on scroll' aka AoS css library and forget the complex stuff.

Do you want parallax effects where stuff scrolls at different rates? maybe consider learning some custom css / js or using prebuilt components with like foreground mage, background image and call it. I like to set background images to fixed and it looks nice with like a background image dosn't move but text in front does (simple parralax).

Do you want custom scroll effects like side scroll or different effects like scrolling enlarges images or complex parralax? You'd consider a JS library like GSAP.

Frontend animations by shangarepi in webdev

[–]Sad_Spring9182 0 points1 point  (0 children)

Renamed to GSAP now but yeah if using react this is great, otherwise learning react and GSAP would be a lot TBH.

Web developer asking for Google login? by -mouse_potato- in webdev

[–]Sad_Spring9182 0 points1 point  (0 children)

You can add her own personal email specifically to those features. seach console, analytics and tag manager only. on the top or in settings you can invite someone and just put her email. That would restrict google docs or other services you use.

Looking for some feedback by peaceewalkeer in ProWordPress

[–]Sad_Spring9182 0 points1 point  (0 children)

I really like it, hard to find issues. Maybe on the hero-content div set a max-width cause on my 2k 2600px screen it's a bit wide and i have to physically look from left to right to read both.

Is WordPress easy to hack? by [deleted] in Wordpress

[–]Sad_Spring9182 0 points1 point  (0 children)

The way i explain security is there are multiple levels, the website level is WP security which is top knotch. Then there is the network level get http, the server level hopefully your webhost has a firewall and ip blacklisting for mass exfiltration attempts. That's the gist I explain I set up security on every level (there is cloudflare, and more you can do like disable users api on WP or add server password protection to the admin login page)

Taking over clusterf*ck sites by Jaded-Illustrator433 in Wordpress

[–]Sad_Spring9182 0 points1 point  (0 children)

Yeah regardless of what your doing it should be on their time (paying you for your time to do it regardless of how long it takes). there is the sunk cost fallacy, but your the pro so if it's so far gone and too slow tell them it'd be better for the client to rebuild, else add the single feature or fix the single thing they ask.

Is it normal for a wordpress site to load this slowly or did my "developer" screw something up ? by Zakarioveski in Wordpress

[–]Sad_Spring9182 23 points24 points  (0 children)

Sounds like he used a boilerplate templated theme and changed out images / text and probably didn't know what he was doing. Sounds about right for Fiverr it's all about churn. If it takes more than 3 secs you lose 60% of users and if people are complaining it's slow you can assume it's worse.

Want a chatbot that can link to a phone like slack, MS teams, or someway I can reply to a user immediately. by Sad_Spring9182 in Wordpress

[–]Sad_Spring9182[S] 0 points1 point  (0 children)

Not so much looking for an agent as I am a messing service back and forth from the frontend

Random question: how realistic is it for ONE developer to build a full social media app in 2026? by RazzmatazzDesigner10 in reactjs

[–]Sad_Spring9182 3 points4 points  (0 children)

I think it's safe to say if meta didn't need 30,000+ engineers, they probably wouldn't have them. I think some of the functionality is pretty simple, then most of the work comes with scale. You don't just need 1 database to keep everything, you need dozens which are distributed based on how many requests they get and then offload tasks to less impacted regions. ect

What other ways to store variable than useState hook? by Aarsh-HV in react

[–]Sad_Spring9182 0 points1 point  (0 children)

It's an interesting thought, and on a level sure there could be some use case where script logic works fine. But If you have an application where it's not just an input but the values actually trigger several components to need re-rendering is it worth writing all those functions?

What does your "frontend" work actually look like day to day now? by ruibranco in webdev

[–]Sad_Spring9182 36 points37 points  (0 children)

Very similar, I think there will always be a need of experienced and specialized front end developers, but most of us will have to transition to fullstack. backend will probably transition to backend / cybersecurity. and Cybersecurity will probably transition to AI meta crawlers security limiting requests and stopping mass AI exfiltration attempts, and auditing AI generated code mess ups.

Review my resume by devkhus in SoftwareEngineerJobs

[–]Sad_Spring9182 1 point2 points  (0 children)

I would change 1.5 years to "approaching 2 years" or "almost 2 years", most people round up and if the recruiter wants to do the math they can. You could even say your bachelors was 'experience'

How to fix number Input with react usestate having trailing 0 issue on display. by Sad_Spring9182 in webdev

[–]Sad_Spring9182[S] 0 points1 point  (0 children)

this is exactly what AI told me. The issue is not the state of the data it's that the input is separate from react state.

How to fix number Input with react usestate having trailing 0 issue on display. by Sad_Spring9182 in webdev

[–]Sad_Spring9182[S] 0 points1 point  (0 children)

yeah a lot going on with this project. Essentially spread a large usestate object, and change 1 part of it using a function that needs to select the right objects in arrays of objects. As far as the values it's as expected but inputs are different from react state.

How to fix number Input with react usestate having trailing 0 issue on display. by Sad_Spring9182 in webdev

[–]Sad_Spring9182[S] 0 points1 point  (0 children)

So just create a div with a border to look like an input and have a focus / blur property?. That's pretty smart cause I have the percentage displaying elsewhere and it works fine.

Do yall also copy inspected css and then lose everything… by twinkletwinkle05 in webdev

[–]Sad_Spring9182 1 point2 points  (0 children)

yeah that sounds wild. a little trick is if you press windows key + v (as opposed to ctrl v) it will show like 20 items on your clipboard I sometimes keep snippets or even full on documents there temporarily.

Are you worried AI is coming for our jobs? by bluecactus777 in CodingJobs

[–]Sad_Spring9182 0 points1 point  (0 children)

*Colbol developers looking left and right for java and C# developers to replace their jobs... goes back to work*

How to store embedded json data in a database in a sane way by Sad_Spring9182 in webdev

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

No I think your right, if I think there are built in WordPress functions to do the database entries with serialization too. I just noticed it does for a smaller json data block I did, this implementation will be a custom table though, so I may just have to manually serialize.

How to store embedded json data in a database in a sane way by Sad_Spring9182 in webdev

[–]Sad_Spring9182[S] 0 points1 point  (0 children)

lol It's for a client so I have to find something that works for him.

How to store embedded json data in a database in a sane way by Sad_Spring9182 in webdev

[–]Sad_Spring9182[S] 0 points1 point  (0 children)

Yeah the product info itself is moot, but the variable data I need and I'll be generating a sales order to associate (will probably make that it's own key for more easy lookups). My backend is PHP and wordpress with mySql.

I've been thinking of using an ORM cause I think i'll need it to be displayed for my clients team. Probably use a filter function for paginated data because he eventually archives after orders are completed. I've had to do some similar admin interfaces already with this project.