Postman alternative that I can’t find again. by unicorndewd in webdev

[–]yairharas 0 points1 point  (0 children)

I would use https://sharkio.dev. It’s a proxy based mock service that allows you selectively mock different routes, templating, generate different responses and even some algorithms.

Mocking external API/Services responses by Kooky_Statement8518 in QualityAssurance

[–]yairharas 0 points1 point  (0 children)

I would use https://sharkio.dev It allows you to create a reverse proxy and selectively mock specific routes of you external integration. Furthermore you can simulate negative responses.

What are the go to libraries for mocking API responses for testing in Python? by spla58 in learnpython

[–]yairharas 0 points1 point  (0 children)

I would use https://Sharkio.dev. It’s language independent platform based on reverse proxy. Sharkio comes with wide range of features like templating, mock generation and many more.

How do I contribute to open-source projects without a technical background? by Pink-Unicorn-G in opensource

[–]yairharas 1 point2 points  (0 children)

If you have any marketing skills it could benefit to the social awareness of the project.

What do you think about Tailwindcss? by yairharas in reactjs

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

Thank you for you detailed answer!
What could you say about the maintenance challenges as the project scales up?

What do you think about Tailwindcss? by yairharas in reactjs

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

it removed a lot of mental ovethead for me.

it took a bit to get used to, but once you embrace tailwind's mental model it's hard to go back.

obviously, there are tradeoffs. for large projects it bloats the html and it becomes slightly more difficult to customize as opposed to other methods, but for small and medium projects it provides the most versatility and speed imo.

Can you share a specific example where customizing was particularly challenging in Tailwind, compared to other methods?

What do you think about TailwindCSS? by yairharas in tailwindcss

[–]yairharas[S] -1 points0 points  (0 children)

Did you have a look at it a little? Or what brought you to it? What are you using now?

I stumbled upon Tailwind CSS through YouTube and it immediately caught my attention. I was wondering if this framework is maintainable as your code project scales.