Skip to content
View wesleyguirra's full-sized avatar
๐Ÿƒ
Open to work
๐Ÿƒ
Open to work
  • Brasilia
  • 23:26 (UTC -03:00)

Highlights

  • Pro
Block or Report

Block or report wesleyguirra

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
wesleyguirra/README.md

Hi there ๐Ÿ‘‹

I'm a full-stack JavaScript developer interested in Open Source, DevOps, CI/CD, developer productivity, and writing things down.

JobStatus: Not Active Looking;
Stack: React | NextJS | Node | Postgres | Docker | NGINX;
Experience: years.Add(8);

๐Ÿ”ญ Iโ€™m currently working on my own company Endeken
๐ŸŒฑ Iโ€™m currently learning .NET Core, AI & Data Sciense for business
๐Ÿ’ฌ Ask me about front-end development, games, mobile development...
๐Ÿ“ซ How to reach me:

Links

Pinned

  1. [Code Tutorial] AnimatedHeader with ... [Code Tutorial] AnimatedHeader with path curve via prop
    1
    import React from 'react';
    2
    import { Animated, Dimensions } from 'react-native'
    3
    import Svg, { Defs, LinearGradient, Path, Stop } from 'react-native-svg';
    4
    
                  
    5
    const AnimatedPath = Animated.createAnimatedComponent(Path);
  2. [Code tutorial] - Building a chat app [Code tutorial] - Building a chat app
    1
    import React from 'react';
    2
    import {SafeAreaView, StyleSheet, Text} from 'react-native';
    3
    import ChatItem from './ChatItem';
    4
    
                  
    5
    const currentUser = 32;
  3. [Assesment] - hackerrank-diagonal-di... [Assesment] - hackerrank-diagonal-difference
    1
    Given a square matrix, calculate the absolute difference between the sums of its diagonals.
    2
    
                  
    3
    For example, the square matrix
    4
    
                  
    5
    is shown below:
  4. [Code tutorial] - Building a camera ... [Code tutorial] - Building a camera overlay using React-Native
    1
    import React from 'react';
    2
    import { Dimensions, View, Text } from 'react-native';
    3
    import Svg, { Circle, Defs, Rect, Mask } from 'react-native-svg';
    4
    
                  
    5
    const CameraOverlay = () => {
  5. endeken-com/ofx-php-parser endeken-com/ofx-php-parser Public

    This project consists of a PHP parser for OFX (Open Financial Exchange) files, implemented using PHP 8.2. Our aim is to make the process of importing OFX files as straightforward and hassle-free asโ€ฆ

    PHP 2 1