Pinned Repositories
awk-maze-generator
The AWK scripts to generate maze and find a path
gpt4-session-to-markdown
ChatGPT-4 to Jekyll Markdown: Command-line tool with JQ, converting ChatGPT-4 JSON sessions to Jekyll markdown posts. Simplify site updates and content generation.
graph-pathfinding-algorithms
Implementation and tests for graph pathfinding algorithms.
hackerrank-sql
Solutions for Hackerrank SQL problems
jetbrains-academy-budget-manager
Not to sound overly serious, but it’s very important to manage your budget. This implies analyzing your expenses and estimating the income, which sometimes may be difficult to do yourself. Luckily, technology is there to assist: you can create your own personal budget manager program that counts the ins and outs and helps control the finances.
jetbrains-academy-readability-score
Everyone has their own personal reading history, and as we grow up, we are able to comprehend more and more complicated texts. But how do you estimate the level of difficulty of a given text, and how do you teach a computer to do that? In this project, you will find it out: write a program that determines how difficult the text is and for which age it is most suitable.
pig-latin-rest
A project for experimenting with OpenAPI specification and API testing.
sap-cds-erd
AWK script to create a ER diagram for SAP Cloud Application Programming Model
sololearn-challenges
Descriptions of SoloLearn Coding Challenges (all 72, including pro) and solutions in C, Java, Python and Ruby
unique-ip-addresses
The optimal solution to the problem of counting unique IPv4 addresses in a huge text file.
rabestro's Repositories
rabestro/graph-pathfinding-algorithms
Implementation and tests for graph pathfinding algorithms.
rabestro/pig-latin-rest
A project for experimenting with OpenAPI specification and API testing.
rabestro/unique-ip-addresses
The optimal solution to the problem of counting unique IPv4 addresses in a huge text file.
rabestro/exercism-solutions-fsharp
Solutions for the F# track
rabestro/hotel-reservation-system
A small hotel reservation system.
rabestro/sap-cds-erd
AWK script to create a ER diagram for SAP Cloud Application Programming Model
rabestro/awk
Exercism exercises in AWK.
rabestro/Bruno-API-Test-Starter
An introductory document on using Bruno for API testing.
rabestro/epam-cloudx-associate-azure-java-coursework
This repository contains practical tasks and solutions for the 'CloudX Associate: MS Azure Java Developer' course at EPAM. It includes implementations using App Service, Container Apps, Azure Functions, Azure Storage, Azure Event Hub, Event Grid, Service Bus, Azure AD, Azure SQL, and CosmosDB.
rabestro/epam-gen-ai-bootcamp-coursework
This repository contains my coursework for the 'GenAI Foundations for Java Developers' course by EPAM Systems. The course focuses on creating generative applications using Large Language Models with the Semantic Kernel SDK. The repo includes practical tasks and a final graduation task of a simple RAG application.
rabestro/epam-introduction-to-microservices-coursework
This repository contains coursework for EPAM's 'Introduction to Microservices' course. It includes two Java Spring Boot microservices: Resource Service for handling MP3 files and Song Service for managing song metadata.
rabestro/exercism-azure-bruno
Bruno API tests for Azure functions
rabestro/exercism-azure-functions
rabestro/exercism-azure-httpyac
Examples of API tests for httpYac CLI
rabestro/exercism-azure-ijhttp
A repository demonstrating API testing using JetBrains HTTP Client and httpYac, featuring tests for an Azure function that implements the 'Change' exercise from Exercism.org
rabestro/exercism-solutions-awk
Solutions for the AWK track
rabestro/exercism-solutions-c-sharp
Problem solving from Exercism.org in C Sharp
rabestro/exercism-solutions-java
Solutions for the Java track
rabestro/exercism-solutions-power-query-m
Solving problems from the site Exercism in Power Query M language
rabestro/exercism-solutions-powershell
Solutions for PowerShell problems from Exercism site
rabestro/exercism-solutions-vbnet
Solutions for Visual Basic .NET
rabestro/HackerRank-Functional-Programming
rabestro/HackerRank-Interview-Preparation-Kit
rabestro/httpyac
Command Line Interface for *.http and *.rest files. Connect with http, gRPC, WebSocket and MQTT
rabestro/java-versions
rabestro/learning-week-2023
Unit Test: the Good, the Bad, and by AI
rabestro/rabestro.github.io
Jegors Čemisovs' personal GitHub Pages site featuring technical blog posts, articles, and more.
rabestro/readability-score-api
This repository contains a RESTful API developed in Java using Spring Boot. The API calculates the readability score of a given text using various formulas such as the Automated Readability Index (ARI). It provides insights into the complexity of the text and suggests the appropriate age for comprehension.
rabestro/sql-challenge-solutions
A collection of SQL challenges and solutions from various courses and websites, aimed at enhancing database querying skills.
rabestro/webapp
CloudX Assosiate MS Azure Developer Training