Giter Club home page Giter Club logo

tommydo89's Projects

c-sharp-beginner-course icon c-sharp-beginner-course

This is a project from a beginner level course on C Sharp to help understand the basics of the language

ctci icon ctci

A repository of all the solutions that I have come up with to each of the problems found in the book "Cracking the Coding Interview". Note that a majority of these solutions were solved by me and written from scratch and so they will not match the solutions shown in the book and therefore may not be the most optimized solution as well.

node-chat-app icon node-chat-app

This is a project from a course on NodeJS. It is a web-based chat application that is primarily dependent on the use of web sockets(Socket.IO). Key concepts: web sockets (allow data to flow from server to client), emitting and listening to events, event acknowledgements, promises vs async/await for asynchronous code.

node-course-2-todo-api icon node-course-2-todo-api

This is a project from a course on NodeJS. It uses NodeJS to set up the back-end for an application that manages the Todo list for multiple users. Key concepts: asynchronous code, callbacks vs promises, http requests, dynamic html via templating engines, testing via mocha, object relational mapping (mongoose), auth tokens.

node-course-2-web-server icon node-course-2-web-server

This is a project from a course on NodeJS. It is a simple web application that uses the Express framework to spin up a web server and a few endpoints. These endpoints will serve html through a templating engine(Handlebars) which allows us to dynamically render specific parts of the HTML. Key concepts: routing, dynamic HTML via templating engines, middleware for executing code before a request is handled

pomodoro icon pomodoro

A desktop application that helps a user utilize the Pomodoro technique for time management.

react-burger-builder-course icon react-burger-builder-course

This is a project that I created from following a course on React. It is a web application that simulates the ordering of a burger at a fast-food restaurant. Key Concepts: re-usable components, JSX, passing props, stateful(class) vs stateless(functional) components, updating state immutably, lifecycle hooks, routing, redux(actions, reducers, store), authentication

react-http-posts-course icon react-http-posts-course

This is a project from a course on React. This specific project helped to understand http requests in React

requestme icon requestme

A mobile application that helps split a restaurant bill across a group of people. The core functionality of this application is that tax and tip is distributed based on each individuals total. The higher your total, the higher the tax and tip you will pay

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.