Skip to content
View Blizzeq's full-sized avatar

Block or report Blizzeq

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Blizzeq/README.md
Header Typing SVG
Profile views



Dev Quote

πŸ‘‹ About Me

class DataAnalyst:
    def __init__(self):
        self.name = "Jakub Krasuski"
        self.role = "Data Analyst"
        self.location = "Warsaw, Poland"
        self.company_sector = "Energy & Trading"
        self.experience_years = 1
        
    def current_work(self):
        return ["Electricity Market Analysis", 
                "Energy Consumption Forecasting",
                "Trading Strategy Optimization",
                "Power Demand Modeling",
                "Risk Assessment in Energy Trading",
                "Dashboard Development for Market Insights"]
    
    def tech_stack(self):
        return {
            "languages": ["Python", "SQL", "JavaScript"],
            "data_tools": ["Pandas", "NumPy", "Scikit-learn"],
            "cloud": ["Google Cloud Platform", "BigQuery"],
            "visualization": ["Power BI", "Matplotlib", "Plotly"]
        }
    
    def say_hi(self):
        print("Thanks for dropping by! Let's analyze some data together! πŸ“Š")

me = DataAnalyst()
me.say_hi()


πŸ› οΈ Tech Stack

Programming Languages

Python JavaScript SQL HTML5

Data Science & Analytics

Pandas NumPy Scikit_learn Jupyter Plotly

Cloud & Databases

GCP MySQL PostgreSQL MongoDB

Tools & Platforms

Git Power_BI VS_Code BeautifulSoup


πŸ† GitHub Activity & Achievements

Contribution Graph
GitHub Stats Most Productive Time

πŸ“ˆ Activity Graph

Activity Graph

πŸ’Ό Skills & Expertise

πŸ“Š Data Analysis & Machine Learning

⚑ Energy Market Analytics

πŸ”§ Backend & Data Engineering

🎨 Frontend & Visualization


πŸ“« Contact

LinkedIn Gmail GitHub


⚑ Random Dev Joke

Dev Joke

Footer

Pinned Loading

  1. montecarlo-visualization montecarlo-visualization Public

    A professional interactive application that demonstrates the Monte Carlo method for estimating the mathematical constant Ο€ (pi). Built with Python and PySide6, this educational tool provides real-t…

    Python

  2. life-game life-game Public

    An advanced cellular automaton simulation featuring multiple species, quantum effects, random events, and complex ecosystem interactions.

    Python

  3. black-scholes-viz black-scholes-viz Public

    A simulation tool for visualizing stock price paths using the Black-Scholes model with an intuitive dark-themed interface.

    Python

  4. sort-vizualzation sort-vizualzation Public

    A sophisticated web application that brings sorting algorithms to life through interactive visualizations and real-time performance analysis. Compare algorithm efficiency, understand complexity the…

    TypeScript

  5. graph-viz graph-viz Public

    An interactive web application for visualizing graph algorithms in real-time. Built with Next.js, TypeScript, and React Flow.

    TypeScript

  6. pathfinder pathfinder Public

    Interactive pathfinding visualizer with multiple algorithms (A*, Dijkstra, BFS, DFS, Greedy Best-First, Bidirectional), waypoint support, maze generators, and real-time algorithm comparison. Built …

    TypeScript