Skip to content
View GoldAndLink's full-sized avatar
Block or Report

Block or report GoldAndLink

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

A passionate programmer who loves to code. I am creatively curious and a self learner.

𝐇𝐞𝐥𝐥𝐨 World, I'm <Aurelien/> !


GIF

  • 🔭 I’m currently working on Full Stack JS/TS Development | CTO
  • 🌱 Focus on Happiness
  • 🔥 Really passionate about JS, Blockchain, Crypto, AI, ML and Life
  • 😍 My hobbies are learning new things, traveling and teaching to the Next Gen devs (my kids).
  • 📫 How to reach me running.anodyne0c@icloud.com


[...]

export type SoftwareDeveloper {
    name: string;
    title: string;
    location: string;
    languages: Language[];
    databases: Database[];
    frameworks: Framework[];
};

const myself: SoftwareDeveloper = {
  name: 'Aurelien',
  title: 'Senior Full Stack Engineer | CTO',
  location: 'Always Remote',
  languages: ['JavaScript'],
  databases: ['MySQL', 'MongoDB', 'PostgreSQL'],
  frameworks: ['ReactJS', 'React Native', 'Node.js', 'Next.js', 'NestJS', 'GraphQL'],
};

[...]



Contribution Snake

snake gif


Last edited on: 01/18/2024

Popular repositories

  1. react-native-UIKit react-native-UIKit Public

    Forked from wesley1001/react-native-UIKit

    A box of UI components

    JavaScript

  2. react-native-image-viewer react-native-image-viewer Public

    Forked from ascoders/react-native-image-viewer

    🚀 tiny & fast lib for react native image viewer pan and zoom

    TypeScript

  3. react-native-fast-image react-native-fast-image Public

    Forked from DylanVann/react-native-fast-image

    🚩 FastImage, performant React Native image component.

    Java

  4. react-native-camera react-native-camera Public

    Forked from react-native-camera/react-native-camera

    A Camera component for React Native. Also supports barcode scanning!

    Java

  5. react-native-maps react-native-maps Public

    Forked from react-native-maps/react-native-maps

    React Native Mapview component for iOS + Android

    Objective-C

  6. You-Dont-Know-JS You-Dont-Know-JS Public

    Forked from getify/You-Dont-Know-JS

    A book series on JavaScript. @YDKJS on twitter.