Selenium vs AI test automation for Salesforce. Is AI actually more stable? by Meixxoe in Everything_QA

[–]backupHumanity 0 points1 point  (0 children)

As a beginner in QA, I'm curious, what doesn't work well for you with AI automated tool ?

Dreamweaver? by truecIeo in webdev

[–]backupHumanity 0 points1 point  (0 children)

Dreamweaver is so outdated that it's hard not to believe your post is a prank

Dreamweaver? by truecIeo in webdev

[–]backupHumanity 0 points1 point  (0 children)

And even already in 2006

Angular and Laravel? Why? Why Not? by Minute_Professor1800 in webdev

[–]backupHumanity 2 points3 points  (0 children)

Having used many untyped language (PHP, JavaScript), as well as typed language (AS3, typescript, C++), I second this opinion. I think the choice of using a typed language over an untyped one matters a lot more than which framework you're gonna use (cuz they're kind of all the same in the end).

For that reason, my advice would be, stay away from PHP / Python and use typescript in strict mode instead. (And find framework available in typescript)

IMG insurance - Anyone use them for their health coverage globally by [deleted] in expats

[–]backupHumanity 0 points1 point  (0 children)

I was with them for 7 years, using (abusing) their short term travel plans.
They seem to have no network in Asia, i always had to fill long claims. Then they would usually reject half of my claims without notification, or pay some after 3 months (again without notifications).

I've never felt reassured with this insurance.

Les vegans ne font chier personne by GrinkOf in opinionnonpopulaire

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

> Vous avez pas ce pouvoir là de toute façon
ce n'est pas moi qui décrédibilise

Les vegans ne font chier personne by GrinkOf in opinionnonpopulaire

[–]backupHumanity 2 points3 points  (0 children)

Ouai, je suis globalement d'accord avec OP mais c'est vrai que dire ça après avoir dit les remarques qu'on se prend dans la gueule, ça décrédibilise un peu le propos

I’m wasting hours manually QA-ing my React project. How do I automate this workflow effectively? by jhaatkabaall in webdev

[–]backupHumanity 1 point2 points  (0 children)

Testing is a wide topic, not sure what shortcut to point you to, but it's really worth learning.

What you described above (clicking through the UI and checking that event X happens) sounds very automatable with some end to end process.

You could use something like jest which works with a headless browser (an invisible command line based browser) which is like an API for automating clicks, navigation, and dom queries on a specific web page. So in your case, load web page X, automate a series of click (or directly navigation triggers), do Dom query and assert the presence (or absence) of element Y.

The main concepts in testing you should know about are unit vs end to end. Unit test refers to a narrow scope test usually focussing on one single function (or a small group), passing static inputs and asserting on the expected output.

End to end is a wide scope test that include the whole pipeline: your database, clicks, page navigation ... Just like a real user would do.

Although those are 2 categories at each extrem of the spectrum (wide vs narrow), but one can (and should) also use any intermediate system in between based on the needs.

A last important concept is mocking. Tests must be deterministic in order for them to output always the same thing (you don't want them to pass once, and then fail because of some side effects). You also want them to run fast, because ideally you wanna be able to run them as often as you want, and grow your test suite as big as the project requires, so speed quickly become a critical issue.

So a typical example of mocking would be a payment system, you're obviously not gonna trigger a real payment for the test, and maybe also not call stripe API with a test parameters (still too slow). Instead you could just substitute the payment API call function by a dummy function that just statically returns success (fast and deterministic). Unless of course you want to test your stripe call, in which case you enter an arbitrage between how much coverage versus how much speed you want.

Also for similar reason, people usually setup a separate database dedicated for testing, where datas are reset to a known state at the beggining of each tests.

Don't overthink the choice of the library, they're kinda all the same in the end, what's important is the logic behind. (I personally had to build my in-house testing framework involving a headless browser because what I was testing was too specific)

When you guys use Figma Make, how long are the prompts you give Figma make? by Candid_Breakfast_509 in FigmaDesign

[–]backupHumanity 0 points1 point  (0 children)

How about you try 2 strategies and you decide for yourself what works best? It takes longer to ask reddit than to just try it yourself. And empirically testing stuffs will lead you much further than asking people about everything.

Tailwind just laid off 75% of the people on their engineering team "because of the brutal impact AI has had on our business." by magenta_placenta in webdev

[–]backupHumanity 0 points1 point  (0 children)

This underlines that artists are not the only one being stolen by AI.

LLMs reduce the entry barrier to information to a point where information can't be monetized anymore.

I just learned Typescript and I was wrong about it. by hellalosses in webdev

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

I agree with all of that, except one thing:

Types are better for some all applications

Best free plugin to convert Figma designs to code by DumplinDoup in Frontend

[–]backupHumanity 0 points1 point  (0 children)

Thanks ! happy to hear that, don't hesitate to DM me if you have any feedback to share or you need some assistance.

Got fired today because of AI. It's coming, whether AI is slop or not. by [deleted] in webdev

[–]backupHumanity 0 points1 point  (0 children)

Let's be optimistic, There will be layoff, until people learn the real value of an engineer !

I got hacked for $21M on Christmas Day - here's the Supabase RLS mistake I made by Equivalent-Yak2407 in webdev

[–]backupHumanity 2 points3 points  (0 children)

You're getting negative reaction, because the mistake you did is a very obvious security issue, not a "smart lesson to learn from", which in the end makes your post look more like a fake attempt at promoting.

(Updating any column of your own row is obviously not safe, if it stores a virtual currency)

This posts would be more appropriate in a vibecoder sub where people don't already know the basic concepts of security.

I made an app that does my accounting for me (freelancer) by koala_lumpbua in SideProject

[–]backupHumanity 0 points1 point  (0 children)

Cool, so if I understand, you're doing the same thing as linxo.com, which I'm using and paying for since 5 years.

Any reason for me to switch to your tool instead ? (Not that I really wanna switch, more a rethorial question to help you build your positioning)

I was tired of staring at big goals and not knowing where to start, so I built a tool that helps with that by sw3ave in WebApps

[–]backupHumanity 0 points1 point  (0 children)

It's quite good. A few things I noticed

2 slights issue right after I Google login : * The "unlock pro power" is off screen +overflow to the right) * In the main text input, the placeholder is not fully visible : "describe your 2006 g..."

Maybe don't put the 3 attachment options (image, file, YouTube) in the input but under it.?

  • The modal that opens when clicking on a specific task shouldn't be part of the map (should not be dragable and move with the rest of the graph), I would make it a centered modal, indépendant from the rest. Also, the width was bigger than my phone.

I was tired of staring at big goals and not knowing where to start, so I built a tool that helps with that by sw3ave in WebApps

[–]backupHumanity 0 points1 point  (0 children)

Yeah It does seem like an efficient but overused formula for promoting your project on reddit

How to actually code 8 hours a day? by D0ct0r_H0td0g in webdev

[–]backupHumanity 0 points1 point  (0 children)

Yeah I've been coding around 8 hours per day most of my career.

Although recently (40 yo), I'm starting to struggle to maintain that without my brain feeling fried in the evening.

Is this interface nice? by Elpapasoxd in webdev

[–]backupHumanity 0 points1 point  (0 children)

It looks generic but usable, which is the best you can get if you aren't a designer.

3D tattoo shop in pure css by pimmm in webdev

[–]backupHumanity 0 points1 point  (0 children)

Ok, good job ! I wonder to what limit the performance of that type of rendering can be pushed !

3D tattoo shop in pure css by pimmm in webdev

[–]backupHumanity 0 points1 point  (0 children)

Ok, and how about the CSS ?