info-icon

Portfolio

My SPAs

http://renjeka-rijksmuseum.s3-website-us-east-1.amazonaws.com/ Angular project This is my project on angular. You can observe art object of Rijksmuseum, add them to favorite list and much more. https://github.com/RenJeka/Rijksmuseum

SPA with technologies

http://ngrxbucket.s3-website.us-east-2.amazonaws.com/ NgRx app This is a simple Angular application to show ngrx working. The project used Reducer, Action, Store, Selectors and Effects https://github.com/RenJeka/Study/tree/master/NgRx/first-app http://renjeka-todo-bucket.s3-website.us-east-2.amazonaws.com/ AWS app Application written using AWS technologies. The project used 'Lambda function', 'DynamoDB', 'S3 bucket Storage', 'API GateWay' and 'IAM' https://github.com/RenJeka/Study/tree/master/AWS/todo_project http://firebase-organizer.s3-website-us-east-1.amazonaws.com/ FireBase app Simple month planner using FireBase technologies (database). Project based on YouTube lesson. The project used Angular, RxJS, FireBase, MomentJS, pico CSS. https://github.com/RenJeka/Angular_Projects/tree/master/organiser

Full-stack projects

http://vps60559.hyperhost.name/ NodeJS Todo app Full client-server application with registration, authorization, user-session store and database. Server has been deployed on VPS (Ubuntu 20.04) Try to register your user, log-in and add some tasks. If it does not work, then the hosting was not paid. https://github.com/RenJeka/nodejs

Projects on Vanilla JS

match-game/index.html Memory-game Try to play memory card game. You can start, stop game. Here using only HTML + CSS +JS and 1 library — "anime.js" for animation. Game timer stops after cursor out of the grid. Developed with little more than 8 hours. Full requirements read You can read in gitHub. https://github.com/RenJeka/matching_game cbs_app/dist/index.html First SPA "My Library" Used JQuery, Own Observable pattern and vanilia JavaScript https://github.com/RenJeka/renjeka.github.io/tree/master/cbs_app

Other languages

https://yevhenii.website/php-blog/ PHP-blog Simple blog based on vanilla PHP. You can create, edit, read and remove articles. Bootstrap 4 css library is used as base styles. Here is one MySQL DataBase. SQL language was used to create and edit tables. https://github.com/RenJeka/Study/tree/master/PHP/my_first_php_blog https://t.me/YevheniiSpringAWSBot Java Spring Telegram Bot Simple bot-business card, that can output information by pressing on buttons. Made with Java Spring, Corretto11 JDK, AWS Lambda, telegram webhooks and "telegrambots" Java library. Try it! The first response from the bot may take a little time. https://github.com/RenJeka/YevheniiJavaBot

My first landings

site2/index.html Landing #1 One page landing site. Created in pure HTML5 and CSS3 without the use of JavaScript. My first full project. The creation of the site took several days. https://github.com/RenJeka/renjeka.github.io/tree/master/site2 site3/index.html Landing #2 One page landing site. It was created on the basis of a ready-made layout using Flex-box technology. Used HTML5 and CSS3 using the SASS preprocessor. Also used a small amount of JavaScript to make the buttons interactive. There is a bit of adaptability with media queries. https://github.com/RenJeka/renjeka.github.io/tree/master/site3

My first knowledges

First steps in HTML & CSS My first steps in HTML5 and CSS3. Without JavaScript. Only layout. Only hardcore. =) first-steps-html/index.html https://github.com/RenJeka/renjeka.github.io/tree/master/first-steps-html First steps in JavaScript My first steps in JavaScript programming. Primitive programs, but I got a lot enjoy! first-steps-js/index.html https://github.com/RenJeka/renjeka.github.io/tree/master/first-steps-js