LD Talent logo
LD Talent
  • Pricing and Free Trial
  • About Us
  • Contact
  • Blog
  • LD Slack
  • Join our Investors
Apply as a Talent Find Talent
Log in
Apply as a Developer
To join LD Talent, please send your resumé (PDF or DOC only) to info@ldtalentwork.com.
After you join LD Talent Network
You will start accepting contract and/or full-time job opportunities in the LD Talent Slack. (more info)
While you are not assigned to a contract or hired for a full-time opportunity, you can choose to learn online and do paid passion projects to grow your skills. You will get paid $40 per skill you learn and project you do. Doing these passion projects will also help you get more and better matches. (more info)
Funding Information
Invoice funding is handled using FreshBooks. After you fund, it may take a few hours for funds to be processed and added to your balance. Please use the ACH Bank Transfer option on FreshBooks to pay, if at all possible. Thank you.
Please message us in your ldc channel on Slack to configure your funding information.
Title
Body
Register as a Client to Invite a Talent

Password strength

It's free. No credit card is required.
Already have an account? Log in
Invite to Chat / Interview
Nyuykisamo S - CSS developerLD Talent logo

Nyuykisamo S

The star rating is a representation of the overall rating, calculated as the mean of the client satisfaction rating, the average client interview rating, and internal interview scores.

The client satisfaction rating is the weighted average of client ratings, with weights based on reviewed work hours. When no client rating exists, the approval fraction (approved vs. reviewed work hours) determines it.

If the client satisfaction rating exceeds the overall rating, it becomes the star rating. In the absence of client ratings, if the average client interview rating is higher than the overall rating, it becomes the star rating. If no data is available, the star rating defaults to the internal interview score.
Software Engineer Preferred Title
$15.00 /hr $ 20.0K /yr Hourly Rate and Yearly Salary
Overview Experiences Qualifications Vetting
Overview
Basic Summary
LD Talent History
  • Average Count of Messages/Day 0.2
  • Project Completion Rate 2/4
  • Interview Acceptance Rate 4/6
  • Timezone Overlap 12h PST, 42h UTC
Interview Scores (3.1/5)
  • Software Engineering Process 3.0/5
  • Design Practice 3.0/5
  • Design Theory 3.0/5
  • Technical Breadth 3.0/5
  • Logical Thinking 3.0/5
  • Technical Strength 3.0/5
  • System Design 3.0/5
  • Productivity and Responsiveness 3.0/5
  • Teamwork 3.0/5
  • Agile Development Process 3.0/5
  • Intellectual Merit 3.0/5
  • English Communication 4.0/5
  • Documentation 3.0/5
Talent's Devices
  • Desktop Windows
  • Phone iPhone
General
  • Member Since Sep 28, 2021
  • Profile Last Updated Nov 03, 2022
  • Last Activity Nov. 3, 2022, 11:40 p.m. UTC
  • Location Cameroon
Profile Summary
I am a front-end developer. My education is mostly self-taught although I am enrolled in a degree program. I have accumulated over 14 certifications from academic and professional institutions around the world: The Michigan University, Hong Kong University of Science and Technology, and IBM, just to name a few.
Skills
Total Experience: 1 years
  • CSS (5E, 1C)

    5 experiences, with 1 course
  • React (5E, 2C)

    5 experiences, with 2 courses
  • Firebase (3E)

    3 experiences
  • CSS Flex (3E)

    3 experiences
  • Gatsby

  • Heroku

  • GraphQL

  • Git

  • Nodejs (2C)

    2 courses
  • IBM Cloud Watson (1C)

    1 course
  • DevOps (1C)

    1 course
  • React native (1C)

    1 course
  • ExpressJS (1C)

    1 course
  • Bootstrap (1C)

    1 course
  • HTML (1C)

    1 course
  • JavaScript (1C)

    1 course
Weekly Availability
Timezone Overlap with 06 - 21 per Week: 12h PST, 42h UTC
Day
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
UTC
08 - 15
08 - 15
08 - 15
08 - 15
08 - 15
08 - 15
PST
01 - 08
01 - 08
01 - 08
01 - 08
01 - 08
01 - 08
Vetting
  • Interview Data
  • Software Engineering Process
  • Design Practice
  • Design Theory
  • Technical Breadth
  • Logical Thinking
  • Technical Strength
  • System Design
  • Productivity and Responsiveness
  • Teamwork
  • Agile Development Process
  • Intellectual Merit
  • English Communication
  • Documentation
Experience
Front End Developer
Passion Project
Oct 2021 - Nov 2021
Personal Company
Technology Industry
Project: Personal Portfolio
  • React
  • Heroku
  • Git
  • CSS
  • GraphQL
  • Gatsby
  • React was used to build the website's user interface with CSS used for styling.
  • Gatsby was used for static site optimization.
  • Strapi was used for the website backend, Graphql was used to query data, and the backend is hosted in Heroku.
  • Git was used for version control and Netlify is used for hosting and continuous deployment.
  • This website is my portfolio and has a few of my favorite front-end projects.
