I am thrilled to introduce myself – Yersagyn, a 23-year-old with a passion for Computer Science. I had the privilege of being a student at Satbayev University, where I pursued my education in this exciting field.
Currently, I am in Astana, honing my skills at the renowned Alem Programming School. I also had the valuable opportunity to receive training at One Technologies, and you can find the relevant certificates proudly displayed on my profile.
My journey has led me to work on some remarkable projects, and I am eager for you to evaluate my skills. I genuinely hope that my abilities align with what you are seeking.
In the near future, I will write my own documentation for everyone with a description of the functionality and my experience when working with it
- Recent test-assgnment - July 2023
- Forum - Jan 2023 My first whole self-written project The project is written using a not very clean architecture, but I learned a lot from writing it, for example, how important it is to structure the code) The project is a forum where you can create an account, posts and leave comments, as well as evaluate it all. What I used, what I learned: monolith, based clean architecture, makefile, build docker image, work with DB and SQL syntax
- OneLab - March 2023 My training at One Lab Techologies. I have been selected to study at One Lab Technologies. I realized how good it is to have a mentor) I learned a lot there, mastered good practices, there was an understanding of what I would do at work. For the first time I used third-party libraries, figured out someone else's code. The project is a library with payment transactions divided into several services. What I used, what I learned: microservices, multi-stage building in docker-compose and communication between services, graceful shutdown, best practices in config, logging and etc. Echo router, Swagger documentation, GORM only in quries, safety transactions.
- SimpleBank - Jun 2023 Pet project during which he gained great knowledge The project is a simple bank with the ability to create an account and multi-currency accounts, and this service can also accept requests in both http-json and gRPC format What I used, what I learned: gRPC and Gateway, generate docs gRPC, using JWT & PASETO tokens for authorization, using GitHub Actions, what is CI/CD, strong unit and integration testing, mock.