https://github.com/trayanaboykova/programming-fundamentals-java
Tasks from my course Programming Fundamentals with Java at SoftUni
https://github.com/trayanaboykova/programming-fundamentals-java
arrays associative-arrays basic-syntax data-types-and-variables lists methods objects-and-classes regular-expressions text-processing
Last synced: 6 months ago
JSON representation
Tasks from my course Programming Fundamentals with Java at SoftUni
- Host: GitHub
- URL: https://github.com/trayanaboykova/programming-fundamentals-java
- Owner: trayanaboykova
- License: mit
- Created: 2023-05-17T09:21:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T13:50:31.000Z (9 months ago)
- Last Synced: 2025-02-13T08:16:32.253Z (8 months ago)
- Topics: arrays, associative-arrays, basic-syntax, data-types-and-variables, lists, methods, objects-and-classes, regular-expressions, text-processing
- Language: Java
- Homepage:
- Size: 1.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Programming Fundamentals with Java
Coding exercises and projects from my education at SoftUni
All of the solutions have passed 100/100 - you can check them here: Java FundamentalsCourse Curriculum: [Programming Fundamentals with Java Course](https://softuni.bg/trainings/3951/programming-fundamentals-with-java-january-2023)
**Language Comparison**:
During this module, I compared different programming languages, including Java, and understood their similarities and differences.**[Basic Syntax, Conditional Statements, and Loops](https://github.com/trayanaboykova/Programming-Fundamentals-Java/tree/master/src/Lesson01_BasicSyntax)**:
In this module, I learned the basic syntax of Java, including variables, data types, and operators. I explored conditional statements such as if-else and switch, as well as loop constructs like for, while, and do-while.**Git and GitHub**:
Over the course of this module, I gained proficiency in using Git, a version control system, and GitHub, a web-based hosting platform for Git repositories. I learned how to manage and collaborate on projects using Git and GitHub.**[Data Types and Variables](https://github.com/trayanaboykova/Programming-Fundamentals-Java/tree/master/src/Lesson02_DataTypesAndVariables)**:
In this module, I delved deeper into data types in Java, including primitive and reference types. I learned about variables, their scope, and how to manipulate data using operators.**HTTP Basics**:
Understanding the basics of the HTTP protocol is essential for web development. I learned about HTTP methods, status codes, and request/response headers.**[Arrays](https://github.com/trayanaboykova/Programming-Fundamentals-Java/tree/master/src/Lesson03_Arrays)**:
Arrays are fundamental data structures in Java. In this module, I learned how to declare, initialize, and manipulate arrays, as well as perform common operations on array elements.**[HTML & CSS Basics](https://github.com/trayanaboykova/Programming-Fundamentals-Java/tree/master/src/Lesson00_Common/HTML%26CSS)**:
This module introduced me to HTML and CSS, the building blocks of web development. I learned the basics of creating web pages and styling them using CSS.**[Methods](https://github.com/trayanaboykova/Programming-Fundamentals-Java/tree/master/src/Lesson04_Methods)**:
In this module, I learned how to create and use methods in Java. I explored the concept of method overloading, passing arguments, and returning values.**Software Development Concepts - Part 1**:
This module introduced me to important software development concepts, including code organization, modular programming, and code usability. I learned best practices for writing maintainable and scalable code.**[List](https://github.com/trayanaboykova/Programming-Fundamentals-Java/tree/master/src/Lesson05_Lists)**:
The List data structure is an essential part of Java collections. In this module, I learned how to use Lists to store and manipulate collections of objects.**[Objects and Classes](https://github.com/trayanaboykova/Programming-Fundamentals-Java/tree/master/src/Lesson06_ObjectsAndClasses)**:
In this module, I learned about objects and classes in Java. I explored the concepts of constructors.**Software Development Concepts - Part 2**:
Building upon the concepts covered in Part 1, this module further explored software development concepts such as abstraction, interfaces, and exception handling. I enhanced my understanding of writing robust and maintainable code.**[Associative Arrays](https://github.com/trayanaboykova/Programming-Fundamentals-Java/tree/master/src/Lesson07_AssociativeArrays)**:
In this module, I learned how to use associative arrays in Java to store key-value pairs.**[Bitwise Operations](https://github.com/trayanaboykova/Programming-Fundamentals-Java/tree/master/src/Lesson00_Common/BitwiseOperations)**:
This module covered bitwise operations in Java, including AND, OR, XOR, shifting, and complement.**[Text Processing](https://github.com/trayanaboykova/Programming-Fundamentals-Java/tree/master/src/Lesson08_TextProcessing)**:
In this module, I learned about text processing techniques in Java. I explored manipulating strings, searching, and replacing patterns, and performing other common text processing operations.**Problem-Solving**:
In this module, I developed my problem-solving skills. I learned various techniques and approaches to tackle programming challenges efficiently.**[Regular Expressions](https://github.com/trayanaboykova/Programming-Fundamentals-Java/tree/master/src/Lesson09_RegularExpressions)**:
In this module, I learned about regular expressions in Java and how to use them effectively for searching, matching, and manipulating text patterns.*By completing the [Programming Fundamentals with Java Course](https://softuni.bg/trainings/3951/programming-fundamentals-with-java-january-2023), I have acquired a strong foundation in Java programming, including knowledge of syntax, conditional statements, loops, data types, objects, and essential software development concepts.*