Skip to content
View Svinte's full-sized avatar
♠️
chilling
♠️
chilling

Block or report Svinte

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Svinte/README.md

Svante Kokkoniemi

pacman contribution graph

LinkedIn   Stack Overflow   Gmail

Follow on GitHub

About Me:

class DeveloperProfile
{
    public string $name = "Svante Kokkoniemi";
    public int $age = 18;
    public string $nationality = "Finnish";
    public string $profession = "Web Developer";
    public string $description = "Passionate about everything from RISC to Quantum Computers";

    /**
     * Introduce developer.
     *
     * @return string Introductory text.
     */
    public function introduce(): string
    {
        return "{$this->age} y/o {$this->nationality} {$this->profession} | {$this->description}";
    }
}

📌 Pinned Repositories

Pinned svinte.github.io     Pinned Botsafe     Pinned FrontCloner     Pinned FrontCloner    

🔧 My Tools:

Top:

Laravel Firefox VSCode

Programming Languages:

PHP TypeScript C++ Python Lua Kotlin

Frontend:

HTML5 CSS3 Sass Bootstrap Markdown

Frameworks & Platforms:

Laravel Vue.js WordPress

Package & Runtime Tools:

Composer Node.js Anaconda

Tools & DevOps:

Docker Git GitHub IntelliJ VSCode

Servers & OS:

Apache Nginx MySQL Ubuntu

Security

Tor Nmap Kali Linux

📊 More stats:

       

Check websites:

Also check my open source GitHub sites for more information. Sites available at svinte.github.io. Supported languages Fi & En. JavaScript required.

Pinned Loading

  1. Botsafe Botsafe Public

    Scripts to prevent Web scraping

    TypeScript

  2. svinte.github.io svinte.github.io Public

    Vue.js GitHub User Pages

    Vue 1

  3. Wordle-Solver Wordle-Solver Public

    Python Wordle game solver

    Python

  4. CheckersAI CheckersAI Public

    Minmax AI for Checkers

    Python