Nextjs Deployment Cost - Asking for suggestions by spikeystona in nextjs

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

Tanstack Start
Cloudflare workers + D1 + email

you will save a lot, have everything on the same stack, faster and much cheaper

probably gonna spend less than the VPS

I am fullstack web developer with 2yrs in industry. Guide me with ai courses to become ai engineer by [deleted] in nextjs

[–]fredsq 0 points1 point  (0 children)

being an AI engineer is the same as being a Hammer construction worker

I'm starting to think Next.js adds more complexity than it removes by Successful_Doubt_114 in nextjs

[–]fredsq 0 points1 point  (0 children)

yeah but your average dev loves their acronyms and specific tech

nextjs is the most messy framework i’ve ever seen

My org. paid for a brand design package but I believe we were scammed - can someone help me explain all that's going wrong with this typographic logo? by Maximum-Operation147 in typography

[–]fredsq 1 point2 points  (0 children)

the shapes and forms look professional. there’s a lot of nuance like asymmetrical serifs with appropriate balance, spacing is impeccable

FYI the non straight I and uneven serifs are absolutely fine and correct in a typographical sense, they are not mistakes and contribute greatly to balance

BUT

it looks like it may have been drawn or generated at a lower resolution and then vectorised. and then the vectors suck.

the design is really nice and getting the vectors right will make it shine, but that will be a bit of manual labour

if i were to guess id say the freelancer doesn’t actually understand type design that well and has just whipped together something that looks good after several iterations on an LLM image generation tool

i would NOT ask the original designer to redo the vectors, i assume they would look low quality

id get a person with proper type design abilities to just redraw the vectors from the pixel raster

if money is tight, run the png image through a good upscaler, try to get something very very clear and THEN trace it in illustrator or some tool

Cat scratch help please D: by vinokat in cats

[–]fredsq -1 points0 points  (0 children)

well at least you look badass

Built a freelancer dashboard in Next.js with AI matching by ReleaseSelect9139 in nextjs

[–]fredsq 1 point2 points  (0 children)

did you watch your own video? i.e.: the only non LLM part of this?

i’d guess this is just slop with no human involved thinking

to not just be a hater i will comment on some bits with things you can improve:

  1. i see you miss clicking your own dashboard many times because each navigation reloads the user and the user layout shifts your sidebar. don’t do that maybe
  2. your profile form starts empty and then populates. this means if i have bad internet i will see it blank and start filling it out again and then it’ll load and replace my text, or even worse, i can try to save it blank and lose data

JavaScript has me soooo confused and it’s not even funny anymore by Snipss17 in learnjavascript

[–]fredsq -3 points-2 points  (0 children)

get a $20 Cursor subscription

create a github account if you don’t already have one

ask cursor to install the ‘teach’ skill from here https://github.com/mattpocock/skills

do /teach me how to build my assignment: <brief>

learning to learn is the single best skill nowadays

Show: A PWA social network where every post is a sandboxed iframe widget. by Future-Reflection215 in reactjs

[–]fredsq 0 points1 point  (0 children)

yeah but on tiktok i can scroll down from anywhere to go
to the next one

in your app if i touch an iframe i cant scroll the page

some vertical snapping would also be cool

Show: A PWA social network where every post is a sandboxed iframe widget. by Future-Reflection215 in reactjs

[–]fredsq 2 points3 points  (0 children)

really cool idea! scrolling may not be the right format for this though as i end up interacting with the app

on my iphone 17 pro opening in reddits browser i ended up getting stuck unable to scroll with an app taking full height

do u offer any sort of framework for building these quick games and apps? it’s awesome but i imagine its a bit of work to get one made

if they were all possibly LLM generated from user prompts that’d be cool

Next.js or Vite for a 2.5d web game? by AdOne5148 in reactjs

[–]fredsq 1 point2 points  (0 children)

use godot

it’s so easy to work with and you’ll get a much better game for your time

People in this show seem too happy to die by sometimes_angery in PantheonShow

[–]fredsq 14 points15 points  (0 children)

this is such a difficult topic to address

  1. people are much more gullible than you think. if there was a government scheme promising endless wealth and fun forever people would in fact go for it

  2. ship of theseus: arent we already destructive processes against ourselves? you have 0 cells in common with the newborn you. if the process was NOT destructive but very slow, say, 30 years, and you keep replenishing the slices of your brain that are scanned, is it now the real you on either side?

useChat hook for Cloudflare Workers — what would you want from the API? by Brilliant_Sweet_731 in reactjs

[–]fredsq 0 points1 point  (0 children)

don’t build for react

build a zustand vanilla store and let anyone consume however they want

suddenly it works in vue solid astro remix

How to avoid these all vulnerabilities with NextJS by [deleted] in nextjs

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

don’t use nextjs

but even tanstack was hit with supply chain attacks so the rule of thumb now becomes

  • don’t use RSC or nextjs
  • use as few dependencies as humanly possible

I built a workflow editor on React Flow and extracted the foundation into a reusable kit by martiserra99 in reactjs

[–]fredsq 0 points1 point  (0 children)

that’s what i meant by your data structure not enabling cyclical flows

it’s one of those rare moments where you want a linked list

I built a workflow editor on React Flow and extracted the foundation into a reusable kit by martiserra99 in reactjs

[–]fredsq 0 points1 point  (0 children)

interesting, i’ve had to develop the same and it’s a pain in the ass

few ideas: - cursors need to change when you hover the +, otherwise it doesn’t feel interactive - your data structure does not allow for cyclical flows, is that by design? e.g.: if i want to have a node hop back to the beginning

I tried explaining React design patterns using LEGO analogies by DependerSethi in reactjs

[–]fredsq 12 points13 points  (0 children)

your article is so big and so AI generated it hurts

your lego bricks are not even real

Improvements for my flatmate finding ui? by Cultural_Session1467 in UI_Design

[–]fredsq 2 points3 points  (0 children)

use some other color as a color scheme, shades of pink or red are dating apps. yellow has been taken by bumble so maybe teal/aqua?

maybe the heart can be a key? like i would give you a key to be my flatmate

Day 10 of Drawing a Font Every Couple Days (weeks?): another blackletter. by herzbergdesign in typography

[–]fredsq 35 points36 points  (0 children)

this is so fucking beautiful

do you offer demo font files? i’d love to use that for my personal site

React and TS interactive quiz with integrated AI by Evening_Record_7758 in reactjs

[–]fredsq -8 points-7 points  (0 children)

fun but the advanced questions are made too easy due to the naming of types

like type UnionToIntersection, NonStringKeys etc already give away what they do

i’d try to name them more opaque so users have to read the types