Developers best Friend:
π Google
π€chatGPT/ Bard
π Youtube
β StackOverflow
π Notion
π₯ FreeCodeCamp
π¦ Github
https://t.me/EmmersiveLearning
π Google
π€chatGPT/ Bard
π Youtube
β StackOverflow
π Notion
π₯ FreeCodeCamp
π¦ Github
https://t.me/EmmersiveLearning
Telegram
Emmersive Learning
Learn Fullstack Development | Coding.
Youtube : https://www.youtube.com/@EmmersiveLearning/?sub_confirmation=1
Contact Admin : @MehammedTeshome
Youtube : https://www.youtube.com/@EmmersiveLearning/?sub_confirmation=1
Contact Admin : @MehammedTeshome
π2
Master Python:
The Python Tree π
|
|ββ Basics
| βββ Variables
| βββ Data Types
| | βββ Integers
| | βββ Floats
| | βββ Strings
| | βββ Booleans
| | βββ None
| |
| βββ Operators
| | βββ Arithmetic
| | βββ Comparison
| | βββ Logical
| | βββ Assignment
| | βββ Identity
| |
| βββ Control Flow
| | βββ if Statements
| | βββ else Statements
| | βββ elif Statements
| | βββ while Loops
| | βββ for Loops
| |
| βββ Functions
| | βββ Function Definition
| | βββ Parameters
| | βββ Return Statement
| | βββ Lambda Functions
| |
| βββ Built-in Functions
| βββ print()
| βββ input()
| βββ len()
| βββ range()
| βββ type()
|
|ββ Data Structures
| βββ Lists
| | βββ Indexing and Slicing
| | βββ List Methods
| | βββ List Comprehensions
| |
| βββ Tuples
| βββ Sets
| βββ Dictionaries
| | βββ Accessing and Modifying
| | βββ Dictionary Methods
| | βββ Dictionary Comprehensions
| |
| βββ Collections Module
| βββ Counter
| βββ defaultdict
| βββ OrderedDict
| βββ namedtuple
| βββ deque
|
|ββ Object-Oriented Programming (OOP)
| βββ Classes and Objects
| βββ Attributes and Methods
| βββ Inheritance
| βββ Encapsulation
| βββ Polymorphism
|
|ββ File Handling
| βββ Reading and Writing Files
| βββ Working with Text Files
| βββ Working with CSV and JSON
|
|ββ Exception Handling
| βββ try...except Blocks
| βββ else and finally Clauses
| βββ Custom Exceptions
|
|ββ Modules and Packages
| βββ Creating Modules
| βββ Importing Modules
| βββ Standard Library
| βββ Creating Packages
|
|ββ Virtual Environments
| βββ venv
| βββ virtualenv
| βββ pipenv
|
|ββ Regular Expressions
|
|ββ Functional Programming
| βββ Map, Filter, and Reduce
| βββ Lambda Functions
| βββ List Comprehensions
|
|ββ Decorators
|
|ββ Generators
|
|ββ Threading and Multiprocessing
|
|ββ Working with APIs
| βββ HTTP Requests
| βββ JSON Parsing
| βββ RESTful APIs
|
|ββ Web Development
| βββ Flask
| βββ Django
| βββ FastAPI
|
|ββ Data Science and Analysis
| βββ NumPy
| βββ Pandas
| βββ Matplotlib
|
|ββ Machine Learning
| βββ Scikit-Learn
| βββ TensorFlow
| βββ PyTorch
|
|ββ Database Interaction
| βββ SQLite
| βββ MySQL
| βββ PostgreSQL
|
|ββ Testing
| βββ Unit Testing (unittest)
| βββ Test Automation (pytest)
| βββ Mocking
|
|ββ Version Control (Git)
|
|ββ GUI Development
| βββ Tkinter
| βββ PyQt
|
|ββ Networking
| βββ Socket Programming
| βββ Requests Library
|
|ββ Concurrency and Parallelism
| βββ Asyncio
| βββ Multiprocessing
|
|ββ Debugging and Profiling
|
|ββ Best Practices
| βββ PEP 8
| βββ Docstrings (PEP 257)
| βββ Code Reviews
|
|ββ Pythonic Idioms
|
|ββ Python Web Frameworks
| βββ Flask
| βββ Django
| βββ FastAPI
|
|ββ Python in the Cloud
| βββ AWS Lambda
| βββ Google Cloud Functions
| βββ Azure Functions
|
|ββ Data Serialization
| βββ JSON
| βββ Pickle
|
|ββ Python in IoT
|
|ββ Jupyter Notebooks
|
|ββ Data Visualization
| βββ Matplotlib
| βββ Seaborn
| βββ Plotly
|
|ββ Geographic Information System (GIS) with Python
|
|ββ Game Development with Python
| βββ Pygame
| βββ Godot Engine
|
|ββ Python Community and Resources
|
|____________ END __________________
@EmmersiveLearning
The Python Tree π
|
|ββ Basics
| βββ Variables
| βββ Data Types
| | βββ Integers
| | βββ Floats
| | βββ Strings
| | βββ Booleans
| | βββ None
| |
| βββ Operators
| | βββ Arithmetic
| | βββ Comparison
| | βββ Logical
| | βββ Assignment
| | βββ Identity
| |
| βββ Control Flow
| | βββ if Statements
| | βββ else Statements
| | βββ elif Statements
| | βββ while Loops
| | βββ for Loops
| |
| βββ Functions
| | βββ Function Definition
| | βββ Parameters
| | βββ Return Statement
| | βββ Lambda Functions
| |
| βββ Built-in Functions
| βββ print()
| βββ input()
| βββ len()
| βββ range()
| βββ type()
|
|ββ Data Structures
| βββ Lists
| | βββ Indexing and Slicing
| | βββ List Methods
| | βββ List Comprehensions
| |
| βββ Tuples
| βββ Sets
| βββ Dictionaries
| | βββ Accessing and Modifying
| | βββ Dictionary Methods
| | βββ Dictionary Comprehensions
| |
| βββ Collections Module
| βββ Counter
| βββ defaultdict
| βββ OrderedDict
| βββ namedtuple
| βββ deque
|
|ββ Object-Oriented Programming (OOP)
| βββ Classes and Objects
| βββ Attributes and Methods
| βββ Inheritance
| βββ Encapsulation
| βββ Polymorphism
|
|ββ File Handling
| βββ Reading and Writing Files
| βββ Working with Text Files
| βββ Working with CSV and JSON
|
|ββ Exception Handling
| βββ try...except Blocks
| βββ else and finally Clauses
| βββ Custom Exceptions
|
|ββ Modules and Packages
| βββ Creating Modules
| βββ Importing Modules
| βββ Standard Library
| βββ Creating Packages
|
|ββ Virtual Environments
| βββ venv
| βββ virtualenv
| βββ pipenv
|
|ββ Regular Expressions
|
|ββ Functional Programming
| βββ Map, Filter, and Reduce
| βββ Lambda Functions
| βββ List Comprehensions
|
|ββ Decorators
|
|ββ Generators
|
|ββ Threading and Multiprocessing
|
|ββ Working with APIs
| βββ HTTP Requests
| βββ JSON Parsing
| βββ RESTful APIs
|
|ββ Web Development
| βββ Flask
| βββ Django
| βββ FastAPI
|
|ββ Data Science and Analysis
| βββ NumPy
| βββ Pandas
| βββ Matplotlib
|
|ββ Machine Learning
| βββ Scikit-Learn
| βββ TensorFlow
| βββ PyTorch
|
|ββ Database Interaction
| βββ SQLite
| βββ MySQL
| βββ PostgreSQL
|
|ββ Testing
| βββ Unit Testing (unittest)
| βββ Test Automation (pytest)
| βββ Mocking
|
|ββ Version Control (Git)
|
|ββ GUI Development
| βββ Tkinter
| βββ PyQt
|
|ββ Networking
| βββ Socket Programming
| βββ Requests Library
|
|ββ Concurrency and Parallelism
| βββ Asyncio
| βββ Multiprocessing
|
|ββ Debugging and Profiling
|
|ββ Best Practices
| βββ PEP 8
| βββ Docstrings (PEP 257)
| βββ Code Reviews
|
|ββ Pythonic Idioms
|
|ββ Python Web Frameworks
| βββ Flask
| βββ Django
| βββ FastAPI
|
|ββ Python in the Cloud
| βββ AWS Lambda
| βββ Google Cloud Functions
| βββ Azure Functions
|
|ββ Data Serialization
| βββ JSON
| βββ Pickle
|
|ββ Python in IoT
|
|ββ Jupyter Notebooks
|
|ββ Data Visualization
| βββ Matplotlib
| βββ Seaborn
| βββ Plotly
|
|ββ Geographic Information System (GIS) with Python
|
|ββ Game Development with Python
| βββ Pygame
| βββ Godot Engine
|
|ββ Python Community and Resources
|
|____________ END __________________
@EmmersiveLearning
π5
I would like to connect with people who work in these fields:
- Web Developer
- Web Designer
- Software Engineer
- Data Scientist
- Network Administrator
- Systems Analyst
- Cybersecurity Analyst
- UI/UX Designer
- DevOps Engineer
- Cloud Architect
- IT Project Manager
- Database Administrator
- Artificial Intelligence (AI) Engineer
- Machine Learning Engineer
- Quality Assurance (QA) Tester
- Web Developer Specialist
- IT Consultant
- Mobile App Developer
- Game Developer
- Business Analyst
- IT Security Specialist
- IT Systems Engineer
- Software Architect
- Network Engineer
- Front-end Developer
- Back-end Developer
- Full-stack Developer
- IT Operations Manager
- Computer Programmer
- Data Analyst
- IT Trainer/Instructional Designer
- Blockchain Developer
- Robotics Engineer
- Augmented Reality (AR) Developer
- Virtual Reality (VR) Developer
- Internet of Things (IoT) Specialist
- Ethical Hacker
- Digital Marketing Specialist
- Cloud Security Specialist
- Information Systems Manager
- Big Data Analyst
- Hardware Engineer
- Embedded Systems Engineer
- Technical Writer
- User Researcher
- SEO Specialist
- E-commerce Specialist
- Technology Educator
- Voice Interface Designer
- Biotech IT Specialist
- Health Informatics Specialist
- Computational Scientist
- Cloud Solutions Developer
- User Experience (UX) Researcher
- IT Compliance Officer
- Software Testing Engineer
- Application Support Analyst
- Enterprise Systems Manager
- Technology Project Coordinator
- Digital Transformation Consultant
- AI Research Scientist
- Cryptography Specialist
- Data Privacy Officer
- Fintech Developer
- High-Performance Computing Specialist
- IT Procurement Specialist
- Smart City Technology Coordinator
- Telecommunications Engineer
- Web Analytics Specialist
- 5G Technology Specialist
- User Interface (UI) Developer
- Quantum Computing Researcher
- Space Technology Engineer
- Educational Technology Specialist
If youβre working or learning towards working in one of these fields, drop a π
...also, invite others.
https://t.me/EmmersiveLearning
- Web Developer
- Web Designer
- Software Engineer
- Data Scientist
- Network Administrator
- Systems Analyst
- Cybersecurity Analyst
- UI/UX Designer
- DevOps Engineer
- Cloud Architect
- IT Project Manager
- Database Administrator
- Artificial Intelligence (AI) Engineer
- Machine Learning Engineer
- Quality Assurance (QA) Tester
- Web Developer Specialist
- IT Consultant
- Mobile App Developer
- Game Developer
- Business Analyst
- IT Security Specialist
- IT Systems Engineer
- Software Architect
- Network Engineer
- Front-end Developer
- Back-end Developer
- Full-stack Developer
- IT Operations Manager
- Computer Programmer
- Data Analyst
- IT Trainer/Instructional Designer
- Blockchain Developer
- Robotics Engineer
- Augmented Reality (AR) Developer
- Virtual Reality (VR) Developer
- Internet of Things (IoT) Specialist
- Ethical Hacker
- Digital Marketing Specialist
- Cloud Security Specialist
- Information Systems Manager
- Big Data Analyst
- Hardware Engineer
- Embedded Systems Engineer
- Technical Writer
- User Researcher
- SEO Specialist
- E-commerce Specialist
- Technology Educator
- Voice Interface Designer
- Biotech IT Specialist
- Health Informatics Specialist
- Computational Scientist
- Cloud Solutions Developer
- User Experience (UX) Researcher
- IT Compliance Officer
- Software Testing Engineer
- Application Support Analyst
- Enterprise Systems Manager
- Technology Project Coordinator
- Digital Transformation Consultant
- AI Research Scientist
- Cryptography Specialist
- Data Privacy Officer
- Fintech Developer
- High-Performance Computing Specialist
- IT Procurement Specialist
- Smart City Technology Coordinator
- Telecommunications Engineer
- Web Analytics Specialist
- 5G Technology Specialist
- User Interface (UI) Developer
- Quantum Computing Researcher
- Space Technology Engineer
- Educational Technology Specialist
If youβre working or learning towards working in one of these fields, drop a π
...also, invite others.
https://t.me/EmmersiveLearning
Telegram
Emmersive Learning
Learn Fullstack Development | Coding.
Youtube : https://www.youtube.com/@EmmersiveLearning/?sub_confirmation=1
Contact Admin : @MehammedTeshome
Youtube : https://www.youtube.com/@EmmersiveLearning/?sub_confirmation=1
Contact Admin : @MehammedTeshome
β€4
what did you plan for 2024 ?
what language, framework do you want to master ?
what course do you want from us ?
what project are you going to make this year ?
@EmmersiveLearning
what language, framework do you want to master ?
what course do you want from us ?
what project are you going to make this year ?
@EmmersiveLearning
β€2
Building a Resilient Codebase! πͺ
π Focus on error handling
π Build for failure recovery
π Plan for scalability
π Embrace continuous deployment
π Regularly update dependencies
Resilient code is key to a reliable application.
How do you make your codebase resilient? π
@EmmersiveLearning
π Focus on error handling
π Build for failure recovery
π Plan for scalability
π Embrace continuous deployment
π Regularly update dependencies
Resilient code is key to a reliable application.
How do you make your codebase resilient? π
@EmmersiveLearning
Diving into a new framework?
Master it with these steps:
- Read the docs thoroughly π
- See one shot tutorial
- Start building minor projects
- Gradually move to major ones
- Join the community for support and insights π€
- Practice consistently! πͺ
Master it with these steps:
- Read the docs thoroughly π
- See one shot tutorial
- Start building minor projects
- Gradually move to major ones
- Join the community for support and insights π€
- Practice consistently! πͺ
β€3
Step1 β HTML
Step2β CSS
Step3 β JavaScript
Step4 β Git+GitHub
Step5 β Build Project π
Step6 β React
Step7 β React Context
Step8 β Fetch external APIs
Step9 β Build Project π
Step10 β Next.js
Step11 β CI/CD
Step12 β Build Project π
π β Frontend developer
@EmmersiveLearning
Step2β CSS
Step3 β JavaScript
Step4 β Git+GitHub
Step5 β Build Project π
Step6 β React
Step7 β React Context
Step8 β Fetch external APIs
Step9 β Build Project π
Step10 β Next.js
Step11 β CI/CD
Step12 β Build Project π
π β Frontend developer
@EmmersiveLearning
β€4
Let's go 2024
Frontend
β’HTML + CSS
β’Javascript
β’React
Backend:
β’Nodejs/Express
β’Python/Django
β’PHP/Laravel
β’C#
Database
β’MongoDB
β’MySQL
β’Postgres
Desktop
β’Electron
β’Tairi
β’PyQt
Phones:
β’React Native
β’Flutter
β’Kotlin
System
β’Go
β’C++
β’Rust
Add more π¬π
@EmmersiveLearning
Frontend
β’HTML + CSS
β’Javascript
β’React
Backend:
β’Nodejs/Express
β’Python/Django
β’PHP/Laravel
β’C#
Database
β’MongoDB
β’MySQL
β’Postgres
Desktop
β’Electron
β’Tairi
β’PyQt
Phones:
β’React Native
β’Flutter
β’Kotlin
System
β’Go
β’C++
β’Rust
Add more π¬π
@EmmersiveLearning
π₯5
Master Database Management:
The Database Tree π
|
|ββ Database Systems
| βββ Relational Databases (RDBMS)
| | βββ MySQL
| | βββ PostgreSQL
| | βββ Oracle Database
| | βββ Microsoft SQL Server
| |
| βββ NoSQL Databases
| | βββ MongoDB
| | βββ Cassandra
| | βββ Redis
| | βββ CouchDB
| |
| βββ NewSQL Databases
| βββ Google Spanner
| βββ CockroachDB
|
|ββ Database Models
| βββ Hierarchical Model
| βββ Network Model
| βββ Relational Model
| | βββ Tables
| | βββ Rows (Tuples)
| | βββ Columns (Attributes)
| |
| βββ Object-Oriented Model
| βββ Document Model
| βββ Graph Model
|
|ββ SQL (Structured Query Language)
| βββ Data Definition Language (DDL)
| | βββ CREATE TABLE
| | βββ ALTER TABLE
| | βββ DROP TABLE
| |
| βββ Data Manipulation Language (DML)
| | βββ SELECT
| | βββ INSERT
| | βββ UPDATE
| | βββ DELETE
| |
| βββ Data Control Language (DCL)
| | βββ GRANT
| | βββ REVOKE
| |
| βββ Transaction Control Language (TCL)
| βββ COMMIT
| βββ ROLLBACK
| βββ SAVEPOINT
|
|ββ Database Design
| βββ Entity-Relationship Model (ERD)
| βββ Normalization
| βββ Denormalization
| βββ Indexing
|
|ββ ACID Properties
| βββ Atomicity
| βββ Consistency
| βββ Isolation
| βββ Durability
|
|ββ Joins
| βββ INNER JOIN
| βββ LEFT JOIN
| βββ RIGHT JOIN
| βββ FULL OUTER JOIN
|
|ββ Transactions
| βββ Concurrent Transactions
| βββ Transaction Isolation Levels
| βββ Deadlocks
|
|ββ Database Storage
| βββ Tablespace
| βββ Data Files
| βββ Log Files
|
|ββ Data Security
| βββ Authentication
| βββ Authorization
| βββ Encryption
|
|ββ Database Indexing
| βββ Types of Indexes
| | βββ B-Tree Index
| | βββ Hash Index
| | βββ Bitmap Index
| |
| βββ Query Optimization
|
|ββ Backup and Recovery
| βββ Full Backup
| βββ Incremental Backup
| βββ Point-in-Time Recovery
|
|ββ Database Connectivity
| βββ ODBC (Open Database Connectivity)
| βββ JDBC (Java Database Connectivity)
| βββ ORM (Object-Relational Mapping)
|
|ββ Big Data Databases
| βββ Apache Hadoop
| βββ Apache Cassandra
| βββ Amazon DynamoDB
|
|ββ Data Warehousing
| βββ Star Schema
| βββ Snowflake Schema
| βββ ETL (Extract, Transform, Load)
|
|ββ Database Administration
| βββ DBA Roles and Responsibilities
| βββ Performance Tuning
| βββ Monitoring and Logging
|
|ββ Database Sharding
|
|ββ Cloud Databases
| βββ Amazon RDS
| βββ Azure SQL Database
| βββ Google Cloud SQL
|
|ββ Time Series Databases
| βββ InfluxDB
| βββ Prometheus
|
|ββ Geospatial Databases
| βββ PostGIS
| βββ MongoDB Geospatial Queries
|
|ββ Mobile Databases
| βββ SQLite
| βββ Realm
|
|ββ NoSQL Data Models
| βββ Document Store
| βββ Key-Value Store
| βββ Column-Family Store
| βββ Graph Database
|
|ββ Database as a Service (DBaaS)
|
|ββ Graph Databases
| βββ Neo4j
| βββ Amazon Neptune
|
|ββ In-Memory Databases
| βββ Redis
| βββ Memcached
|
|ββ NewSQL Databases
| βββ Google Spanner
| βββ CockroachDB
|
|ββ Data Governance
|
|ββ Data Migration
| βββ Schema Migration
| βββ Data Migration Tools
|
|ββ Database Testing
|
|ββ Data Modeling Tools
| βββ ERwin
| βββ IBM Data Architect
| βββ Microsoft Visio
|
|ββ Industry Standards
| βββ ANSI SQL
| βββ ACID
|
|__ END ____
@EmmersiveLearning
The Database Tree π
|
|ββ Database Systems
| βββ Relational Databases (RDBMS)
| | βββ MySQL
| | βββ PostgreSQL
| | βββ Oracle Database
| | βββ Microsoft SQL Server
| |
| βββ NoSQL Databases
| | βββ MongoDB
| | βββ Cassandra
| | βββ Redis
| | βββ CouchDB
| |
| βββ NewSQL Databases
| βββ Google Spanner
| βββ CockroachDB
|
|ββ Database Models
| βββ Hierarchical Model
| βββ Network Model
| βββ Relational Model
| | βββ Tables
| | βββ Rows (Tuples)
| | βββ Columns (Attributes)
| |
| βββ Object-Oriented Model
| βββ Document Model
| βββ Graph Model
|
|ββ SQL (Structured Query Language)
| βββ Data Definition Language (DDL)
| | βββ CREATE TABLE
| | βββ ALTER TABLE
| | βββ DROP TABLE
| |
| βββ Data Manipulation Language (DML)
| | βββ SELECT
| | βββ INSERT
| | βββ UPDATE
| | βββ DELETE
| |
| βββ Data Control Language (DCL)
| | βββ GRANT
| | βββ REVOKE
| |
| βββ Transaction Control Language (TCL)
| βββ COMMIT
| βββ ROLLBACK
| βββ SAVEPOINT
|
|ββ Database Design
| βββ Entity-Relationship Model (ERD)
| βββ Normalization
| βββ Denormalization
| βββ Indexing
|
|ββ ACID Properties
| βββ Atomicity
| βββ Consistency
| βββ Isolation
| βββ Durability
|
|ββ Joins
| βββ INNER JOIN
| βββ LEFT JOIN
| βββ RIGHT JOIN
| βββ FULL OUTER JOIN
|
|ββ Transactions
| βββ Concurrent Transactions
| βββ Transaction Isolation Levels
| βββ Deadlocks
|
|ββ Database Storage
| βββ Tablespace
| βββ Data Files
| βββ Log Files
|
|ββ Data Security
| βββ Authentication
| βββ Authorization
| βββ Encryption
|
|ββ Database Indexing
| βββ Types of Indexes
| | βββ B-Tree Index
| | βββ Hash Index
| | βββ Bitmap Index
| |
| βββ Query Optimization
|
|ββ Backup and Recovery
| βββ Full Backup
| βββ Incremental Backup
| βββ Point-in-Time Recovery
|
|ββ Database Connectivity
| βββ ODBC (Open Database Connectivity)
| βββ JDBC (Java Database Connectivity)
| βββ ORM (Object-Relational Mapping)
|
|ββ Big Data Databases
| βββ Apache Hadoop
| βββ Apache Cassandra
| βββ Amazon DynamoDB
|
|ββ Data Warehousing
| βββ Star Schema
| βββ Snowflake Schema
| βββ ETL (Extract, Transform, Load)
|
|ββ Database Administration
| βββ DBA Roles and Responsibilities
| βββ Performance Tuning
| βββ Monitoring and Logging
|
|ββ Database Sharding
|
|ββ Cloud Databases
| βββ Amazon RDS
| βββ Azure SQL Database
| βββ Google Cloud SQL
|
|ββ Time Series Databases
| βββ InfluxDB
| βββ Prometheus
|
|ββ Geospatial Databases
| βββ PostGIS
| βββ MongoDB Geospatial Queries
|
|ββ Mobile Databases
| βββ SQLite
| βββ Realm
|
|ββ NoSQL Data Models
| βββ Document Store
| βββ Key-Value Store
| βββ Column-Family Store
| βββ Graph Database
|
|ββ Database as a Service (DBaaS)
|
|ββ Graph Databases
| βββ Neo4j
| βββ Amazon Neptune
|
|ββ In-Memory Databases
| βββ Redis
| βββ Memcached
|
|ββ NewSQL Databases
| βββ Google Spanner
| βββ CockroachDB
|
|ββ Data Governance
|
|ββ Data Migration
| βββ Schema Migration
| βββ Data Migration Tools
|
|ββ Database Testing
|
|ββ Data Modeling Tools
| βββ ERwin
| βββ IBM Data Architect
| βββ Microsoft Visio
|
|ββ Industry Standards
| βββ ANSI SQL
| βββ ACID
|
|__ END ____
@EmmersiveLearning
β€2
π― Ways to use ChatGPT as a developer:
1. Solve Leetcode-type problems
2. Learn a new programming language
3. Create UI components
4. Use as a debugging tool
5. Generate config files
6. Write code comments
7. Generate regular expressions
8. Refactor code
Have any other ways?
@EmmersiveLearning
1. Solve Leetcode-type problems
2. Learn a new programming language
3. Create UI components
4. Use as a debugging tool
5. Generate config files
6. Write code comments
7. Generate regular expressions
8. Refactor code
Have any other ways?
@EmmersiveLearning
Forwarded from Immersive Ai
what i feel, when i use chatGPT, Bard and copilot for my code.
he will be my side every time.
he will be my side every time.
β€2