Recent content by fantasy905

  1. F

    How to understand Js better...?

    learning js is a grind at first but it clicks once u stop just reading and actually build stuff. best thing that helped me was breaking features down and console.logging everything so i could see whats really happening. also don’t rush frameworks too early, solid fundamentals in vanilla js save...
  2. F

    What skill made you the most money online not the one you expected?

    honestly the skill that paid me the most wasnt coding or ads, it was distribution and deal-making. knowing how to spot what already has demand, package it, then put it in front of the right eyeballs beats being the best technical guy any day imo. i spent way too long learning stuff like advanced...
  3. F

    Shopify Developer

    Data modeling is basically about inferring hidden signals from incomplete or noisy data. In this case you are not extracting numbers directly but building assumptions around public signals and testing how well they correlate with reality. If you are curious, start by looking into basic...
  4. F

    Shopify Developer

    Scraping Shopify stores will only give you public surface data like products and prices. Revenue and visitor traffic are not exposed anywhere and cannot be scraped directly. Anything claiming to provide those numbers is just an estimate based on third party signals and assumptions, often with...
  5. F

    How to make money through Discord?

    I’ve thought about building Discord servers myself before. The idea was to create a service where people actually get value through a Discord bot and where the server can generate recurring income over time. The same structure works on Telegram too. You can even run parallel servers on...
  6. F

    Full Stack Developer Interested In Long Term Knowledge Exchange

    Hello everyone, I have been following this forum for a long time and finally decided to create an account and introduce myself properly. I have always appreciated how discussions here focus on what actually works instead of staying at a purely theoretical level. I am a full stack developer...
  7. F

    AI to Control iOS and Android devices

    Yes, people have built systems like this, but it’s important to be clear about what is actually feasible, what is extremely hard, and where the real limits are. I’ll break it down at a high level, without getting into anything sketchy or brittle. First, the big picture. What you are...
  8. F

    GO or Python?

    If you are just beginning your coding journey, Python is the better place to start. At the beginning, the challenge is not building fast systems or learning advanced concepts. The real challenge is learning how code works and how to think through problems step by step. Python helps with that...
  9. F

    Learning python question....

    You don’t need to learn everything before building. You need to build to understand what to learn.
Back
Top