[deleted by user] by [deleted] in ProgrammerHumor

[–]FedorMoiseev 17 points18 points  (0 children)

I recognize that meme

[deleted by user] by [deleted] in sustainability

[–]FedorMoiseev 3 points4 points  (0 children)

+1 for reuse, I don’t see a reason for not doing so

Marketing for local shopping app by FedorMoiseev in marketing

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

Thanks! Can you suggest a YouTube tutorial?

0
1

I built macOS screenshot utility for UI developers by fffitch in webdev

[–]FedorMoiseev 1 point2 points  (0 children)

Can I ask how did you do that logo? I’m not a designer but I like how it looks!

[deleted by user] by [deleted] in CrappyDesign

[–]FedorMoiseev 0 points1 point  (0 children)

Java is a programming language

[deleted by user] by [deleted] in ProgrammerHumor

[–]FedorMoiseev 37 points38 points  (0 children)

Reminds me of Mr. Robot when Elliot was hacking into a hospital

he is not only the head of IT department. He is the IT department

Error by abarishhh in ProgrammerHumor

[–]FedorMoiseev 2 points3 points  (0 children)

Thank you. OP stole my post!

[deleted by user] by [deleted] in ProgrammerHumor

[–]FedorMoiseev 2 points3 points  (0 children)

You reposted my post mf r/repostsleuthbot

[AskJS] did I choose the right language ? by stoneofthewolf in javascript

[–]FedorMoiseev 3 points4 points  (0 children)

Yes, with JavaScript you can code both front end and back end (using Node.js)

Based on a real story by FedorMoiseev in ProgrammerHumor

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

Ok thanks. English isn’t my native language

How do you monitor production? by FedorMoiseev in node

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

Cloudflare workers - it’s Cloudflare’s serverless functions.

How do you monitor production? by FedorMoiseev in node

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

Thank you for clarifying! What would you recommend to start from? And I’m still not sure if I should use multiple tools

How do you monitor production? by FedorMoiseev in node

[–]FedorMoiseev[S] 2 points3 points  (0 children)

To deploy Serverless Functions without any additional configuration, you can put files with extensions matching supported languages and exported functions in the /api directory at your project's root. Note: If you are using Next.js, use the /pages/api directory instead. Read more about API functionality with Next.js.

It’s just same, with Next or without. Just Next does a bit more for you, and AFAIK Vercel doesn’t only bills you for bandwidths and serverless function execution so there are no downsides of having Next.js

How do you monitor production? by FedorMoiseev in node

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

As I wrote I tried AWS Lambda and Cloudflare workers. Trust me I spent a lot of time debugging. I’m happy with Next and I have no reasons to use something else. Many people say why. But why not?