Skip to content
View jamesaphoenix's full-sized avatar
🎯
Building the future
🎯
Building the future

Block or report jamesaphoenix

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jamesaphoenix/README.md

Hi, I'm James Phoenix

Twitter LinkedIn YouTube DEV BMC


I'm an Indiehacker, LLM Engineer & O'Reilly Author

  • πŸš€ Currently building solo products and focusing on entrepreneurship.
  • πŸ’‘ Full-stack software engineer with expertise in LLMs and growth marketing.
  • πŸ“š Author of Prompt Engineering for LLMs (O'Reilly).
  • πŸ”­ Working on innovative projects at the intersection of AI and software development.
  • πŸ‘― Open to collaborating on LLM engineering and SaaS projects.
  • πŸ’¬ Ask me about: prompt engineering, LLMs, full-stack development, and building indie products.
  • πŸ“« How to reach me: [email protected].

πŸ”§ Technologies

Python TypeScript React NextJS NodeJS GCP PostgreSQL Redis Docker Terraform Git Vercel Supabase

Pinned Loading

  1. Python_For_SEO Python_For_SEO Public

    A 16-Part Free Course Demonstrating All Of The Different Ways That You Can Use Python To Improve Your SEO Processes.

    Jupyter Notebook 152 36

  2. Click_Through_Rate_Optimization_Google_Search_Console Click_Through_Rate_Optimization_Google_Search_Console Public

    This is a small, mini-project where I created a simple machine learning model to predict the click through rate of a given URL (web page) using Python + sci-kit learn.

    Jupyter Notebook 5 1

  3. Google_My_Business_Python_Prospector Google_My_Business_Python_Prospector Public

    This was a mini-project and was inspired by a friend of mine needing to prospect for clients that didn't have an active Google My Business page.

    Jupyter Notebook 5 3

  4. Capstone_Project_Predicting_Article_Shares Capstone_Project_Predicting_Article_Shares Public

    Jupyter Notebook 1

  5. banking_script.py banking_script.py
    1
    import os
    2
    import uuid
    3
    from typing import List
    4
    
                  
    5
    import requests