Skip to content

EmilAvramov/Softuni---Others

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository housing problems and homework tasks

Relates to Judge (SoftUni's testing system), where students need to write specific code to pass pre-built tests (input and output), or tasks where students need to build some basic web apps. Mostly for reference purposes of material covered (and for recordkeeping for myself)

  • Some work done is not located in this repository (generally Web Modules and Projects).
  • For some HTML/CSS and some JavaScript exercises the HTML/CSS skeleton is supplied by SoftUni in advance and specific tasks need to be performed on the skeleton.
  • For DB courses, students need to create a specific DB based on instructions and perform different operations on the data.

Diplomas

Python

JavaScript

  • Fundamentals | (no certificate, not part of Python curriculum)
  • Advanced & Web | (no certificate, not part of Python curriculum)
  • Applications | (no certificate, not part of Python curriculum)
  • Backend | (no certificate, not part of Python curriculum)

HTML/CSS

  • HTML Structure
  • Typography
  • Box Model and Position
  • Flex and Grid
  • Media Queries

Web Frameworks

ReactJS | certificate

  • Front-end
  • Back-end via Firebase
  • Database via Firestore/NoSQL

Angular | No certificate, course not enrolled

Computer Networking (extra course)

Note: Repo is shared with Computer Networking Advanced and consists of all homeworks and some practice/real exams. Packet Tracer is needed to open most of the files
  • Various networking fundamentals concepts (IPv4, IPv6, Routing, Vlans, etc.)
  • Different protocols (OSPF, DHCP, etc)
  • Advanced protocols (MSTP, PVST+, OSPF with areas, etc.)
  • Advanced networking concepts (ACL, NAT/PAT, IPv6)
  • Wireless Protocols, QoS, Port Mirroring
  • Virtualization
  • Some work with MS Azure

Databases (extra course)

MySQL | (no certificate, course not part of Python curriculum)

  • CRUD operations, database programability, table/db creation
  • Table relations, joins and data aggregation

PostgreSQL | not a standalone course

  • Mostly tutorial session on how to connect Python with Postgre with psycopg2
  • Introducton to syntax and how to launch a Postgre server

Others (extra courses)