Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hsyntes/portfolio-api
Huseyin Ates Full Stack MERN Developer with proficient in using React & Next.js to create interactive user interfaces and skilled in handling server-side development using Node.js, Express.js, WebSocket with MVC architecture, handling database operations including data models,advanced schema design in MongoDB, Amazon Web Services Cloud Computing.
https://github.com/hsyntes/portfolio-api
api ates express hsyntes huseyin mongodb mongoose nextjs nodejs portfilio portfolio portfolio-api portfolio-website react restful-api tailwindcss
Last synced: 27 days ago
JSON representation
Huseyin Ates Full Stack MERN Developer with proficient in using React & Next.js to create interactive user interfaces and skilled in handling server-side development using Node.js, Express.js, WebSocket with MVC architecture, handling database operations including data models,advanced schema design in MongoDB, Amazon Web Services Cloud Computing.
- Host: GitHub
- URL: https://github.com/hsyntes/portfolio-api
- Owner: hsyntes
- Created: 2023-09-14T21:49:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-29T09:53:24.000Z (12 months ago)
- Last Synced: 2024-10-03T18:40:25.051Z (about 1 month ago)
- Topics: api, ates, express, hsyntes, huseyin, mongodb, mongoose, nextjs, nodejs, portfilio, portfolio, portfolio-api, portfolio-website, react, restful-api, tailwindcss
- Language: JavaScript
- Homepage: https://www.hsyntes.com/
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Huseyin Ates @hsyntes | Software Engineer - Full Stack MERN Developer
https://hsyntes.com
Full Stack MERN Developer with proficient in using React & Next.js to create interactive user interfaces and skilled in handling server-side development using Node.js, Express.js with MVC architecture, handling database operations including data models and advanced schema design using MongoDB, implementing Amazon Web Services & Cloud Computing.
## Technologies Used (Frontend)
React: A JavaScript library for building user interfaces, providing a component-based architecture and efficient rendering.
Next.js: The React Framework for creating Full-Stack Web applications by extending latest React features, and integrating powerful Rust-based JavaScript tooling for the fasterst builds.
Redux: A state management library, enabling centralized data storage and easy state updates.
React-Router: A routing library for React applications, enabling navigation and URL handling.
Tailwind CSS: A utility-first CSS framework, providing a set of pre-defined classes for styling components.
## Technologies Used (Backend)
MongoDB: A popular NoSQL database that provides flexible and scalable data storage capabilities. In this project, MongoDB is used as the primary database to store and manage data efficiently. Its document-oriented structure allows for easy schema evolution, making it ideal for projects with evolving data needs.
Node.js: A runtime environment that allows the execution of JavaScript on the server-side. It is well-known for its event-driven, non-blocking I/O model, which enhances the performance and responsiveness of web applications. In this project, Node.js is the foundation for building the server, handling requests, and interacting with the MongoDB database.
Express.js: Fast, unopinionated, and minimalist web application framework for Node.js. It simplifies the process of building robust and scalable APIs by providing a set of features and middleware for handling HTTP requests, routing, and more. Express.js is used to create a RESTful API and manage the server's routes, enhancing the overall efficiency and maintainability of the backend.
Amazon Web Services (AWS): Highly reliable and scalable cloud platform that offers a wide range of services to host, manage, and scale applications. In this project, AWS Cloud is utilized for various purposes, such as hosting the server, storing and serving media assets, and ensuring high availability. Services like AWS EC2, S3, and Lambda are leveraged to provide a robust and secure cloud environment for the application.