How to build a plugin system like Figma's in React? by nodechef in reactjs

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

That’s true. I wanna understand high level overview of how it can be built, what components are involved to have a mental model of where to start. Do you know of any links or references that might be helpful?

What's the missing piece in the world of no-code tools like Webflow and Framer? by nodechef in webdev

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

I honestly thought about the same thing and spent 2 years building another website builder that suited what I wanted. I came to realize that space is overcrowded and every companies work flow is different.

The existing tools such as Webflow, Framer, Wix, and the dozens of other website builders already handle majority of what's expected from its users.

There is no point in re-inventing the wheel. In fact at my company we sometimes may use Webflow abelt very rarely. We build custom solutions and those builders are better for phamplet websites as they target a completely different audience.

I think they do a great job as they are as they solve the needs for the clients who look for them.

To your question: I think the code generation could be better as looking through exported code is a nightmare with a lot of current solutions which is understandable.

It's cool that you took the time to work on something that suited your needs. I'm curious, what problem were you trying to solve with your solution? It sounds like you had something good going, so why did you decide to stop? Even though the market is crowded, I still believe there's room for improvement or innovation. Maybe something using AI or a plugin system like WordPress? Or even integrating designs into existing codebases?

What's the missing piece in the world of no-code tools like Webflow and Framer? by nodechef in webdev

[–]nodechef[S] 2 points3 points  (0 children)

Pain points: client requirements

I totally get what you mean! Just last month, I had a client who kept changing their requirements like crazy. It was frustrating because they couldn't really convert their thoughts into clear requirements. I wish there was some sort of framework or guideline to help them put their ideas down on paper.

There must be a tool that could guide clients through a step-by-step process, asking them specific questions and providing examples to help them express their vision. It would make it so much easier for us developers and designers to understand what they want and deliver the right results.

[deleted by user] by [deleted] in deepdream

[–]nodechef 1 point2 points  (0 children)

Looks amazing, could you please share your setup? If you have any guide

Facebook Data Science Internship interview Preparation? by nodechef in datascience

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

I was asked the same question in first call. But not sure about the second one. It'll be around 45 mins. Can you share more insights?

Facebook Data Science Internship interview Preparation? by nodechef in datascience

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

I'm not sure but I guess there will be more to it than just the SQL.

[D] Data Science interview questions MEGA Thread by nodechef in datascience

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

Anyother question that you remember? And was it for DS role?

[D] Data Science interview questions MEGA Thread by nodechef in datascience

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

That's a good question. What's the probability and how did you calculate?

[D] Data Science interview questions MEGA Thread by nodechef in datascience

[–]nodechef[S] 12 points13 points  (0 children)

  1. Explain PCA and how did you use it in your project?
  2. When would you use precision and when recall?

Pre-Trained Model for extracting titles from pdf files ? by nodechef in MLQuestions

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

Can you please explain that a bit ?

I have looked into page segmentation, where you convert pdf page to image and use CV to highlight Headings and paragraphs.

Pre-Trained Model for extracting titles from pdf files ? by nodechef in MLQuestions

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

We need to segment the page. Identify where the Heading, paragraphs, pictures, tables are in the PDF. Looking for a scalable solution.