Important: a lot of those projects are no longer maintained! and for learning and educational purposes at this point!
With more than 10 open source projects i’ve published over the years(some are not visible here) I am very proud to show case some of them here and add extra information and tutorials for each of those open source projects. Feel free to contact me via contact page or via linkedin for any questions.
Project Name | Release Date | Description | Extra |
Web Camera API HTML5 | 2023 | A fun project that allow web browser to control which camera they want to use, e.g in phones there are 2,3 different cameras and in desktop you can connect a camera via USB like mirror less camera like sony a7 | Tutorial How to |
Candy Crush Game | 2022 | Fun game inspire by original candy crush game where you match make same candies and win points and become a champion in a score board. | Check the video show off the game in the link! |
Circle CI Example | 2018 | Circle CI is task automation service and in this public open source project i’ve written a basic yaml configuration for Circle CI. | Tutorial How to |
Blockchain Study Project | 2017 | Fun project with the goal of learning and understanding whats a block chain is all about. I’ve made this project for other software engineers in the company so we could develop and build together very basic blockchain system. | |
Connectors Nodejs | 2017 | Connectors is an project to create unify interface for different database types like mongodb, reddis, mysql and more for simplification of usage | |
React WYSIWYG | 2016 | WYSIWYG (What you see is what you get) project is an open source public project that meant to improve UX of users that write and create content. with lots of features like bold, text, tables, images and much more. | Check the screenshot in github |
React Easytable | 2016 | A Simple react reusable component, the idea is to allow reusability of the same cases (tables) for developers and allow the design team to change the look and feel of a table cross our company platform. | See photos of different designs in github |
Input Password | 2016 | React Component that shows/hides a password input field content to reduce mistakes of wrong password errors written by users trying to login to our system. the design improved login success rate. | |
Micro Front End | 2016 | One of the very first designs and architecture of front end micro services. build as part of my goal to improve team velocity, decoupling of code, separation of concerns and other ideas behind this approach of web development. | |
Redux Tutorial | 2016 | Part of our new integration with React at that time I’ve wrote a tutorial walkthroughs for our engineers and open source the project for others to learn from. How to manage data and state management of data within front end web application. | See the github branch for each step of the walkthrought |