GithubHelp home page GithubHelp logo

Hi there 👋 I'm Leanne Do - The Right Brain Dev 👩‍💻

Linkedin: leannedo Facebook: naophaidicode Website: therightbraindev


interface Me {
  [key: string]: Repertoire |  string[]
}

interface Repertoire {
  [key: string]: string[]
}

const me: Me = {
  language: {
    computer: ['kotlin', 'javascript', 'typescript', 'java'],
    human: ['vietnamese', 'english', 'german', 'finnish'],
  },
  technologies: {
    frontEnd: ['react', 'redux', 'gatsby', 'webpack', 'css3', 'html5'],
    backEnd: ['kotlin', 'nodejs', 'restapi', 'spring', 'spring boot'],
    mobileApp: ['react-native'],
    database: ['postgresql'],
    devOps: ['docker', 'kubernetes'],
    testing: ['kotest', 'junit', 'jest', 'react-testing-library'],
    misc: ['git', 'linux', 'heroku', 'netlify' ]
},
  outside_work: ['hand-lettering', 'writing-blog', 'cat-slave', 'food-addict'],
}

export const getToKnowMe = (repertoire: string) => {
  if (!repertoire) {
    throw new Error('Please specify what you want to know about me!')
  }

  if (!me[repertoire]) {
    throw new Error(`Missing ${repertoire} in my toolbox. Will work on that!`)
  }

  return me[repertoire];
}

A few more facts

🍣 I have a thing for salmon 🤤

🤟 I love writing!

📝 My recent blogs

📖 My books feast

  • The Full Stack Developer by Chris Northwood 🥢
  • Frontend Architecture for Design Systems by Micah Godbolt 🥢
  • Soft skills - The software developer's life manual by John Z. Sonmez 🥢
  • Mastering Modular Javascript by Nicolas Bevacqua 🍲
  • Clean Code by Robert C. Martin 🍲
  • Programming Typescript by Boris Cherny 🍲

🛠️ My toolbox

LeanneDo's Projects

100-js-coding-challenges icon 100-js-coding-challenges

I solve 100 JS coding challenges and combine them together with solutions and explanations 💪 Hope to bring a solid understanding of the language. Lack of idea for JS practices? This repo can help!

burger-builder icon burger-builder

A fun little project that allows you to assemble your own fav burger and pay for it. The fruit of the React - The Complete Guide.

data-visualization icon data-visualization

Data visualisation app for profile measurement in paper mill. Built with D3, Typescript, React and Webpack 🚣‍♀️

gobits icon gobits

A compilation of 100 Go coding challenges organised by kyu rank. Let's Go bit by bit 🧗‍♀️

magic-the-gathering icon magic-the-gathering

A wikipedia for the board game Magic The Gathering. Built with React and Webpack. The project focuses on processing/ parsing data from the community source.

my-skincare-haul icon my-skincare-haul

(WIP) A tool to manage your skincare products when you see they are too overloaded. Built with React.

tgbl-java icon tgbl-java

Java backend for The Great Bucket List (TGBL) application

tgbl-kotlin icon tgbl-kotlin

Kotlin backend for The Great Bucket List (TGBL) application

the-great-bucket-list icon the-great-bucket-list

A fun-to-use application (built with Typescript, React, NodeJS, GraphQL, MongoDB) which can be used for jotting down daily tasks or milestones that you want to fullfil.

the-ultimate-blog icon the-ultimate-blog

The initial version of the-right-brain-dev blog. Built from the ground up with React and Markdown.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.