the engineer who built Claude Code just dropped a 28-minute video on how to write prompts that actually work
I've seen $300 courses that don't cover what he shows in the first 10 minutes
CLAUDE.md files, memory shortcuts, parallel sessions, prompting patterns
all in one video and completely free
works whether you're a developer, a beginner, or someone who's been using Claude for months
based on this, I put together 18 things you can copy and use in Claude today
full guide in the article below
Day #2. My journey to becoming a #MachineLearning Engineer - ALGEBRA
I studied the following
- Rate of change
- Equations of a line
- Graph a line
- Distance between two points
- Interval notations
- Graphing inequalities
ChatGPT is the easiest way to make money online.
But 99% of people don't know how to use it.
Here are 15 simple proven methods to start earning $10,000/mo with AI ๐:
Two things developers hate the most:
1. Meetings that could've been an email
2. CORS
We'll talk about the first one later but let's see what CORS is.
Stands for Cross-Origin Resource Sharing.
It is a security feature implemented by web browsers that controls how web pages from one domain can request resources hosted on another domain.
Browsers generally have a Same-Origin Policy, which means requesting data from the same origin is allowed but requesting data from another URL will throw an error.
But why so? Due to security reasons.
This policy restricts the web page's ability to access data or resources from other origins to prevent potential security vulnerabilities, like cross-site scripting (XSS) attacks.
How to make a Cross-Origin request?
When the browser makes a cross-origin request, it will add an โOriginโ header that states the scheme(protocol), domain, and port number.
In return, the server responds with Access-Control-Allow-Origin โ specifying the allowed origin(s). It can be set to a specific origin, "*", or omitted.
However, HTTP requests other than GET, POST, and HEAD require a preflight request before making an actual Cross-Origin request.
A preflight request is nothing but an OPTIONS HTTP request to check if the actual request is allowed.
The server responds with an โAccess-Control-Allow-Methodsโ header which states the HTTP Methods allowed to be used by the origin.
CORS is confusing but necessary for security.
It's nothing but a combination of HTTP headers, preflight requests, and browser checks to control and allow safe cross-origin requests while maintaining the security of web applications.
The 10 most innovative AI tools to try in 2023:
1. AI Meeting Summarizer - https://t.co/sDKnNXbCKl
2. AI Research assistant - https://t.co/NjjV7lSxaA
3. AI Website Builder - https://t.co/FhbwGGTv9j
4. AI Voice Generator - https://t.co/awzD1v3Yuy
5. AI Presentation - https://t.co/Z4eFOIxWRx
6. AI Blogger - https://t.co/qJ20QnJbx3
7. AI Excel - https://t.co/sLHOVQWatu
8. AI Agent and salesman - https://t.co/PCZogi3nK6
9. AI Image generator - https://t.co/Y9Jx1KBOWm
10. AI Video creator - https://t.co/PrPoSiqCdx
Free Certification Courses from Stanford University:
1. Introduction to Internet of Things (IOT)
https://t.co/TfPq7FvGT9
2. Introduction to Computer Science 101
https://t.co/dU1d4hnrpK
3. Databases: Advanced Topics in SQL
https://t.co/GwSl5fsMf4
4. Advanced Cybersecurity Program
https://t.co/pOJlNr0ncs
5. Machine Learning Specialization
https://t.co/4pZtEfGBHS
6. Algorithms: Design and Analysis
https://t.co/BGaXylsn1e
7. R Programming Fundamentals
https://t.co/hcVSApSnXN
8. Introduction to Game Theory
https://t.co/6K6omyRvRy
9. Designing Your Career
https://t.co/vA7UuHTSRF
Follow @DevMuzzammil for more
17 year old kids are making $100,000/month with AI tools.
This is the trend and the future is bright with these tools.
Here are 7 free AI tools to start making money online.
(No certificates required, No course to complete). ๐
When asking ChatGPT for info, also ask for the sources / references to be provided with the response. And then verify those references are current. It will give you a good jump start on researching your topic. ๐ฏ๐