Search results

  1. built

    Data Visualization dashboards for affiliate marketers

    True, need a course on grafana to configure it. This thread got me thinking though
  2. built

    Data Visualization dashboards for affiliate marketers

    Kinda like what Grafana does? https://grafana.com/grafana/plugins/
  3. built

    What coding languages do I need to be a Web dev/content administrator?

    HTML, CSS and Javascript are the foundations to working with frameworks/libraries like Angular/React etc. To land a frontend junior position you will need to be familiar with atleast one of the frontend frameworks. Works the same way with python, python is the foundation to working with backend...
  4. built

    Membership site with study guide/quizzes

    Well as a developer I know how I would code it, I'd probably take a look at supabase or firebase, that way it's pretty easy to manage users in terms of auth, roles etc. Then in the database i'd probably have an object or tables (firebase is key value, and supabase is relational) that stores the...
  5. built

    Which dev course would you study?

    For internal tools, maybe, depends if the company wants to share that information with non employees. But competing with cheap programmers, I wouldnt really worry about it, nothing you can do about it besides get better at your own craft and position yourself as an expert, not a cheap employee...
  6. built

    Which dev course would you study?

    I work as a full stack developer for a bank, and mainly do API services (C#, .net) and build frontends with JavaScript/TypeScript for internal tools. The thing with fullstack is that it is easy to get overwhelmed because there is so much to learn, but overall it is quite rewarding since you can...
  7. built

    Who's going in on CryptoCurrencies? XRP - Bitcoin

    I put my life savings into crypto
  8. built

    Newbie Question(s) so dumb, you're afraid to even ask!

    What is better for competitor analysis and keyword research? Semrush or Ahrefs? Their plans are the same price after tax. Can serpwoo do the above?
  9. built

    Expired domains work for experienced marketers. They don't work for newbies?

    I'd say so. I just bought one. Last 2 expired domains I used went pretty decent, but we will see
  10. built

    The "No Dev Question is Stupid" Thread - Basic HTML / CSS / Etc.

    The guys you linked to are using Shopify, but you probably could do that with ACF and some PHP I'm guessing. Or you could try using a plugin like this https://wordpress.org/plugins/woo-extra-product-options/ and then using PHP / CSS to try build something similar.
  11. built

    Can I combine multiple APIs into a single service I sell?

    I guess I mean what do you do if they dont mention it in their ToS. For example, like take what @bernard mentioned https://dataforseo.com/terms-of-service nowhere in there ToS does it mention anything about selling their data, so do I just assume that I could build any product with their data as...
  12. built

    Can I combine multiple APIs into a single service I sell?

    Hey guys, Would you say its legal / ethical to do something like this? Say I want data for x api, y api, and z api. Can I then create a frontend and combine the data from x, y, and z into a single service and then sell that? Thanks!
  13. built

    Facebook is now Meta... you in?

    We’re already living in a simulation, don’t really need another one
  14. built

    Wild West In the SERPs

    One thing I’ve noticed in the serps is that the number of results seems to be dynamic. I can get two different number of results using the same allintitle:keyword Tried this with a friend of mine using the same search and we both got different results for most things. Not sure if this is a...
  15. built

    Where do you go for stock images?

    I use this list for most things https://github.com/bradtraversy/design-resources-for-developers
  16. built

    Introductions Thread

    You could use cloudflare pages to host your static site and get unlimited bandwidth https://pages.cloudflare.com/
  17. built

    Should I use a basic stock Wordpress Theme until I start to succeed and then use a nice one?

    Can't believe this guy is charging $79 for that
  18. built

    What are you listening to?

  19. built

    Child theme done wrong

    @WinMore I would just do this before it gets worse and you can start with a clean folder structure. Make a backup of the buso_lightning theme if you made custom changes to it etc, download it to your pc, or whatever. Then inside your /themes/ folder, make sure that the index.php file you have...
  20. built

    Child theme done wrong

    Did you move the correct index.php file? There should be one inside the /themes/ folder and one for busolightning which is the actual theme index.php What happens when you switch to another random theme like generatepress, is the website still broken?
Back