Welcome to my Github profile !
- I'm a passionate software developer.
- I love working with Python, Javascript, and machine learning.
- connect with me on LinkedIn
Project 1: random
- Description: This project produces random number.
Project 2: personal website
- Description: Another awesome project description.
Project 3: express local library website
-
Description: Tutorial "local library" website written in node and express framework. This web application creates an online catalog for a small local library, where users can browse available books and manage their accounts. To get this project up and running locally on your computer:
-
Set up a Node.js development environment.
-
Once you have node set up install the project in the root of your clone of this repo:
npm install
-
Run the tutorial server, using the appropriate command line shell for your environment:
# Linux terminal DEBUG=express-locallibrary-tutorial:* npm run devstart # Windows Powershell $ENV:DEBUG = "express-locallibrary-tutorial:*"; npm start
-
Project 4: Bootstrap
- Description: Our modern responsive css framework for web development and free for all users.
Project 5: React
-
Description: React is a javascript library for building user interfaces. React makes ipainless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes.Declarative views mke your code more predictable, simpler to understand, and easier to debug.
Component based: Build encapsulated components that manage their own state, then compose them to make complex UIs. Since component logic is written in Javascript instead of templates, you can easily pass rich data through your app and keep the state out of the DOM.
Learn Once, write Anywhere:We don't make assumptions about the rest of your technology stack, so you can develop new features in React without rewriting existing code. React can also render on the server using Node and power mobile apps using React Native.