{"id":24870992,"url":"https://github.com/jsexpertcoder/jsexpertcoder","last_synced_at":"2025-09-08T03:37:13.403Z","repository":{"id":222912858,"uuid":"758719881","full_name":"JsExpertCoder/jsExpertCoder","owner":"JsExpertCoder","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-02T18:15:01.000Z","size":50,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-02T19:26:23.522Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/JsExpertCoder.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-16T23:09:15.000Z","updated_at":"2025-07-02T18:15:05.000Z","dependencies_parsed_at":"2024-02-17T00:24:34.102Z","dependency_job_id":"61d244f0-d211-4627-acbf-7e42a381aeae","html_url":"https://github.com/JsExpertCoder/jsExpertCoder","commit_stats":null,"previous_names":["jsexpertcoder/jsexpertcoder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JsExpertCoder/jsExpertCoder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JsExpertCoder%2FjsExpertCoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JsExpertCoder%2FjsExpertCoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JsExpertCoder%2FjsExpertCoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JsExpertCoder%2FjsExpertCoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JsExpertCoder","download_url":"https://codeload.github.com/JsExpertCoder/jsExpertCoder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JsExpertCoder%2FjsExpertCoder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274129416,"owners_count":25227241,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-02-01T04:18:59.458Z","updated_at":"2025-09-08T03:37:13.389Z","avatar_url":"https://github.com/JsExpertCoder.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"### Hi, I'm Fábio \u003cimg src=\"https://media.giphy.com/media/hvRJCLFzcasrR4ia7z/giphy.gif\" width=\"30\" \u003e\n\nI'm a Software Engineer. My specialty is developing **Android and iOS Mobile Apps with React Native**. \u003cbr\u003e\nI also have knowledge in Backend development with **Laravel**.\n\n📚 I am currently taking the Common Core (42-cursus) at School 42\u003cbr\u003e\n\n## This is me as a code\n```c\n#include \u003cunistd.h\u003e\n#include \u003cstdlib.h\u003e\n\nvoid\tft_strcpy(char *dest, char *src)\n{\n\twhile (*src)\n\t\t*dest++ = *src++;\n\t*dest = 0;\n}\n\nint\tmain(void)\n{\n\tchar\t*str;\n\tint\t\tslogan_size;\n\n\tslogan_size = 20;\n\tstr = (char *)malloc(sizeof(char) * (slogan_size + 1));\n\tif (!str)\n\t{\n\t\twrite(1, \"Memory allocation failed\\n\", 25);\n\t\texit(0);\n\t}\n\tft_strcpy(str, \"I will never give up\");\n\twrite(1, str, slogan_size);\n\tfree(str);\n\treturn (0);\n}\n```\n\n## These are the languages and tools I've studied so far\n![C](https://img.shields.io/badge/c-0D1117.svg?style=for-the-badge\u0026logo=c\u0026logoColor=3893F5)\n![C++](https://img.shields.io/badge/c++-0D1117.svg?style=for-the-badge\u0026logo=c%2B%2B\u0026logoColor=9445FC)\n![Shell](https://img.shields.io/badge/shell-0D1117.svg?style=for-the-badge\u0026logo=gnu-bash\u0026logoColor=white)\n![Git](https://img.shields.io/badge/git-0D1117.svg?style=for-the-badge\u0026logo=git\u0026logoColor=F5942C)\n![Github](https://img.shields.io/badge/github-0D1117.svg?style=for-the-badge\u0026logo=github\u0026logoColor=white)\n![Docker](https://img.shields.io/badge/docker-0D1117.svg?style=for-the-badge\u0026logo=docker\u0026logoColor=4C8CD5)\n![NGINX](https://img.shields.io/badge/nginx-0D1117.svg?style=for-the-badge\u0026logo=nginx\u0026logoColor=green)\n![PHP](https://img.shields.io/badge/php-0D1117.svg?style=for-the-badge\u0026logo=php\u0026logoColor=9445FC)\n![TypeScript](https://img.shields.io/badge/typescript-0D1117.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=3893F5)\n![Laravel](https://img.shields.io/badge/Laravel-0D1117.svg?style=for-the-badge\u0026logo=laravel\u0026logoColor=#f54d3a)\n![Tailwind-css](https://img.shields.io/badge/tailwindcss-0D1117.svg?style=for-the-badge\u0026logo=tailwindcss\u0026logoColor=3893F5)\n![ReactJs](https://img.shields.io/badge/react-0D1117.svg?style=for-the-badge\u0026logo=react\u0026logoColor=4C8CD5)\n![HTML5](https://img.shields.io/badge/html5-0D1117.svg?style=for-the-badge\u0026logo=html5\u0026logoColor=#ff4c1e)\n![React Native](https://img.shields.io/badge/RN-0D1117.svg?style=for-the-badge\u0026logo=react\u0026logoColor=4C8CD5)\n![Linux](https://img.shields.io/badge/linux-0D1117.svg?style=for-the-badge\u0026logo=linux\u0026logoColor=#f1c604)\n![Markdown](https://img.shields.io/badge/markdown-0D1117.svg?style=for-the-badge\u0026logo=markdown\u0026logoColor=white)\n \u003cbr\u003e\n## These are my Github´s stats\n\u003cp\u003e\u003cimg align=\"left\" src=\"https://github-readme-stats.vercel.app/api/top-langs?username=JsExpertCoder\u0026show_icons=true\u0026theme=dark\u0026locale=en\u0026layout=compact\u0026langs_count=8\u0026exclude_repo=frontbox,chocolife,championsbarbershop,xPlace\u0026hide=html\" alt=\"JsExpertCoder\" /\u003e\u003c/p\u003e\n\n\u003cp\u003e\u0026nbsp;\u003cimg align=\"center\" src=\"https://github-readme-stats.vercel.app/api?username=JsExpertCoder\u0026show_icons=true\u0026theme=dark\u0026locale=en\u0026text_bold=true\" alt=\"JsExpertCoder\" /\u003e\u003c/p\u003e\n\n\u003cp\u003e\u003cimg align=\"center\" src=\"https://github-readme-streak-stats.herokuapp.com/?user=JsExpertCoder\u0026theme=dark\" alt=\"JsExpertCoder\"/\u003e\u003c/p\u003e\n\n\n## Contact\n\n[![Linkedin Badge](https://img.shields.io/badge/-Linkedin-blue?style=flat-square\u0026logo=Linkedin\u0026logoColor=white\u0026link=https://www.linkedin.com/in/misterjs/)](https://www.linkedin.com/in/misterjs/)\n[![Gmail Badge](https://img.shields.io/badge/-misterjs24700@gmail.com-c14438?style=flat-square\u0026logo=Gmail\u0026logoColor=white\u0026link=mailto:misterjs247000@gmail.com)](mailto:misterjs247000@gmail.com)\n\n\u003c!--\n**JsExpertCoder/jsExpertCoder** is a ✨ _special_ ✨ repository because its `README.md` (this file) appears on your GitHub profile.\n\nHere are some ideas to get you started:\n\n- 🌱 I’m currently learning ...\n- 👯 I’m looking to collaborate on ...\n- 🤔 I’m looking for help with ...\n- 💬 Ask me about ...\n- 📫 How to reach me: ...\n- 😄 Pronouns: ...\n- ⚡ Fun fact: ...\n-- [![YouTube Badge](https://img.shields.io/badge/-YouTube-red?style=flat-square\u0026logo=YouTube\u0026logoColor=white\u0026link=[https://www.linkedin.com/in/orodrigogo/](https://www.youtube.com/@orodrigogo))](https://www.youtube.com/@orodrigogo)\n[![Linkedin Badge](https://img.shields.io/badge/-Linkedin-blue?style=flat-square\u0026logo=Linkedin\u0026logoColor=white\u0026link=https://www.linkedin.com/in/orodrigogo/)](https://www.linkedin.com/in/orodrigogo/) \n[![Gmail Badge](https://img.shields.io/badge/-rodrigorgtic@gmail.com-c14438?style=flat-square\u0026logo=Gmail\u0026logoColor=white\u0026link=mailto:rodrigorgtic@gmail.com)](mailto:rodrigorgtic@gmail.com)\n[![Instagram Badge](https://img.shields.io/badge/-Instagram-purple?style=flat-square\u0026logo=Instagram\u0026logoColor=white\u0026link=https://www.linkedin.com/in/orodrigogo/)](https://www.instagram.com/orodrigogo/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsexpertcoder%2Fjsexpertcoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsexpertcoder%2Fjsexpertcoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsexpertcoder%2Fjsexpertcoder/lists"}