GitHub
Tests: 12 • Commercial: 2 • Pet projects: 4 • Legacy: 4
Total: 22

.NET Framework

Test
2021

Project Request

ASP.NET MVC • C# • SQL Server
Idea of the project: if someone wants to order a project development, here you can send an application.
Test
2020

ProjectC

ASP.NET MVC • C# • JSON • jQuery
JSON data processing.
Test
2020

Vehicle Maintenance

ASP.NET MVC • VB.NET • JSON
Idea of the project: if someone wants to order a project development, here you can send an application.
Test
2019

Movie Navigator

ASP.NET MVC • VB.NET
Request information about movie from IMDB.
Test
2018

Customers Exchange

ASP.NET MVC • C# • SQL Server
Automated teller machine emulation.
Test
2016

ATM

ASP.NET MVC • C#
Automated teller machine emulation.

.NET Core

Pet project
2022

Mail Daemon

.NET 8 • Console • JSON
Utility to send mails with customizable settings.

Custom

Code
2024

Buns of code

.NET Framework • C# • JavaScript
Code snippets from my projects, ready to use; tiny tests; code examples.

PHP

Test
2024

Mediabox

PHP 8 • Laravel 11 • Vue.js • Composer • SQLite
Test project for media files management.
Test
2020

Loan Castle

PHP • MariaDB
Jums jāizstrādā kāda lielāk projekta prototips. Izstrādājot prototipu, paturiet prātā, ka projektam attīstoties, šo prototipu varētu vajadzēt pilnveidot.
Test
2020

Content Management

PHP • MySQL • AJAX
Создать простой сайт, где будет страница с формой для авторизации и страница для авторизованного пользователя.
Test
2019

Laravel

PHP • Laravel • Vue.js • Composer • SQLite
Izveidot aplikāciju, kura ik pēc noteikta intervāla (60 sekundes) veic ierakstu datubāzē izmantojot Laravel freimworka iebūvēto funkcionalitāti.
Test
2019

Phone Check

PHP • JavaScript • JSON • Docker
Implement application to detect country by phone number.

Frontend

Test
2021

Forex Wall

npm • React
For this exercise, what we need is a simple live wall for tracking currencies.

Business projects

Commercial
2008

Certification Center

.NET Framework 4.8 • ASP.NET Web Forms • C# • LINQ • SQL Server • ADO.NET • Dapper • JavaScript • jQuery • Git
Transport registration and certification services in Latvia, Customer Relationship Management.
Commercial
2000

Amerikas Auto

.NET Framework 4.8 • ASP.NET Web Forms • C# • LINQ • SQL Server • ADO.NET • Entity Framework • JavaScript • jQuery • Git
Car service and spare parts for all USA and European car models, Customer Relationship Management.

Pet projects

Pet project
2023

Geolocation Assistant

.NET 8 • ASP.NET Core • C# • Web API • JSON • Git
Website for determining geolocation by IP or geotagged photo.
Pet project
2008

Web Dynamics

.NET Framework 4.8 • ASP.NET Web Forms • C# • LINQ • Web API • JSON • SQL Server • Dapper • JavaScript • jQuery • SVG • Git
Software development blog. Articles, books, videos, content management.
Pet project
2000

Blackball

.NET Framework 4.8 • ASP.NET Web Forms • C# • LINQ • Web API • JSON • XML • SQL Server • Dapper • JavaScript • jQuery • SVG • Git
My entertainment portal created from scratch.

Good old times

Legacy
2000

DOS Clock

Turbo Pascal • Assembler
Digital clock.
Legacy
2000

BrainOut

Turbo Pascal • Assembler
Tank battle game.
Legacy
1999

Airport Administrator

Turbo Pascal
Курсовая работа в институте.
Legacy
1998

Atomizer

Turbo Pascal • Assembler
Atomizer, aka «Studio2D». Graphic raster editor. AGI is my own «Atomizer Generated Image» file format.

