Difference between revisions of "CV - Courses"

From Sinfronteras
Jump to: navigation, search
 
Line 190: Line 190:
 
<!-- [[Media:Certificate_of_completation-Python_for_data_analysis-Udemy.pdf | Click here to see the Certificate]] -->
 
<!-- [[Media:Certificate_of_completation-Python_for_data_analysis-Udemy.pdf | Click here to see the Certificate]] -->
 
</div>
 
</div>
</ul>
 
</div>
 
</div>
 
 
 
<!-- Course  ------------------------------------------------------------- -->
 
{|
 
|}<div class="mw-collapsible mw-collapsed" style="width:400pt; margin-bottom:-5pt">
 
<ul style="padding-left:23px;">
 
<li style="margin-bottom: 3px; font-size:10pt; font-weight:bold; width:900pt !important">
 
''[https://www.udemy.com/course/interactive-python-dashboards-with-plotly-and-dash/ Interactive Python Dashboards with Plotly and Dash]''
 
</li>
 
</ul>
 
<div class="mw-collapsible-content">
 
<ul style="padding-left:10px;">
 
<p style="margin-bottom: 10px; margin-left: 32px; width: 900pt !important">
 
See course content at https://www.udemy.com/course/interactive-python-dashboards-with-plotly-and-dash/
 
</p>
 
 
</ul>
 
</ul>
 
</div>
 
</div>

Latest revision as of 14:46, 14 June 2023











Content overview

  • NumPy and Pandas
  • Python for Data Visualization:
  • Matplotlib, Seaborn, Pandas Built-in-Data Visualization
  • Plotly and Cufflinks
  • Geographical Plotting
  • Linear Regression
  • Cross Validation and Bias-Variance Trade-Off
  • K Nearest Neighbors
  • Decision Tress and Random Forests
  • Support Vector Machines
  • K Means Clustering
  • Principal Component Analysis
  • Recommender Systems
  • Natural Language Processing
  • .




  • AWS Academy - Cloud Foundations

Content overview

  • Introduction to AWS Cloud
  • Essential Characteristics of cloud computing, Service Model, Deployment Models
  • AWS Global Infrastructure: Regions, Availability zones, Edge Locations
  • .

  • AWS foundation services:
  • Compute: EC2, AWS Lambda, ECS, Auto Scaling
  • Networking: VPC, Elastic Load Balancer, Route 53
  • Storage: Amazon EBS, Amazon S3, Amazon EFS, Amazon Relational Database Service (RDS)


  • AWS Academy - Cloud Architecting

Content overview

  • Designing a cloud environment
  • Designing for High Availability
  • Configuring VPS, Availability zones, NAT Gateway, Route Table, Load Balancer, Auto Scaling Group.
  • Automating your Infrastructure
  • Infrastructure as code
  • AWS CloudFormation Templates
  • .

  • Decoupling your Infrastructure
  • Loose coupling Strategies
  • Designing Web Scale Media
  • Storing Web-Accessible Content with Amazon S3
  • Caching with Amazon CloudFront
  • Storing relational data in Amazon RDS, Managing NoSQL databases
  • Multi-region failover with Amazon Route 53

.

.

.

.

.


Content overview

  • Essential tools:
  • Input/output redirection. Grep and Regular Expressions to analyse text
  • Access remote systems using SSH. Configure key-based authentication for SSH. Finding files with Locate and Find
  • Archive and Compress files using tar and gzip. Create hard and soft links
  • Managing Processes: Adjust process priority and kill processes
  • Configure Local Storage:
  • List, Create and Delete partitions on MBR and GPT Disks. Configure systems to mount file systems at Boot
  • Add new partitions, logical volumes and Swap to a System
  • Create and configure File Systems:
  • Create and Mount VFAT, EXT4 and XFS file systems. Mount CIFS and NFS Network File systems
  • Configure network connections statically or dynamically.
  • Schedule tasks using «at» and «cron»
  • Install and update software packages and managing repositories using «yum»
  • Manage users and groups: Create, delete and modify user accounts and groups
  • Configure Firewall settings.