|
1 | 1 | # Programming Fundamentals with Java
|
2 |
| -Coding exercises and projects from my education at www.softuni.bg |
| 2 | +Coding exercises and projects from my education at <a href="www.softuni.bg">SoftUni</a> |
3 | 3 | <br>
|
4 |
| -All of the solutions have passed 100/100 - you can check them here: https://judge.softuni.org/Contests/#!/List/ByCategory/145/Java-Fundamentals |
| 4 | +All of the solutions have passed 100/100 - you can check them here: <a href="https://judge.softuni.org/Contests/#!/List/ByCategory/145/Java-Fundamentals">Java Fundamentals</a> |
5 | 5 | <br>
|
6 | 6 |
|
7 | 7 | <b> Course Curriculum: Programming Fundamentals with Java </b>
|
8 | 8 |
|
9 |
| -Language Comparison: During this module, I compared different programming languages, including Java, and understood their similarities and differences. |
| 9 | +**<ins>Language Comparison</ins>**: During this module, I compared different programming languages, including Java, and understood their similarities and differences. |
10 | 10 |
|
11 |
| -Basic Syntax, Conditional Statements, and Loops: 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. |
| 11 | +**<ins>Basic Syntax, Conditional Statements, and Loops</ins>**: 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. |
12 | 12 |
|
13 |
| -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. |
| 13 | +**<ins>Git and GitHub</ins>**: 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. |
14 | 14 |
|
15 |
| -Data Types and Variables: 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. |
| 15 | +**<ins>Data Types and Variables</ins>**: 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. |
16 | 16 |
|
17 |
| -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. |
| 17 | +**<ins>HTTP Basics</ins>**: Understanding the basics of the HTTP protocol is essential for web development. I learned about HTTP methods, status codes, and request/response headers. |
18 | 18 |
|
19 |
| -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. |
| 19 | +**<ins>Arrays</ins>**: 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. |
20 | 20 |
|
21 |
| -HTML & CSS Basics: 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. |
| 21 | +**<ins>HTML & CSS Basics</ins>**: 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. |
22 | 22 |
|
23 |
| -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. |
| 23 | +**<ins>Methods</ins>**: 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. |
24 | 24 |
|
25 |
| -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. |
| 25 | +**<ins>Software Development Concepts - Part 1</ins>**: 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. |
26 | 26 |
|
27 |
| -List: 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. |
| 27 | +**<ins>List</ins>**: 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. |
28 | 28 |
|
29 |
| -Objects and Classes: In this module, I learned about objects and classes in Java. I explored the concepts of constructors. |
| 29 | +**<ins>Objects and Classes</ins>**: In this module, I learned about objects and classes in Java. I explored the concepts of constructors. |
30 | 30 |
|
31 |
| -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. |
| 31 | +**<ins>Software Development Concepts - Part 2</ins>**: 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. |
32 | 32 |
|
33 |
| -Associative Arrays: In this module, I learned how to use associative arrays in Java to store key-value pairs. |
| 33 | +**<ins>Associative Arrays</ins>**: In this module, I learned how to use associative arrays in Java to store key-value pairs. |
34 | 34 |
|
35 |
| -Bitwise Operations: This module covered bitwise operations in Java, including AND, OR, XOR, shifting, and complement. |
| 35 | +**<ins>Bitwise Operations</ins>**: This module covered bitwise operations in Java, including AND, OR, XOR, shifting, and complement. |
36 | 36 |
|
37 |
| -Text Processing: 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. |
| 37 | +**<ins>Text Processing</ins>**: 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. |
38 | 38 |
|
39 |
| -Problem-Solving: In this module, I developed my problem-solving skills. I learned various techniques and approaches to tackle programming challenges efficiently. |
| 39 | +**<ins>Problem-Solving</ins>**: In this module, I developed my problem-solving skills. I learned various techniques and approaches to tackle programming challenges efficiently. |
40 | 40 |
|
41 |
| -Regular Expressions: In this module, I learned about regular expressions in Java and how to use them effectively for searching, matching, and manipulating text patterns. |
| 41 | +**<ins>Regular Expressions</ins>**: In this module, I learned about regular expressions in Java and how to use them effectively for searching, matching, and manipulating text patterns. |
42 | 42 |
|
43 | 43 | By completing the "Programming Fundamentals with Java" course, I have acquired a strong foundation in Java programming, including knowledge of syntax, conditional statements, loops, data types, objects, and essential software development concepts.
|
44 | 44 |
|
|
0 commit comments