Skip to content
View ruslanlap's full-sized avatar

Block or report ruslanlap

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ruslanlap/README.md

πŸ‘‹ Hi, I'm Ruslan

LinkedIn GitHub followers


πŸ‘¨β€πŸ’» About Me

const ruslan = {
    role: "Full Stack Developer & DevOps Engineer",
    location: "Ukraine",
    code: ["JavaScript", "Python", "HTML", "CSS", "Shell"],
    technologies: {
        frontEnd: {
            js: ["React", "React.js"],
            css: ["Bootstrap", "GULP", "SASS"],
        },
        backEnd: {
            python: ["Django", "Flask"],
            js: ["Node.js", "Express"],
        },
        databases: ["MySQL", "PostgreSQL"],
        devOps: {
            cloud: ["GCP", "DigitalOcean"],
            containers: ["Docker", "Kubernetes"],
            CI_CD: ["Jenkins", "GitHub Actions", "GitLab CI"],
            IaC: ["Terraform", "Ansible"],
            monitoring: ["Prometheus", "Grafana", "ELK Stack"]
        },
        tools: ["Git", "Docker", "Linux", "Bash", "VS Code"]
    }
};

πŸ›  Tech Stack

Frontend

HTML5 CSS3 JavaScript React Bootstrap

Backend

Python Django Flask Node.js Express.js

Databases

MySQL PostgreSQL

Tools & Technologies

Git Docker VS Code Figma


πŸ“Š GitHub Stats

GitHub stats Top Languages


🌐 Connect with Me


πŸš€ Current Focus

  • πŸ”­ Current Project: Clear Task TODO Notion integration
  • 🌱 Learning: AI & DevSecOps
  • πŸ‘― Looking to Collaborate: Open-source projects, Startups, and DevOps automation. #VITE, #PYTHON, #PYTHONBOT, index.js, index.ts, App.tsx ... etc

🎯 Key DevOps Skills

  • πŸ”„ CI/CD Pipeline Development
  • πŸš€ Infrastructure as Code (IaC)
  • πŸ“Š Monitoring & Logging
  • πŸ”’ Security Implementation
  • 🌐 Cloud Architecture
  • πŸ›  Automation & Scripting
  • πŸ”§ System Administration
  • πŸ“ˆ Performance Optimization

πŸ— Infrastructure Projects

Projects:
  - name: AWS Infrastructure
    tools: [Terraform, AWS, Docker]
    status: Production
    
  - name: Monitoring Stack
    tools: [Prometheus, Grafana, ELK]
    status: Maintained
    
  - name: CI/CD Pipeline
    tools: [Jenkins, Docker, K8s]
    status: Active Development

πŸ“ˆ DevOps Workflow

graph TD
    A[Code] -->|CI/CD Pipeline| B(Build)
    B --> C[Test]
    C --> D[Deploy]
    D --> E[Monitor]
    E --> A[Feedback Loop]
Loading

🌱 Current Learning Path

  • πŸ“š React, TypeScript, Node.js
  • πŸ”’ Cloud Security & DevSecOps
  • πŸ€– Infrastructure Automation
  • 🎯 Site Reliability Engineering (SRE)

πŸ”§ DevOps Toolbox

# My favorite commands
$ npm run...
$ kubectl get pods
$ docker-compose up
$ ansible-playbook deploy.yml
$ git push origin main

⭐️ From Ruslan

Pinned Loading

  1. Cryptonit-BOT Cryptonit-BOT Public

    Cryptonit-BOT is a Python-based bot designed to interact with cryptocurrency markets. This bot aims to automate trading strategies and provide users with insights and actions based on predefined ru…

    Python

  2. NotionTODO NotionTODO Public

    πŸ“ Notion inspired TODO with Notion integration A sleek and modern todo application built with React, TypeScript, and Vite, featuring a beautiful UI powered by Radix UI components. You can test app …

    TypeScript

  3. encrypt-decrypt-git encrypt-decrypt-git Public

    Easy install and use for Cryption sensetive info. Enjoy a simple yet secure method to encrypt and decrypt files using the AES-256-CBC algorithm with password protection.

    Shell 1

  4. MultiUserCreate MultiUserCreate Public

    Shell

  5. Automating-NEWUSERSSH-Key-Exchange Automating-NEWUSERSSH-Key-Exchange Public

    Shell

  6. pre-commit-auto-script pre-commit-auto-script Public

    pre-commit hook script with automatic installation of gitleaks and checks for sensitive information πŸ”’

    Shell