Website Links
  • https://lamfihbilly.netlify.app/
Github Links
  • https://github.com/Billy-tech133/my-portfolio.git
Front End Developer
Passion Project
Jul 2021 - Aug 2021
Personal Company
Technology Industry
Project: Country App
  • CSS Flex
  • React
  • CSS
  • This project aimed to get data from a database, and display all the countries in the world, and their basic information like the flag, population, currency, capital city, etc.
  • Data is fetched via an API provided by https://restcountries.eu, and actions are performed on the data to display the countries' information. React was used to build the application's user interface.
  • Material UI was used for the icons, with styled components for the styling of this project as well as implementing the color theme switcher functionality.
  • CSS, CSS flexbox, and the grid were used for page responsiveness and this website took the mobile-first approach.
  • Project designs were obtained from the front-end mentor platform as an advanced web project.
Website Links
  • https://country-api-app.netlify.app
Github Links
  • https://github.com/Billy-tech133/Country-app.git
Front End Developer
Passion Project
Jul 2021 - Aug 2021
Personal Company
Technology Industry
Project: Gmail Clone
  • CSS Flex
  • Firebase
  • React
  • CSS
  • The inspiration for this project is from google mail i.e. Gmail.
  • Firebase was being used to provide a real-time database, login, authentication, hosting of this website, and google analytics.
  • React hooks and React redux were used for state management.
  • CSS and CSS Flex were used to ensure site responsiveness.
Website Links
  • https://clone-72f50.web.app/
Github Links
  • https://github.com/Billy-tech133/gmail-clone.git
Front End Developer
Passion Project
Jul 2021 - Jul 2021
Personal Company
Technology Industry
Project: Spotify Clone
  • CSS Flex
  • Firebase
  • React
  • CSS
  • React was used to build the project's user interface with React-redux for state management, and CSS for styling.
  • Login functionality and authentication were implemented with the aid of the Spotify web API with a great deal of React-hooks and React-redux for state management and functionality.
  • Material UI was used for styling, icons, and the enhancement of page layout.
  • Firebase was used to host this project.
  • CSS and CSS flex were used for styling as well as ensuring responsiveness.
Website Links
  • https://spotify-clone-app-290f1.web.app/
Github Links
  • https://github.com/Billy-tech133/spotify-clone.git
Front End Developer
Passion Project
May 2021 - May 2021
Personal Company
Technology Industry
Project: Netflix Clone
  • Firebase
  • React
  • CSS
  • React was used to build the project's user interface.
  • Firebase was used for hosting the project.
  • Data was fetched via API with the use of Axios from the TMDB movie database.
  • CSS was used for styling this project with a great deal of CSS flexbox.
Website Links
  • https://clone-72f50.web.app/
Github Links
  • https://github.com/Billy-tech133/movie-trailer-app.git
Qualifications
Education
Mario
Sep 2017 - Jun 2019
High School Diploma (General Science)
Courses
Developing Cloud Apps with Node.js and React
Course Certificate Link
May 2021 - Jun 2021
IBM
  • React
  • Nodejs
Introduction to Cloud Computing
Course Certificate Link
Apr 2021 - May 2021
IBM
  • IBM Cloud Watson
  • DevOps
Full stack web development with react
Course Certificate Link
Dec 2020 - Apr 2021
Hong kong University of Science and technology/Coursera
  • React
  • React native
  • ExpressJS
  • Bootstrap
  • Nodejs
Programming foundations with HTML, CSS and javascript(with honors)
Course Certificate Link
Jan 2019 - May 2019
Duke Universtiy/Coursera
  • HTML
  • JavaScript
  • CSS
Subscription successful
Thank you for subscribing using . Please stay tuned via email for updates.
LD Talent footer logo
About Us
  • For VCs and Incubators
  • Slack Organization
  • Crunchbase
  • Medium
  • Youtube
  • Product Hunt
  • Diversity Statement
Hire
  • Full Stack Developers
  • Frontend Developers
  • Backend Developers
  • Mobile Developers
  • UI / UX Designers
  • Machine Learning Experts
  • Deep Learning Experts
  • Blockchain Experts
  • VR / AR Experts
  • Unity Game Developers
  • Wordpress Developers
  • PM Service
Platform
  • All Categories
  • Popular Searches
  • Popular Skills
  • Talent Supply
  • LD Ventures
  • LD Project Success Canvas
FAQ
  • Client FAQ
  • Talent FAQ
  • HR Guide for Talent
  • Github + Blog Projects
Keep Up to Date with LD Talent

© Copyright LD Talent . All Rights Reserved.
  • Site TOS
  • Client TOS
  • Talent TOS
  • Privacy Policy