Coder Social home page Coder Social logo

Welcome everybody, I'm Stephane 👋

I'm 21 y/o and passionate about full-stack web development with more of a focus on the front end. I take pride in building functional and visually appealing web experiences. I am pursuing a bachelor's degree in computer science and a math minor at the Universty of Maryland, College Park.

Portfolio:

https://stephanes-portfolio-website.vercel.app/

👨🏾‍💻 Current endeavors

This is what I'm working on

  • Working on side projects
  • Applying/preparing for jobs/internships

🛠 Tech Stack

Frontend Development: React TypeScript/JavaScript Chakra-UI Styled Components

Version Control: Git GitLab

Backend Development: PostgreSQL Express Node

Testing: Vitest React-Testing-Library Insomnia

🎉 Some Fun Facts

  • I Like to roller skate
  • Born in Senegal, a country in West Africa
  • Very active (gym, basketball, soccer) 🏋🏽‍♂️
  • My fastest mile time was 5:20 in my freshman year of high school

📱 Contact

Stephane Mbenga's Projects

flixster icon flixster

Web Application displaying the latest/trending movies(ratings, trailers) with search capabilities

flixster_movie_app icon flixster_movie_app

Web Application displaying the latest/trending movies(ratings, trailers) with search capabilities

graph-simulation icon graph-simulation

# Graph-Simulation This is an application that allows a user to build a map of a region of anywhere they desire consisting of roads and cities/towns. I implemented a Graph data structure to represent the map; using Hashsets to store the towns and roads. The towns are instances of the Town class and represent the nodes of the graph, and the line segements connecting the nodes are the roads(instances of the Road class). Some of the things the user can do is find out which roads are connected to a specefic city/town, find the road connecting two cities/towns given the road, find the shortest path between two towns (implemented using a similar version of dijkstras shortest path algorithm), and much more. GUI Included Concepts applied: 1. Java Language 2. Object Oriented Programming 3. Data Structures

gymflowz icon gymflowz

The one stop application to track your gym workouts, progress, and more!

healthtracker icon healthtracker

A Health Application that helps you track your sleep, nutrition, and exercise

mini_shell icon mini_shell

# Mini_Shell This program is a collection of C and header files for the implemenation of a Shell. A shell is a program that accepts commands from a user and executes them. This shell implemenation thus far supports file redirection, pipes, and boolean operations with Linux commands on a Linux operating system. The shell will also work with Linux distributions like Ubuntu. Examples of commands supported: 1. cd - to change directories in the file system 2. exit - to exit the shell 3. ls && cd .. - lists the files in the current directory, and will goto the parent directory 4. input.txt << sum.c >> output.txt - uses input and output redirection so that sum.c can execute using input from the input.txt file and output its results to the output.txt file| 5. random_numbers.c | sum.c - the standard output of a program called randon_numbers.c will be connected to the standard input for the sum.c program, thus creating a pipeline ... a complex example: 1. echo hello && echo world && grep main sum.c - prints hello world to the console and displays where the text "main" is in sum.c on to the console Concepts: 1. C Language 2. Linux 3. Computer Systems

my-learnings icon my-learnings

A collection of my learnings and notes for different web technologies/programming langauges, and more

portfoliowebsite icon portfoliowebsite

This repository holds the HTML, CSS, JS files for my portfolio website.

reportcard_starter icon reportcard_starter

Starter code for CodePath's SITE (summer internship for tech excellence) program.

seatchart-ai icon seatchart-ai

Web application to create various seating charts for restaurants, schools, and more

testudo-bank icon testudo-bank

Banking Application for educational purposes. Built for CMSC 389G: What to do After Landing a SWE Job.

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.