{"id":21485502,"url":"https://github.com/builde7b0b/full-stack-bootcamp-notes","last_synced_at":"2026-04-18T06:02:23.460Z","repository":{"id":157416128,"uuid":"627202194","full_name":"builde7b0b/Full-Stack-Bootcamp-Notes","owner":"builde7b0b","description":"A Collection of Notes from the GA+Interapt Full-Stack Immersive","archived":false,"fork":false,"pushed_at":"2023-05-09T15:09:26.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T19:31:51.672Z","etag":null,"topics":["angular","java","javascript","springboot"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/builde7b0b.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-04-13T01:45:53.000Z","updated_at":"2023-05-10T10:11:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"a1810819-c1a1-4858-97f2-15dece93fc03","html_url":"https://github.com/builde7b0b/Full-Stack-Bootcamp-Notes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/builde7b0b%2FFull-Stack-Bootcamp-Notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/builde7b0b%2FFull-Stack-Bootcamp-Notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/builde7b0b%2FFull-Stack-Bootcamp-Notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/builde7b0b%2FFull-Stack-Bootcamp-Notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/builde7b0b","download_url":"https://codeload.github.com/builde7b0b/Full-Stack-Bootcamp-Notes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244013318,"owners_count":20383707,"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":["angular","java","javascript","springboot"],"created_at":"2024-11-23T13:16:13.453Z","updated_at":"2026-04-18T06:02:23.354Z","avatar_url":"https://github.com/builde7b0b.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Full-Stack-Bootcamp-Notes\nWelcome to my Full-Stack Bootcamp Notes repository! Here, you will find most of the code I wrote for homeworks and my personal notes throughout the bootcamp process using Java, HTML/CSS/JS, Angular, Springboot and PostgresSQL.\n\n\n![Example image](https://s3.amazonaws.com/ae-lane-report/wp-content/uploads/2019/07/01105904/generalassembly-open-graph-300x158.jpg)\n\n## Table of Contents\nTechnologies Used\nHow to Use\nCode Examples\nContributing\nLicense\n\n\n\n## Technologies Used\nDuring the Full-Stack Bootcamp, I had the opportunity to work with the following technologies:\n\nJava\nHTML/CSS/JS\nAngular\nSpringboot\nPostgresSQL\n\n\n## How to Use\nTo access the code and notes in this repository, simply navigate to the corresponding folder and click on the file you wish to view. Feel free to clone this repository to your local machine if you want to run the code or make any changes\n\n# Code Examples\n\n```\n// A Java class for a Person object\npublic class Person {\n    private String name;\n    private int age;\n\n    public Person(String name, int age) {\n        this.name = name;\n        this.age = age;\n    }\n\n    public String getName() {\n        return name;\n    }\n\n    public int getAge() {\n        return age;\n    }\n\n    public void setName(String name) {\n        this.name = name;\n    }\n\n    public void setAge(int age) {\n        this.age = age;\n    }\n}\n```\n\n```\n\u003c!-- An HTML form for user input --\u003e\n\u003cform\u003e\n  \u003clabel for=\"name\"\u003eName:\u003c/label\u003e\n  \u003cinput type=\"text\" id=\"name\" name=\"name\"\u003e\u003cbr\u003e\u003cbr\u003e\n  \u003clabel for=\"email\"\u003eEmail:\u003c/label\u003e\n  \u003cinput type=\"email\" id=\"email\" name=\"email\"\u003e\u003cbr\u003e\u003cbr\u003e\n  \u003cinput type=\"submit\" value=\"Submit\"\u003e\n\u003c/form\u003e\n```\n\n```\n// An Angular service for fetching data from an API\n@Injectable({\n  providedIn: 'root'\n})\nexport class DataService {\n  private apiUrl = 'https://api.example.com/data';\n\n  constructor(private http: HttpClient) { }\n\n  getData(): Observable\u003cData[]\u003e {\n    return this.http.get\u003cData[]\u003e(this.apiUrl);\n  }\n}\n```\n\n\n## Contributing\nIf you find any errors or have any suggestions for improving the code or notes in this repository, feel free to open an issue or submit a pull request.\n\n## License\nThis repository is licensed under the MIT License. See the LICENSE file for details.\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuilde7b0b%2Ffull-stack-bootcamp-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuilde7b0b%2Ffull-stack-bootcamp-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuilde7b0b%2Ffull-stack-bootcamp-notes/lists"}