Recent content by haxel

  1. H

    Google Firebase Expenses $1,000 per day. It reached $4,200. What will happen if I dont pay?

    Just contact support. This isn't uncommon so they're usually lenient the first time
  2. H

    Is programming still worth learning for online income

    No code tools are significantly easier to use if you know programming / the logic of programming.
  3. H

    Is programming still worth learning for online income

    There will never be a time, as long as there is electricity, where programming is not a valuable skill. Even if computing changed, the ability to solves problems remains a valuable skill.
  4. H

    [JOURNEY] Growing an Authority Website Through Programmatic SEO in the Era of AI

    Absolutely. Are you using PHP to build it? Or are you using a different programming language? For my big project I'm using a lot of OOP in PHP because it can be quite scalable, but a lot of other projects that I've been doing have used Python on the backend. In the past, when I did...
  5. H

    Looking for guys wanting to share experience

    Literally this workflow has been on my mind for years but I hate doing cold calls
  6. H

    When do you refactor a script?

    When the idea comes on how you can make it better but the current architecture doesn't support the new idea. Ex: reworking class structures for better and more efficient data management or implementing concurrency on multiple devices.
  7. H

    Choosing between C, C++ and C# need some buyer-side clarity

    Depends on what you want the project to be, how maintainable, and how scalable. If it doesn't require hella speed, go with C#. And I mean like, hella hella speed. C# is basically a more interesting version of Java, so for writing scalable and easily maintainable code, it's recommended. Not...
  8. H

    GO or Python?

    I usually default to python, however, I also have experience with other types scripting languages/OOP/functional languages. Tbh, you gotta learn both, or at least the fundamentals of Go while learning python as well. Managing memory and being able to create a quick binary if needed is soooo...
  9. H

    [JOURNEY] Growing an Authority Website Through Programmatic SEO in the Era of AI

    Interesting that you've got that much depth and still have more to go. Is it like a tool site or informational? Also are you using any framework like WP or is it all custom coded? I've been working on a 100% custom coded site using an object oriented json framework that has been surprisingly...
  10. H

    Maintaining scripts you never planned to maintain

    Turn them into an API so other scripts can reference it or turn it into a library. Or do a refactor using scalable and proper code rather than just maintaining slop
  11. H

    Scraping email python

    Use a browser. Requests don't run JavaScript so browser automation is your 2nd best option
  12. H

    I'm about to take a huge step......

    Write video -> shoot video -> edit video. Everyone's first video sucks but it's straightforward. You'll get better over time, phone camera is perfectly fine. Canva or CapCut. Both are good. CapCut is great on phones. If you wanna be an OG you can learn how to use Davinci Resolve (open source...
  13. H

    What AI tools are you guys using to code?

    Used to use ChatGPT & Claude. They stopped being good, and both confidently give wrong answers every time. Even for basic stuff these days... Doesn't help that I stopped coding in Python/JS and switched to Lua mainly for the kinds of coding projects that I need to get done. Going back to...
  14. H

    What methods are people using on LinkedIn now?

    It is kinda funny that the platform that most people browse at work looking for a better job is trying to push videos... It's almost like pron sites putting their Cast & Share buttons next to the close button lol.
Back
Top