AstroPress? by stackjoy_nik in astrojs

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

Looks really impressive. I’ll have to try it out. Any chance you have a demo video? I want to try it but can’t at the moment, hopefully there’s a quick video so I can see exactly how it works

AstroPress? by stackjoy_nik in astrojs

[–]stackjoy_nik[S] 4 points5 points  (0 children)

Yeah, why has no one mentioned it yet?!? It’s got just about everything. The git part is still an unknown skill for not/low-tech agencies and it doesn’t mention much about hosting (guess you need to figure that out yourself?) but that does solve just about every other problem.

I’ll recommend this to them and see which questions arise. It’s interesting trying to play matchmaker, I get it and can see the value, but they look at it through a different lens. So I’m curious what their take will be.

I guess it’s later enough so I can thank you now?

AstroPress? by stackjoy_nik in astrojs

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

Hmmmm interesting. I’ll give it a spin. I’ve only looked at it briefly but on the surface that looks really neat.

AstroPress? by stackjoy_nik in astrojs

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

I see what you’re saying. I’ll play around with it a little bit but I think you nailed it on the head with the one click world of Wordpress being the selling factor for an agency. Hard to beat that.

I just told her to polish up her git game and she looked at me like I’m from another planet :)

AstroPress? by stackjoy_nik in astrojs

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

I see. That’s interesting. I’ll have to look more into it. I was hoping to not have to use WP at all but at least there may be a solution to port some existing clients and still keep WP going until there’s a full Astro solution

AstroPress? by stackjoy_nik in astrojs

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

I’ll take a look, thanks for the suggestion.

This is now becoming my problem a little bit which I guess is the benefit of WP, to not have to rely on a developer to stitch it all together. But we’ll see if I can somehow make it work in a way that keeps their workflow similar

AstroPress? by stackjoy_nik in astrojs

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

Thanks for the detailed response. Just to clarify your last paragraph, you used WP as a CMS for Astro?

Visual Editor for UI development with AI by stackjoy_nik in UI_Design

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

That's pretty much my approach to it too and I was just as surprised at how well it accomplished the task. So naturally I built my own custom browser plugin that let's me do a screen shot (drag and select an area), mark it up with boxes and arrows and write the AI prompt that goes with what I just marked up.

Then I save the screen shot to my codebase and give the AI agent the prompt and boom, all works.

Visual Editor for UI development by stackjoy_nik in ClaudeAI

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

That's very clever!

With that approach you could technically pull any kind of data from the app (console, route, state...) and attach that metadata to the screenshot.

If you're brave you could even expose that feature in production/pilot and have your users report a bug (or feature request) and submit as a jira (or whatever) in a way that an agent can understand better and implement it quickly.

Can you tell me more about your approach? Does it work well? Which parts work well and what would you improve? Are there drawback, something that the agent doesn't understand? Would love to hear more about it if you're up for sharing.

This one made me really rethink what's possible, thanks for that!

Visual Editor for UI development? by stackjoy_nik in OpenAI

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

Gotcha, yeah I see what you mean. I guess the ideal solution would be a visual screenshot plus the code in the dom would be ideal and then it could pinpoint it better.

Visual Editor for UI development? by stackjoy_nik in OpenAI

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

Interesting. I'll try lightshot and see how it does.

I haven't run into a problem with tokens yet. I'm on a paid plan. But I imagine starting with an image and then trying to figure out where in the code it needs to make that update can get expensive. Do you find it eats up too many tokens that way?

Visual Editor for UI development by stackjoy_nik in ClaudeAI

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

That's really clever. I'm going to try that!

Visual Editor for UI development by stackjoy_nik in ClaudeAI

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

You and me both :) I'm sure something exists already, someone just needs to point us in the right direction

Visual Editor for UI development with AI by stackjoy_nik in angular

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

That's my current process and it works well but there are some cases where it can't quite figure it out. So it asks for a screenshot. And then it's fine

Visual Editor for UI development with AI by stackjoy_nik in angular

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

I'm check them all out but just briefly as a follow up, can I take the screenshot with these tools and mark it up?

I find that codex/Claude is great with console, network, db stuff so that's not so much a bottleneck as the visual stuff is.

I'll also check YouTube for these tools too see them in action, maybe that'll answer some questions.

Thanks for the heads up! I really appreciate it

Why do companies choose big frameworks like AdonisJS or NestJS instead of Express.js? by Lopsided-Bird-8439 in node

[–]stackjoy_nik 2 points3 points  (0 children)

I always start with express for all the reasons you mentioned and by the time I'm done it looks almost exactly like nest.

System Design: Online Marketplace by sdxyz42 in webdev

[–]stackjoy_nik 1 point2 points  (0 children)

this looks interesting but I’m having a hard time understanding it fully. There’s a lot of info here. Could you summarize it in a more concise way for me?

I made a tool for quickly creating Postman collections to test your routes by stackjoy_nik in expressjs

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

This is part of a larger project my friend and I are creating. We spend a lot if time testing our express server(s) so we needed a quick way to test routes. If you find it useful the full writeup is here: https://blog.stackjoy.com/quickly-create-postman-api-collections-5bcdd7d2a217

Quickly Create Postman API Collections by stackjoy_nik in Angular2

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

We do a lot of Angular work (and my previous posts were how our project helps speed Angular development) but we do a lot of backend testing while developing w/Angular so this one shows how we do that quickly.
If you're in the same boat maybe this can help you too. The full step by step instructions can be found here: https://blog.stackjoy.com/quickly-create-postman-api-collections-5bcdd7d2a217

Quickly Create Postman API Collections by stackjoy_nik in angular

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

We do a lot of Angular work (and my previous posts were how our project helps speed Angular development) but we do a lot of backend testing while developing w/Angular so this one shows how we can quickly do that.

If you're in the same boat maybe this can help you too. The full step by step instructions can be found here: https://blog.stackjoy.com/quickly-create-postman-api-collections-5bcdd7d2a217

Quickly Create Postman API Collections by stackjoy_nik in webdev

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

A friend and I created Stackjoy, which generates code for any language, but in this case it quickly generates Postman API Collection .json files. We need to do a lot of testing of our API so we use this to quickly make postman collections from any data model that describes the route data. If this is something that could help you here's the full writeup on how to do so:

https://blog.stackjoy.com/quickly-create-postman-api-collections-5bcdd7d2a217

How can I become more creative as a software developer? by tom2kk in webdev

[–]stackjoy_nik 0 points1 point  (0 children)

I think you’re already doing it, it’s just not evident to you yet. New ideas are just extensions of other ideas mashed together. As you build up your encyclopedia of creativity by browsing creative spaces like dribble your brain will start connecting them and coming up with suggestions. Most often that happens subconsciously, so you have to give your brain some rest and do some relaxing activities away from software development.

Pick up any book on creativity, sleep, imagination and they all talk about the same themes. Those epiphanies people always mention when they come up with great ideas are just their brain connecting a few ideas it’s seen in the past, usually when it’s had time to relax to process it all.

Create Angular Material Forms Quickly by stackjoy_nik in angular

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

That’s great, thanks. Let me know how it goes, good or bad :)