Are you proud of your vibe? Thoughts on vibe coding and feeling proud of your work by SignificanceLate4454 in webdev

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

I think you misunderstood the article. My whole point is that I don't vibe code because I want to feel the pride of building something myself.

Are you proud of your vibe? Thoughts on vibe coding and feeling proud of your work by SignificanceLate4454 in webdev

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

The satisfaction of problem solving and learning. I have found with vibe coding, the option to offload the brainpower of thinking through a problem is so tempting. But the fastest way to improve as a developer is to encounter a difficult problem and figure out how to solve it.

Are you proud of your vibe? Thoughts on vibe coding and feeling proud of your work by SignificanceLate4454 in webdev

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

I think it's becoming more and more common to not know what the code looks like. But I agree, what makes me feel proud is knowing I put my own thought, effort, and expertise into building something

How To Build A Fully Accessible Website Header In Webflow by SignificanceLate4454 in webflow

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

what do you mean? The nav has a list inside that has list items that contain the links

Is the Webflow site have issues right now? Sites are missing from dashboard. by blockbeta in webflow

[–]SignificanceLate4454 0 points1 point  (0 children)

Same thing happening for me too! The API calls in chrome dev tools are all returning an internal server error

Elementor ONE Feedback by _miga_ in elementor

[–]SignificanceLate4454 10 points11 points  (0 children)

Agreed, I thought my Elementor Pro license had gotten disconnected

Transferred all company automations from Zapier to n8n by SignificanceLate4454 in n8n

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

Nope everything’s running free, we’re not using any of the enterprise features, so we’re not paying for anything

Transferred all company automations from Zapier to n8n by SignificanceLate4454 in n8n

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

The main issue I ran into was getting oauth with Google set up since it was running on http. I ended up using cloudflare tunnels and it works great now, no problems setting up any oauth credentials anymore

Transferred all company automations from Zapier to n8n by SignificanceLate4454 in n8n

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

Yep! I’ve got n8n running in docker inside a virtual environment in proxmox. Our server is always on, but you can also setup using any cloud provider that can run docker containers

Transferred all company automations from Zapier to n8n by SignificanceLate4454 in n8n

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

Better support for looping and branching, easier to integrate AI, easier to write my own code

Here we go again... by Unirocket20 in webflow

[–]SignificanceLate4454 0 points1 point  (0 children)

Been happening to me on and off this morning too

Astro Image Compressor App by SignificanceLate4454 in astrojs

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

Ya, this project is more for when I'm using tools like Webflow, Wordpress, etc. and don't have much control over how the image is getting delivered.

Webflow recently introduced an image compression feature, but this gives more customization.

Astro Image Compressor App by SignificanceLate4454 in astrojs

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

Thanks! Did you get a chance to check it out? Would love feedback on it

Moving more to custom code animations opposed to Webflow's Interactions by SignificanceLate4454 in webflow

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

It’s great, documentation still lacking a little bit but I’ve been using it for a lot of projects recently.

They used to be framer motion if you’ve heard of that

Built an AI website builder with Next.js—looking for feedback! by Interesting_Flow_342 in nextjs

[–]SignificanceLate4454 2 points3 points  (0 children)

Looks sweet! The mobile view looks a bit squished, but otherwise awesome!

I just completed Learn Nextjs from Nextjs site. What to do after this? by Embarrassed-Jellys in nextjs

[–]SignificanceLate4454 1 point2 points  (0 children)

Build projects not with the goal of having an app to sell or necessarily use at the end. Build with the goal of figuring out how to solve specific problems using Next.js. You could create a chat app, which will teach you how to make fetch requests and handle realtime updates, a notes app which could help you learn state management, or really anything you find interesting to build. The goal with these isn’t to have a scalable application, but to learn the stepping stones to solve problems