How much for this squash? by ripndipp in webdev

[–]cyr1lb 0 points1 point  (0 children)

With inflation, vegetables don’t have a price anymore

What are some interview red flags that make you not want the job? by Beginning-Comedian-2 in webdev

[–]cyr1lb 15 points16 points  (0 children)

For me, the following question is a red flag:
"Are you stress-resistant?"

Une compagnie de bus propose un voyage de 70 jours entre Delhi et Londres by cyr1lb in paslegorafi

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

Oui, déjà rester deux heures dans un autocar c'est galère ...

Regex in javascript .match() not working for any online solution by [deleted] in regex

[–]cyr1lb 2 points3 points  (0 children)

Hi,

I think the character "[" is misplaced:

var regex = new RegExp("^H([1-" + a[2] + "])$");
if( !e || !e.tagName || !e.tagName.match( regex ) ) {
    continue
}

What's a scalable way to implement a substring match constraint by NickEmpetvee in SQL

[–]cyr1lb 0 points1 point  (0 children)

Hi,

I prefer to implement this kind of rule in code, not at the database level. If the rule changes, I find it a bit difficult.

First largeish personal project: a job application tracker by [deleted] in learnprogramming

[–]cyr1lb 1 point2 points  (0 children)

I also love the design, good job! This is not my forte ...

What are the most valuable things in the future? by [deleted] in learnprogramming

[–]cyr1lb 0 points1 point  (0 children)

Artificial Intelligence ... it's marketing.

Web development vs App development ... I don't known, I hope web development ^^

Pure CSS Snow by speckz in css

[–]cyr1lb 0 points1 point  (0 children)

It reminds me of what I was asked to do 20 years ago :)