Forex Wall

2021 Test

For this exercise, what we need is a simple live wall for tracking currencies.

npm React
Demo: /forexwall/app/

Files:

Name
Size
Date created
Date modified
548 KB
25.03.2021 09:08
12.01.2023 22:34
1.02 MB
12.01.2023 22:41
12.01.2023 22:41
4 KB
25.03.2021 01:17
14.02.2024 01:50
README.TXT
==========================================================
Forex Live Wall
==========================================================

Forex is a decentralized global market where all the world’s currencies trade. For this exercise, what
we need is a simple live wall for tracking currencies. For free keyless and real time API you may use
https://financialmodelingprep.com/api/v3/forex

Requirements:
1. The project should use npm/yarn package manage r to manage dependencies.
2. The client application should be a single page application with 3 components:
a. an input field to accept the currency pair (E.g. USD/EUR) as a query string
b. the search button to submit data
c. the live wall which should show the query results and live updates
3. You can use Vanilla JS, Angular 8+, React or any other JavaScript UI framework de jour.
4. No strict guidelines for styling - you may use vanilla CSS, any methodology or preprocessor.
5. Business functionality:
a. The page by default should show the wall empty.
b. When the user inputs a query string and presses the search button the application should fetch the latest data for the currency pair.
c. It should poll data on configurable (UI or code, your call) time frame and update the wall with forex changes in real-time.
6. Unit tests using Jasmine, Jest or any other testing framework
7. To simplify things, it is OK to only support Chrome browser.
8. Deliver the code either in git or as a zip file.
9. Make sure to document your project in a simple README file so it would be easier for us to set up, run and test your application.

Guidelines and Tips
● Implement best practices on how you see fit.
● Using typescript is a plus.
● Design the page in such a way that it is user-friendly and responsible. Layout-wise, device-wise, etc.
● The minimum business requirements are defined in step 5 above. But feel free to add components to make the application easier to use (charts, help links, tooltips, etc.).
● Be resourceful. The internet is at your disposal.
● The more you put in the more we can appreciate your time and effort.
● Bring out your inner Da Vinci! Be creative, innovative and original. Make this your masterpiece.

Implementation
==========================================================

FOLDERS STRUCTURE
----------------------------
ForexWall\Source\ForexWall - full application package, .NET 8 solution + React.
ForexWall\Source\ForexWall\ClientApp - React application.


PREPARATION
----------------------------
1. Install Node.js if not installed: https://nodejs.org/en/
2. Navigate 'ForexWall\Source\ForexWall\ClientApp'
3. Run command line console cmd.exe under administrative privileges.
4. Run batch installation install.cmd
or:
4. npm install
5. npm install --save react-router
6. npm install --save react-router-dom
7. npm install --save bootstrap
8. npm install --save reactstrap react react-dom


HOW TO RUN Forex Live Wall APPLICATION
----------------------------
1. Navigate application folder \ClientApp.
2. Run command line console cmd.exe.
3. npm start
4. Press Enter to run the app in development mode.
5. Open http://localhost:3000 to view it in the browser.

Alternative run (with .NET 5 interaction):
1. Open ForexWall.sln in Visual Studio 2019.
2. Run project.

If you want to test using dummy data (in the case if exchange rate request from API have limits):
1. In the file 'ForexLiveWall.js' change line
const response = await fetch('https://financial[...]
to
const response = await fetch('forex');

Note: 'forex' is endpoint of .NET 5 MVC controller method with random dummy data.


FINANCIAL MODELING PREP API
----------------------------
Documentation: https://financialmodelingprep.com/developer/docs/
API key: c768145b6c9849a8304f4538df1bb2fc


PRODUCTION BUILD
----------------------------
npm run build


FEATURES
----------------------------
1. Update interval can be changed on demand without submit.
2. Rate changes indicates with background colors: lower - red, higher - green, no changes - grey.

Screenshots:

Screenshot.png
• • •
Thumbs.db