{"id":23315087,"url":"https://github.com/trayanaboykova/programming-fundamentals-java","last_synced_at":"2025-04-07T03:25:47.147Z","repository":{"id":222711066,"uuid":"641841267","full_name":"trayanaboykova/Programming-Fundamentals-Java","owner":"trayanaboykova","description":"Tasks from my course Programming Fundamentals with Java at SoftUni","archived":false,"fork":false,"pushed_at":"2025-01-07T13:50:31.000Z","size":1954,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T08:16:32.253Z","etag":null,"topics":["arrays","associative-arrays","basic-syntax","data-types-and-variables","lists","methods","objects-and-classes","regular-expressions","text-processing"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trayanaboykova.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-17T09:21:34.000Z","updated_at":"2025-01-07T13:50:40.000Z","dependencies_parsed_at":"2025-01-07T14:36:45.051Z","dependency_job_id":"c09d74a9-59c0-4fb8-9c75-769d0afed626","html_url":"https://github.com/trayanaboykova/Programming-Fundamentals-Java","commit_stats":null,"previous_names":["trayanaboykova/programming-fundamentals-java"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trayanaboykova%2FProgramming-Fundamentals-Java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trayanaboykova%2FProgramming-Fundamentals-Java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trayanaboykova%2FProgramming-Fundamentals-Java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trayanaboykova%2FProgramming-Fundamentals-Java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trayanaboykova","download_url":"https://codeload.github.com/trayanaboykova/Programming-Fundamentals-Java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247585695,"owners_count":20962381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arrays","associative-arrays","basic-syntax","data-types-and-variables","lists","methods","objects-and-classes","regular-expressions","text-processing"],"created_at":"2024-12-20T15:30:02.117Z","updated_at":"2025-04-07T03:25:47.108Z","avatar_url":"https://github.com/trayanaboykova.png","language":"Java","readme":"# Programming Fundamentals with Java\nCoding exercises and projects from my education at \u003ca href=\"https://softuni.bg/\"\u003eSoftUni\u003c/a\u003e\n\u003cbr\u003e\nAll of the solutions have passed 100/100 - you can check them here: \u003ca href=\"https://judge.softuni.org/Contests/#!/List/ByCategory/145/Java-Fundamentals\"\u003eJava Fundamentals\u003c/a\u003e\n\u003cbr\u003e\n\n\u003cb\u003e Course Curriculum: [Programming Fundamentals with Java Course](https://softuni.bg/trainings/3951/programming-fundamentals-with-java-january-2023) \u003c/b\u003e\n\n**\u003cins\u003eLanguage Comparison\u003c/ins\u003e**: \u003cbr\u003e\nDuring this module, I compared different programming languages, including Java, and understood their similarities and differences.\n\n**[Basic Syntax, Conditional Statements, and Loops](https://github.com/trayanaboykova/Programming-Fundamentals-Java/tree/master/src/Lesson01_BasicSyntax)**: \u003cbr\u003e\nIn 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.\n\n**\u003cins\u003eGit and GitHub\u003c/ins\u003e**: \u003cbr\u003e\nOver 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.\n\n**[Data Types and Variables](https://github.com/trayanaboykova/Programming-Fundamentals-Java/tree/master/src/Lesson02_DataTypesAndVariables)**: \u003cbr\u003e\nIn 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.\n\n**\u003cins\u003eHTTP Basics\u003c/ins\u003e**: \u003cbr\u003e\nUnderstanding the basics of the HTTP protocol is essential for web development. I learned about HTTP methods, status codes, and request/response headers.\n\n**[Arrays](https://github.com/trayanaboykova/Programming-Fundamentals-Java/tree/master/src/Lesson03_Arrays)**: \u003cbr\u003e\nArrays 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.\n\n**[HTML \u0026 CSS Basics](https://github.com/trayanaboykova/Programming-Fundamentals-Java/tree/master/src/Lesson00_Common/HTML%26CSS)**: \u003cbr\u003e\nThis 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.\n\n**[Methods](https://github.com/trayanaboykova/Programming-Fundamentals-Java/tree/master/src/Lesson04_Methods)**: \u003cbr\u003e\nIn this module, I learned how to create and use methods in Java. I explored the concept of method overloading, passing arguments, and returning values.\n\n**\u003cins\u003eSoftware Development Concepts - Part 1\u003c/ins\u003e**: \u003cbr\u003e \nThis 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.\n\n**[List](https://github.com/trayanaboykova/Programming-Fundamentals-Java/tree/master/src/Lesson05_Lists)**: \u003cbr\u003e \nThe 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.\n\n**[Objects and Classes](https://github.com/trayanaboykova/Programming-Fundamentals-Java/tree/master/src/Lesson06_ObjectsAndClasses)**: \u003cbr\u003e \nIn this module, I learned about objects and classes in Java. I explored the concepts of constructors.\n\n**\u003cins\u003eSoftware Development Concepts - Part 2\u003c/ins\u003e**: \u003cbr\u003e\nBuilding 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.\n\n**[Associative Arrays](https://github.com/trayanaboykova/Programming-Fundamentals-Java/tree/master/src/Lesson07_AssociativeArrays)**: \u003cbr\u003e \nIn this module, I learned how to use associative arrays in Java to store key-value pairs.\n\n**[Bitwise Operations](https://github.com/trayanaboykova/Programming-Fundamentals-Java/tree/master/src/Lesson00_Common/BitwiseOperations)**: \u003cbr\u003e \nThis module covered bitwise operations in Java, including AND, OR, XOR, shifting, and complement. \n\n**[Text Processing](https://github.com/trayanaboykova/Programming-Fundamentals-Java/tree/master/src/Lesson08_TextProcessing)**: \u003cbr\u003e \nIn 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.\n\n**\u003cins\u003eProblem-Solving\u003c/ins\u003e**: \u003cbr\u003e \nIn this module, I developed my problem-solving skills. I learned various techniques and approaches to tackle programming challenges efficiently.\n\n**[Regular Expressions](https://github.com/trayanaboykova/Programming-Fundamentals-Java/tree/master/src/Lesson09_RegularExpressions)**: \u003cbr\u003e In this module, I learned about regular expressions in Java and how to use them effectively for searching, matching, and manipulating text patterns.\n\n*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.*\n\n# Certificate\n\u003ca href=\"https://softuni.bg/certificates/details/167407/068cc5bc\" rel=\"nofollow\"\u003e\u003cimg src=\"https://user-images.githubusercontent.com/101351760/229783981-48f70750-813a-46f6-8b24-d64cbb6cbd57.png\" alt=\"Programming Fundamentals with Java\"\u003e\u003c/a\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrayanaboykova%2Fprogramming-fundamentals-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrayanaboykova%2Fprogramming-fundamentals-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrayanaboykova%2Fprogramming-fundamentals-java/lists"}