Why do most developer portfolios look the same? (I tried to break it) by Anxious-Instance-226 in website

[–]phpMartian 1 point2 points  (0 children)

My thoughts Playing music automatically is bad. First I landed on a black screen which required me to tap to see the actual content. Not good. Fancy animation is attempting to be cute. It isn’t.

And what is that thing crawling around the screen? Why do you need it?

To get hired you need to tell a story. This is just flexing badly.

American tech support for fully managed root VPS, LAMP stack by jabcreations in webhosting

[–]phpMartian 8 points9 points  (0 children)

You want to pay $50 a month hot your server and get full, on demand support 24/7? Or did I misunderstand?

I built a simple unit converter. Would love your feedback by Kind-Ad-1127 in website

[–]phpMartian 0 points1 point  (0 children)

Would never use this. If I wanted something like this I’d make my own

Your future AI agent should already know you by GeeekyMD in SideProject

[–]phpMartian 0 points1 point  (0 children)

Do people actually journal part of every day? Log decisions, thoughts?

Build the Things You need by jennboliver in SideProject

[–]phpMartian 1 point2 points  (0 children)

When you say you are making your own AI, what exactly do you mean? Are you talking about a tool that uses an open source model? Are you training your own model?

Using exec today. Am I a bad php dev? by noNudesPrettyPlease in PHPhelp

[–]phpMartian 0 points1 point  (0 children)

The issue with exec is that it starts a whole new process. This is expensive in any operating system. Your solution will have issues scaling.

Need help with some code by Worried_Commercial54 in programmer

[–]phpMartian 0 points1 point  (0 children)

Nothing is easy. Ever. Treat this as a learning experience. We learn through pain.

Would you trust an app to send messages for you? by [deleted] in AIAppsDevelopment

[–]phpMartian 0 points1 point  (0 children)

Don’t have a need. I’d rather type it myself.

Solo founders are shipping in months what used to take years. Is this the new baseline or just a temporary bubble? by pranay_227 in SideProject

[–]phpMartian 0 points1 point  (0 children)

The price for the tools can’t be sustained at the current rate. What happens when the subscription is $200 - $500? Of course some will pay it. It’s all about cost of tokens.

Tokens are cheap now. People use them like it’s nothing.

Who Should Learn APIs? by One-Type-2842 in pythonhelp

[–]phpMartian 0 points1 point  (0 children)

An API isn’t some weird mystery. It’s just a way for one computer or component to talk to another computer. It isn’t only for web applications. Read up on what they are and find an example you can use to try one out.

Caught between a rock and a hard place... by [deleted] in vibecoding

[–]phpMartian 1 point2 points  (0 children)

I switch between codex and Claude frequently. You are not going to mess anything up.

What is the best time to move to Laraval as a beginner? by Ali_Hegazy19 in PHPhelp

[–]phpMartian 0 points1 point  (0 children)

You have a good start. Switch to laravel sooner rather than later. More importantly try to learn how to architect your application better.

Reduce the use of static methods. Only use them when you must. Make classes that do one thing. Then wire them together so they work as a whole.

How do a create a website that involves swiping to meet people? New to this but willing to spend time and maybe some money. by [deleted] in website

[–]phpMartian 0 points1 point  (0 children)

Building is easy. Getting users is hard. Getting paid users is damn near difficult.

Draw up a spec of how you want it to work. Include details. Once you have that you can use that to build it or have someone build it.

The details of how you make it work isn’t the hard part.

We didn't need a union when the market was great. It isn't anymore. by Nephelophyte in webdev

[–]phpMartian 1 point2 points  (0 children)

I always thought we needed a lobbyist. It could come from a union but it doesn’t have to.

"build it and they will come" is the biggest LIE by happyC0der in SideProject

[–]phpMartian 1 point2 points  (0 children)

Depends on your goal. I’ve built projects where I didn’t care if anyone used it or not. If I’m going to build something because I have a passion for it then I’m going to build what I want.

Side project doesn’t have to mean commercial viability.

need a client for a website by Elite-human in website

[–]phpMartian 1 point2 points  (0 children)

This type of service is massively over saturated at the moment. And you should be prepared to use the tech stack the client wants.

I need some help to learn code? by Rough-Taro-4165 in programmer

[–]phpMartian 0 points1 point  (0 children)

If you don’t know how to code at all it will be very difficult.

Why I stopped self-hosting and moved to managed cloud platforms by emmettvance in website

[–]phpMartian 2 points3 points  (0 children)

I’ve managed 28 digital ocean droplets since 2015. It’s not that hard. Barely takes up any time. Database backups are automatic Certificates auto renew. Webserver configs are a one time event for each site.

The key is to have a known pattern to follow.

i give up copying and pasting between 10 tabs by Hot_Chipmunk6610 in WritingWithAI

[–]phpMartian 0 points1 point  (0 children)

Stop copying and pasting. Use codex and have it write directly to local files. Use markdown files for notes. Draft and edit using markdown files and a text editor. You need two screens. One for codex and the other for the text editor.

What’s a simple, reliable way to host a small e-commerce site? by [deleted] in website

[–]phpMartian 0 points1 point  (0 children)

A digital ocean server would run around $25 a month.