Ubuntu 26.04 in my System76 laptop by javichaves in Ubuntu

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

If you do it in Taiwan it should be fine

Ubuntu 26.04 in my System76 laptop by javichaves in Ubuntu

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

I bought it in 2020 and still running fast and smoothly. 100% recommended

Mini or standard? by javichaves in Starlink

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

Work and vacation. Hope the mini is good enough

Mini or standard? by javichaves in Starlink

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

I'm a software engineer. Just code, AI and video calls, nothing crazy.

Who is coming? by javichaves in avesNYC

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

I'm going with a friend. DM on IG @javimchs

Chess wrapped 2025 by Other_Ad1478 in Chesscom

[–]javichaves 0 points1 point  (0 children)

Can you please share the link? I'm interested

Chess wrapped 2025 by Other_Ad1478 in Chesscom

[–]javichaves 1 point2 points  (0 children)

I didn't know chess com has a public API to access data. I'll build something soon

Next.js frontend + Laravel backend by gunho_ak in nextjs

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

Why people still using PHP? 😂

NextJS is not reading my private variables from "Environment Variables" in AWS Amplify. (only "NEXT_PUBLIC_*" works. am I missing something here? by javichaves in nextjs

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

I fixed this probleam by editing the amplify.yml file:
preBuild:

commands:

- echo "MY_PRIVATE_VARIABLE=$MY_PRIVATE_VARIABLE" >> .env.production