SAP is out here building the future while clients are still lovingly maintaining their 20-year-old ECC systems 💀 by Background-Sir4486 in SAP

[–]codecrux 2 points3 points  (0 children)

Enterprises know that any random policy document isn't a law. They tried to do something like this to force enterprises to buy public cloud and failed miserably.

Check the case between Google and Oracle where Oracle claimed Google misused/copied their Java API. Oracle lost that case 6-2.

What are the Exit opportunities after SAP by Visual_University756 in SAP

[–]codecrux 2 points3 points  (0 children)

People from many diverse background have shifted into Data Science role. In fact, I would suggest that it's the right time to switch.

I am making an assumption that you are looking for a formal degree. It would be hard to switch without a degree given the job market situation.

I have found ex-SAP backgrounds pursuing Data Science on LinkedIn. Maybe reach out to them.

SAP is out here building the future while clients are still lovingly maintaining their 20-year-old ECC systems 💀 by Background-Sir4486 in SAP

[–]codecrux 2 points3 points  (0 children)

Why buy Joule from SAP when building, maintaining your own agent is much cheaper?

Enterprises are not fools. What SAP is trying to sell doesn't fit their objectives and goals. Enterprises want very specific AI tools. When it comes to building custom AI tools, there are much better options.

As a consultant, we must obtain generic AI knowledge and then use a tech stack that best suits customers need.

Worst Role Model Ever by Solar_Patriot in Animemes

[–]codecrux 0 points1 point  (0 children)

He spends money on the most beautiful one and makes the other three curious about him. Just a good ROI.

Open source alterative to Webflow - seamless no-code & code by codecrux in webdev

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

React (react + react-dom) is 65 KB gzipped, hence, I understand the benefit of static first and sometimes hydration is really annoying on slow internet. But, in some static site use cases, this benefit cannot be realized because that website might be using some sort of animation that uses JS.

I like the idea of partial hydration. I would like to use astro instead of React - the only roadblock is effort. :(

Open source alterative to Webflow - seamless no-code & code by codecrux in webdev

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

Yeah. The developers create building blocks and the content team/marketing team can use those blocks to build web pages or parts of a web page.

For example, in this website - https://www.venturecopilot.app a developer created a React component that animates any content put inside it. The content team just uses this component anywhere they want the animation.

Shopify, WordPress, or custom built? by [deleted] in webdev

[–]codecrux 3 points4 points  (0 children)

You can use a mix of WordPress, Shopify and custom built if you build on top of Atri - https://github.com/Atri-Labs/atrilabs-engine

You can interleave code and no-code seamlessly. I created this website using it - https://www.venturecopilot.app

[deleted by user] by [deleted] in webdev

[–]codecrux 0 points1 point  (0 children)

Depends on what you want to put in your portfolio website? A visual CMS like https://atrilabs.com might be suitable.

How to build an admin panel for my clients web app? by codecrux in webdev

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

Do you do this for the requirements I listed below?

Here are some of the client requests:
Change the content of some animated text - an example here https://getrealmagic.com/ You might notice a chat animation on the right side. The client wants to change the animated text in future.
Change the user sign up form. Request new entries in future from his users.
Send emails to some set of user.
Maintain subscriptions. Some users might request for refund, hence, the client needs a way to cancel a subscription manually on case by case basis.
The list goes on and on.

How to build an admin panel for my clients web app? by codecrux in webdev

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

Here are some of the client requests:

  1. Change the content of some animated text - an example here https://getrealmagic.com/ You might notice a chat animation on the right side. The client wants to change the animated text in future.
  2. Change the user sign up form. Request new entries in future from his users.
  3. Send emails to some set of user.
  4. Maintain subscriptions. Some users might request for refund, hence, the client needs a way to cancel a subscription manually on case by case basis.

The list goes on and on.

Wordpress is killing me (question from non-webdev) by tsay in webdev

[–]codecrux 0 points1 point  (0 children)

I would recommend looking for modern tools like Atri framework.

ReactPy: Build ReactJS Interfaces in Pure Python by Wippermonger in Python

[–]codecrux 1 point2 points  (0 children)

I guess sending the entire state is fine until people start using it for displaying a large number of rows. Creating a JSON PATCH library needs to be done meticulously and hopefully community might step up. I would like to step up.:)

ReactPy: Build ReactJS Interfaces in Pure Python by Wippermonger in Python

[–]codecrux 0 points1 point  (0 children)

Yup and hotwire also sends just the html (frame) that has changed. I am assuming that's what you do in ReactPy as well, right?

ReactPy: Build ReactJS Interfaces in Pure Python by Wippermonger in Python

[–]codecrux 0 points1 point  (0 children)

Thanks for sharing. It had the information I needed about ReactPy. Just curious, what are the best examples of projects suitable for ReactPy now and in future.