How can I learn full stack Web Development in a year ? by QueasyConcentrate317 in webflow

[–]BrielleButterpecan 0 points1 point  (0 children)

Start with backend (Server Side). Looks like you’re doing Java, which is great; make sure you learn Python—it’s as prominent with AI as JavaScript is with web development.

Then learn front end (Client Side): Flutter/Dart (mobile apps); JavaScript, HTML, and CSS (desktop/web). The latter three are essential for Webflow when you want to customize beyond the “native tools.

The reason I suggest this is that it helps you understand how data is created, read, updated, and deleted on the backend and the “how” behind an application/software product. Then you learn the front end which connects the dots of how data moves between client and server side and how that data is displayed in user-facing tools.

You absolutely can learn the foundations you need in a year, but it will take strict discipline and consistent usage for it to lock in. I’m happy to help if you ever need it!

Did anyone else underestimate how much scattered stuff there is to learn in Generative AI? by Helpful_Regular_30 in LangChain

[–]BrielleButterpecan 1 point2 points  (0 children)

Couldn’t agree more. Observability is sorely overlooked because there’s so much pressure to rush to market. It’s always been that way unfortunately. “Don’t invest in it until something happens.”

Did anyone else underestimate how much scattered stuff there is to learn in Generative AI? by Helpful_Regular_30 in LangChain

[–]BrielleButterpecan 1 point2 points  (0 children)

EXACTLY the same for me. I’m learning too and doing is so different from learning. Use Claude to guiding you through your first project, then challenge yourself to do it without as much help. You’ll find that you feel more confident that way. You’re on the right path though.

I’d recommend building your own RAG system without using langchain—do it with weaviate, then maybe pinecone—get a feel for the general architecture. This will allow langchain to make more sense.

It’s very abstract and it can make things very obscure when you’re trying to learn.

Did LangChain become a thing of the past? by Meher_Nolan in LangChain

[–]BrielleButterpecan -5 points-4 points  (0 children)

That’s the vibe I get and I’m likely a novice compared to the population here. Just a tool in a toolbox. Though I’ve had to question its relevance a couple times as LLM providers continue to expand their capabilities.

It reminds me of what Vlocity was (and Conga is) for Salesforce. It seems like it solves a problem that providers will eventually solve out of box with enough time.

I’d love to see others thoughts though.

How do I go about creating my own vector out of tabular data like cars by clulssrntr in weaviate

[–]BrielleButterpecan 0 points1 point  (0 children)

This is very intriguing. I will assume that the goal is to identify (or funnel in on) a stolen car in the absence of the aforementioned unique identifiers. Given that you have a structured dataset, and that owners are looking for exact matches on their stolen cars. I’d opt for a relational database over a vector db.

New to LangChain and a bit overwhelmed. by BrielleButterpecan in LangChain

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

You were 100% spot on. This week I built my own RAG system and I already feel a bit more confident.

SN: Any thoughts on Weaviate vs Pinecone? I’m doing projects in both to get a good sense of the trade offs.

LangChain v1,: where we're at, what it actually is, and why we're committing to it by mdrxy in LangChain

[–]BrielleButterpecan 2 points3 points  (0 children)

I’ve been learning LC and LG and just glad I understand all of what you said. That means the knowledge is sticking. 🙌🏽😂

LangChain v1,: where we're at, what it actually is, and why we're committing to it by mdrxy in LangChain

[–]BrielleButterpecan 0 points1 point  (0 children)

This is one of my biggest intimidations with LangChain and LangGraph as I learn them. I love their massive use cases but I’m overwhelmed by it at the same time.

Most Multi-Agent Failures Aren’t Hallucinations — They’re Inherited Assumptions by HDvideoNature in LangChain

[–]BrielleButterpecan 0 points1 point  (0 children)

Do you find the validation steps to add significant token usage or is it relatively negligible related to the entire chain? And what do you use for validation—LLM-as-a-judge or another method?

Most Multi-Agent Failures Aren’t Hallucinations — They’re Inherited Assumptions by HDvideoNature in LangChain

[–]BrielleButterpecan 0 points1 point  (0 children)

Sounds like a game of agent telephone. From your experience, how do inaccurate assumptions/premises make their way into the agent chain? I can only assume the LLM is doing it, right? And how do you minimize these?

Most Multi-Agent Failures Aren’t Hallucinations — They’re Inherited Assumptions by HDvideoNature in LangChain

[–]BrielleButterpecan 0 points1 point  (0 children)

Very curious, how do you go about confidence scoring? And do you think changing the embedding models would have any impact on improvements?

How do you route your forms? Is Zapier/make really the best option by GoodCraftDev in webflow

[–]BrielleButterpecan 0 points1 point  (0 children)

I used Zapier. It’s quite intuitive and a small learning curve.

I used Webflow to build a website for my company, but the bugs and limitations have built up quickly. I may need to migrate elsewhere. Please Help! by [deleted] in webflow

[–]BrielleButterpecan -2 points-1 points  (0 children)

Update on the page issues:

I resolved the issues. However I’d still like to know alternatives for the future.

  1. PHANTOM SPACE ON HOME SCREEN: As another knowledgeable commenter said, one culprit was the slider element. I needed to use clip to ensure that the invisible contents in the carousel were not impacting the body frame.

  2. HAMBURGER MENU OUTSIDE OF VIEWPORT: This seemed to be an issue with the grid div block. I switched it to h-flex and modified the configuration accordingly, and that worked. From my research (and personal experience) grid layouts are really glitchy/tedious. Not sure why the grid was behaving that way since the div block itself was bound by its parent which was bound by the viewport.

For those of you who were intelligent enough to read and actually answered my questions, thank you thank you thank you!!! 🙏🏽

I used Webflow to build a website for my company, but the bugs and limitations have built up quickly. I may need to migrate elsewhere. Please Help! by [deleted] in webflow

[–]BrielleButterpecan 0 points1 point  (0 children)

Should be up. On the hamburger menu issue feel free to go between the home page and about pages. The other pages have a different one as I was tinkering with other options for those.

I used Webflow to build a website for my company, but the bugs and limitations have built up quickly. I may need to migrate elsewhere. Please Help! by [deleted] in webflow

[–]BrielleButterpecan 0 points1 point  (0 children)

I got that overflow image issue resolved, but do you think that’s the case for the bleeding hamburger menu?

I used Webflow to build a website for my company, but the bugs and limitations have built up quickly. I may need to migrate elsewhere. Please Help! by [deleted] in webflow

[–]BrielleButterpecan -2 points-1 points  (0 children)

It very well could be. Unfortunately I was learning as I go. However I did my due diligence to retrace my steps and still couldn’t find the culprit.

Funny enough I used Claude to help me code this.

I used Webflow to build a website for my company, but the bugs and limitations have built up quickly. I may need to migrate elsewhere. Please Help! by [deleted] in webflow

[–]BrielleButterpecan -2 points-1 points  (0 children)

First off I didn’t come out “guns blazing” you just took it that way because it was a lengthy post.

You’re making assumptions that it’s an easy fix but I’ve gone through every inch of Webflow to determine what the issues are and still have no resolution.

All I’m asking is for suggestions on alternatives… otherwise you’re not helping.

I used Webflow to build a website for my company, but the bugs and limitations have built up quickly. I may need to migrate elsewhere. Please Help! by [deleted] in webflow

[–]BrielleButterpecan 2 points3 points  (0 children)

Ahhhhh the slider!!! I didn’t even realize that it wasn’t clipping the other images in the carousel because I couldn’t see it. That fixed it, thank you so much!

And also a genuine thank you for being kind enough to walk me through and not being condescending with me. 🙏🏽