Welcome to SolutionsShowcase!
This repository serves as a centralized hub for my projects, each a showcase of unique solutions and insights. Dive into the world of technology, explore varied tech stacks, and discover the thought processes behind key solutions implemented in each project.
Feel free to explore, contribute, and let's build a community around innovative problem-solving!
If you're passionate about sharing your tech expertise, you're welcome to contribute to SolutionsShowcase! Here are two ways you can get involved:
- Translations: Help make the showcase accessible to a global audience by translating content into your native language. Feel free to submit a pull request with your translations.
- Showcase Your Gems: If you have exceptional tech solutions or intriguing topics, share them with the community! Add your projects and insights, and create a pull request to contribute to the showcase.
No | Project | Author |
---|---|---|
1 | Checkinator | AlbertArakelyan |
2 | Exoplanet Project | AlbertArakelyan |
3 | Post EF | AlbertArakelyan |
4 | Keep Link | ArthurArakelyan |
A simple MERN app for testing Stripe with user and subscription management, for taking React architecture I used to know to the next level with advanced usage of unit tests and also for improving my knowledge in backend with help of nodejs as a frontend developer. Also created an admin panel for having a full control over the app.
Frontend | Backend | Admin Panel | Other |
---|---|---|---|
Create a MERN app being a frontend developer by using a new (for me) React architecture which is extended version of View-Controller
pattern by adding a special hook which separates logical part from Container as well and also using unit and component testing which has been done very well due to this architecture. Also integrating Stripe on server and client side for the first time was also a challenge.
- Improved
View-Controller
architecture forReact
- Dark mode implementation
JWT
based authentication with Email verification- Used seeders (for the first time)
- Class based controllers in
Express
Vue 3
withVuetify
integration
- Add
Storybook
Simple MERN with ready frontend part for focusing on Node.js by getting data from external sources, working with CSV files and parsing them and of course working with databases such as MongoDB with mongoose.
react-express-exoplanet-project
As the project has been done in scopes of a Udemy course so just passing and doing the project was a challenge by it self, and yet another challange was take as much as I can, interesting aproaches with Node.js, best practices, authentication, oauth client, socket.io, API testing and many other things that I learnt and of course need to practice more π.
- Staticly running
React
production build fromExpress
- With one
package.json
file controlled apps (Frontend, Backend) - Very fancy scientefic friendly UI
- Good set up Cross origin policies
- A very good Node.js architecture
- Very good expressed Data Access Layer in Node.js models
- API testing with
Supertest
- Dockerized app (not in a deep level)
- Integarated CI with Github Actions
- Deployed with
SE3
(you can check here) - Working with CSV files and parsing them
A simple dockerized MERN app with basic authentication and CRUD.
Create a dockerized app using nodejs
first times from scratch, also set up tailwind from scratch and create a modern UI with it.
- Well set up Tailwind
- Fully dockerized project
Keep Link is a powerful tool which allows you to save all your links in one place.
Frontend | Backend |
---|---|
Create an Angular website by integrating Angular Fire services for working with Firebase in Angular, RxJs reactive store, Unit tests and Component tests, and Storybook for shared and UI components preview.
Storybook
integrationUnit tests
integrationDark theme
andDark high contrast
theme implementationAngular Fire
Services implementation for working withFirebase
Firebase Authentication
based authentication with Email verificationAngular
withRxJs
reactive store integration