Skip to content
View JsExpertCoder's full-sized avatar
🔥
consistency
🔥
consistency

Organizations

@tecnologiasarnaldo

Block or report JsExpertCoder

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jsExpertCoder/README.md

Hi, I'm Fábio

I'm a Software Engineer. My specialty is developing Android and iOS Mobile Apps with React Native.
I also have knowledge in Backend development with Laravel.

📚 I completed the 42 School Piscine

This is me as a code

#include <unistd.h>
#include <stdlib.h>

void	ft_strcpy(char *dest, char *src)
{
	while (*src)
		*dest++ = *src++;
	*dest = 0;
}

int	main(void)
{
	char	*str;
	int		slogan_size;

	slogan_size = 20;
	str = (char *)malloc(sizeof(char) * (slogan_size + 1));
	if (!str)
	{
		write(1, "Memory allocation failed\n", 25);
		exit(0);
	}
	ft_strcpy(str, "I will never give up");
	write(1, str, slogan_size);
	free(str);
	return (0);
}

These are the languages and tools I've studied so far

C C++ Shell Git Github Docker NGINX PHP TypeScript Laravel Tailwind-css ReactJs HTML5 React Native Linux Markdown

These are my Github´s stats

JsExpertCoder

 JsExpertCoder

JsExpertCoder

Contact

Linkedin Badge Gmail Badge

Pinned Loading

  1. vim-cbase Public

    A Vim plugin to quickly add a starter template for C exercises.

    Vim Script 3 1

  2. nlw-unite-react-native Public

    NLW Unite <React Native /> - 2024

    TypeScript 2

  3. reverb-rn-chat Public

    Documentation about a real time chat divided in two repo.

    2

  4. rnative-chat Public

    Frontend chat-app for a real time laravel-reverb backend

    JavaScript

  5. lara-chat Public

    Backend for a real time chat using reverb

    PHP

934 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to JsExpertCoder/nlw-pocket, JsExpertCoder/vim-cbase, JsExpertCoder/lara-chat and 23 other repositories
Loading A graph representing JsExpertCoder's contributions from April 14, 2024 to April 16, 2025. The contributions are 90% commits, 6% pull requests, 3% code review, 1% issues.

Contribution activity

April 2025

Created 1 repository
Opened 1 pull request in 1 repository
n1kito/Makefile 1 open
  • fix typo
    This contribution was made on Apr 10
68 contributions in private repositories Apr 8 – Apr 15
Loading