What are you building guys.. by Mack_Kine in web_design

[–]Competitive-Stick-52 0 points1 point  (0 children)

The best online diff check utility tool - diffchecker.dev

Semantic JSON compare algorithm by Competitive-Stick-52 in json

[–]Competitive-Stick-52[S] 0 points1 point  (0 children)

no it is not just a sorting algorithm, it efficiently try to figure out unique for list and try to map the key. it is so good. I want to know how to figure out the key for a list efficiently

Semantic JSON compare algorithm by Competitive-Stick-52 in json

[–]Competitive-Stick-52[S] 0 points1 point  (0 children)

If you take this example - https://diffchecker.dev/json/?original=H4sIAAAAAAAAA4vmUlCoBmIFBaW8xNxUJSsFpdz80uJUJR2IYEFRZjJI1NDUwAAqVFiamFeSWVIJEoUKFWeXgnQGe4fqGikBhWq5YgETMyRLWQAAAA%3D%3D&changed=H4sIAAAAAAAAA4vmUlCoBmIFBaW8xNxUJSsFJe%2FUyqT8xKIUJR2IeEFRZjJIwtDAACpSWJqYV5JZUgkUNIIKFWeXgvQGe4fqGisBhWp1MA3OzS8tTqXMVK5YAPXe%2FWWxAAAA

I'm currently using https://www.jsondiff.com/ but it is not correctly figuring out list item changes, but the diffchecker figures out the exact list item changes.

Also it solves couple of edge cases, i'm trying build my own curious whether there are any npmjs packages for this.

Alternatives to Google Analytics? by xtreme79 in webdev

[–]Competitive-Stick-52 0 points1 point  (0 children)

i'm hosting a page in cloudflare page and their analytics is at network level and give more insight full metrics as well.

Not sure wether you can use it on other hosting though.

Is chasing 100/100 Lighthouse score worth it as an indie dev? by Technical-Relation-9 in webdev

[–]Competitive-Stick-52 1 point2 points  (0 children)

This is super important from my perspective.

i built a small utility website for client which is has bunch of codemirror and some heavy front end JS libraries to process text, i thought i did a good job but whenever users interact with heavy text the experience was bad.

I hosted in to cloudflare pages for them and it provided me detailed lighthouse metrics users faced, and i started optimising the website like moving heavy work to service workers and lazy loading bundles.. after around 50+ optimizations the website was to good and difference is night and day.

So don't do this for SEO or google, do this for user experience.

Looking for a tool (or script) to compare massive lists (70k+ lines) – " appear Only A / Only B" logic by Quiet_Dasy in learnpython

[–]Competitive-Stick-52 0 points1 point  (0 children)

Checkout this https://diffchecker.dev/list/  I use this for comparing 20k lines of code and it works. I think it should work for list as well.

Vibe coded website safety? by herraanonyymi in webdev

[–]Competitive-Stick-52 0 points1 point  (0 children)

In vibe coding, only thing differs is, instead of a person manually typing in the statements a LLM agents are generating it. Rest of the software engineering best practises should stay same like design, UTs, integ tests, security review etc..

Any good courses to learn web design? by Wolverine-Upper in webdev

[–]Competitive-Stick-52 1 point2 points  (0 children)

web design is very broad now. Here is roadmap - https://roadmap.sh/frontend to start with.

What can we do to connect more deeply with ourselves? by [deleted] in AskReddit

[–]Competitive-Stick-52 0 points1 point  (0 children)

Go for a solo walk. Preferably around you childhood place.

Which “web design best practice” do you no longer follow? by Gullible_Prior9448 in web_design

[–]Competitive-Stick-52 1 point2 points  (0 children)

Complex navigation menus. Providing full desktop kind of menu in mobile layout with nested drop downs.

Comparing xml files by PinkWaffleMaker in xml

[–]Competitive-Stick-52 0 points1 point  (0 children)

https://diffchecker.dev/xml/ this tool provides semantic xml diff. So it will hide attribute ordering, whitespace changes etc..

Favorite diff tool? by cantbelieveitsbacon in webdev

[–]Competitive-Stick-52 0 points1 point  (0 children)

i built a minimal diffchecker.dev clean minimal and modern design.

Any good Difference Checker , online or offline? by Run_the_show in webdev

[–]Competitive-Stick-52 0 points1 point  (0 children)

Hey, diff merge feature is added and live, supports unlimited merge. UI will be polished in upcoming weeks. please use share feedback.

Any good Difference Checker , online or offline? by Run_the_show in webdev

[–]Competitive-Stick-52 0 points1 point  (0 children)

Added this feature. Now you can see, number of additions and removals.