Skip to content

Commit e003362

Browse files
Update README.md
1 parent 885f71a commit e003362

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
# 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>
33
<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>
55
<br>
66

77
<b> Course Curriculum: Programming Fundamentals with Java </b>
88

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.
1010

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.
1212

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.
1414

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.
1616

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.
1818

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.
2020

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.
2222

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.
2424

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.
2626

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.
2828

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.
3030

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.
3232

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.
3434

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.
3636

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.
3838

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.
4040

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.
4242

4343
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.
4444

0 commit comments

Comments
 (0)