Skip to content

Instantly share code, notes, and snippets.

@DO162
Created March 11, 2025 16:03
Show Gist options
  • Save DO162/d117e501cd8b09cfc34dddb2c5e88fe9 to your computer and use it in GitHub Desktop.
Save DO162/d117e501cd8b09cfc34dddb2c5e88fe9 to your computer and use it in GitHub Desktop.
DZ
#include <iostream>
using namespace std;
int main()
{
setlocale(0, "");
cout << "Number_1\n\n\n";
cout << "To be\n\n";
cout << " or not\n\n";
cout << " to be...\n\n";
cout << " \\ William Shakespeare \\\n\n\n\n";
cout << "Number_2\n\n\n";
cout << " Березень 2024\n";
cout << " ПН ВТ СР ЧТ ПТ СБ НД\n";
cout << " 1 2\n";
cout << " 3 4 5 6 7 8 9\n";
cout << " 10 11 12 13 14 15 16\n";
cout << " 17 18 19 20 21 22 23\n";
cout << " 24 25 26 27 28 29 30\n";
cout << " 31\n\n\n\n";
cout << "Number_3\n\n\n";
cout << " ***** \n";
cout << " * * 0000000000000000 \n";
cout << " ***************** 0////////////////0 \n";
cout << " * * 0//////////////////0 \n";
cout << " * * 0//////////////////0 \n";
cout << " * * 0//////////////////0 \n";
cout << " *********************** 0//////0000//////0 \n";
cout << " * * 0000000000000000 \n";
cout << " * ****** ****** * / / / / 0000 \n";
cout << " * * * * * *//////////////////////// 0000 \n";
cout << " * * * * ** * / / / / 0000 \n";
cout << " * ****** * * *//////////////////////// 0000 \n";
cout << " * * * * / / / / 0000 \n";
cout << "************************************************************************\n\n\n\n";
cout << "Number_4\n\n\n";
cout << " РЕЗЮМЕ\n\n";
cout << "---------------------------------------------------------------------------------------------------------------------------------\n";
cout << " Alex Yelienko |\n";
cout << " |\n";
cout << " | Skills\n";
cout << " |\n";
cout << " | C++ | C# | .NET | ASP.NET Core | Rest Full API |\n";
cout << " | EF Core | LINQ | MS SQL\n";
cout << " |\n";
cout << " | HTML | CSS | Bootstrap | Java Script | Type Skript |\n";
cout << " | Angular | React | Winforms | WPF\n";
cout << " |\n";
cout << " | Visual Studio | Visual Studio Code | Php Storm | MS\n";
cout << " | SQL Management Studio | Git | Git Hub | Jira |\n";
cout << " | Azure\n";
cout << "---------------------------------------------------------|\n";
cout << " [email protected] |-----------------------------------------------------------------------\n";
cout << " +491 603 25 29 |\n";
cout << " | CERTIFICATES\n";
cout << " Bremen, Germany |\n";
cout << " | CISCO: IT Essentials PC Hardware and Software\n";
cout << " 17.04.1985 |\n";
cout << " |-----------------------------------------------------------------------\n";
cout << "---------------------------------------------------------| LANGUAGES\n";
cout << " EDUCETION |\n";
cout << " | English (A1) * 0 0 0 0\n";
cout << " Christian Humanitarian and Economic |\n";
cout << " | German (B1) * * * 0 0\n";
cout << " Open University |\n";
cout << " Department of Administrative and Commercial Law | Ukrainian * * * * *\n";
cout << " 2002 - 2007 |\n";
cout << " | Russian * * * * *\n";
cout << " |\n";
cout << " IT STEP Academy |-----------------------------------------------------------------------\n";
cout << " Software Development Department |\n";
cout << " | PROJECTS\n";
cout << " 2022 - 05/2025 |\n";
cout << " | Booking\n";
cout << "---------------------------------------------------------| 10/2024 - 01/2025\n";
cout << " |\n";
cout << " PROFESSIONAL EXPERIENCE | The primary objective of the project is to develop a\n";
cout << " | convenient, fast, and reliable accommodation booking\n";
cout << " Veles Agro Ltd. | service, while also fostering effective teamwork and\n";
cout << " Brand manager | collaboration. My specific contribution focused on creating\n";
cout << " 2015 - 2018 | the server-side functionality, ensuring seamless\n";
cout << " | communication between the front-end and back-end\n";
cout << " | components.\n";
cout << " Veles Agro Ltd. | This involved designing and implementing a robust API,\n";
cout << " Regional director | managing database interactions, and ensuring that the\n";
cout << " 2018 - 2019 | system was scalable and secure. I prioritized performance\n";
cout << " | optimization and error handling to guarantee a smooth\n";
cout << " | user experience. Additionally, I collaborated closely with\n";
cout << " Veles Agro Ltd. | team members to align on requirements, integrate features,\n";
cout << " Sales Director | and troubleshoot issues, contributing to the overall success\n";
cout << " 2019 - 2023 | of the project.\n";
cout << " |-----------------------------------------------------------------------\n";
cout << " | https://github.com/AlexLiberty/GuidanceServer.git\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment