Skip to content
View nubufi's full-sized avatar

Block or report nubufi

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
nubufi/README.md

Envoy_#1852

My Website

About Me...

  • 🔗 I’m currently improving my DevOps skills
  • 👐 I’m looking to contribute to a new project
  • 🥅 2024 Goals: Learn blockchain.
  • ⚡ Fun fact: I use NixOS btw :)

A little more about me...

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.15;

contract Profile {
    string public name = "Numan Burak Fidan";
    string public pronouns = "He | Him";
    string public currentFocus = "Backend Development";

    string[] internal skills;

    function getSkills() public returns (string[] memory) {
        skills = [
	        "Golang",
            "Javascript/Typescript",
            "Python",
        ];

        return skills;
    }

    function fun() public view returns (string memory) {
        return
            "Two bytes meet.  The first byte asks, 'Are you ill?' The second byte replies, 'No, just feeling a bit off.'";
    }
}


🤹 My Skill Set


JavaScript Python GO
Kubernetes Docker Git
PostgreSQL MongoDb Redis

Pinned Loading

  1. BookKeeperAI BookKeeperAI Public

    Python

  2. GeoBot GeoBot Public

    Python

  3. GMPE GMPE Public

    Jupyter Notebook

  4. PriceProphet PriceProphet Public

    Python

  5. SeismoQuery SeismoQuery Public

    Python