Skip to content
View selenayack's full-sized avatar
👩‍💻
👩‍💻

Highlights

  • Pro

Organizations

@Yerlem

Block or report selenayack

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

Hi 👋, I'm Selenay Açıkgöz

export function SoftwareDeveloper() {
    const me = {
    name: "Selenay Açıkgöz",
    role: "Back-End Developer",
    code: ["Java", "Sql", "C", "Python"],
    knowledge_base: [
      "Software Engineering",
      "Web Programming",
    ],
  };
const say_hi = (me) => {
    console.log(`I graduated from Konya Technical University with a degree in Computer Engineering, and I have been working in backend development for a while, primarily using Java Spring. As a hobby and freelancer, I also develop mobile applications.`);
  };
  say_hi(me);

Visit Count

selenayack

🌐 Socials:

Instagram LinkedIn

💻 Tech Stack:

Java Spring Postgres Python C Firebase
selenayack selenayack
selenayack

Pinned Loading

  1. fitBuddy fitBuddy Public

    diyet ve spor mobil uygulaması

    Java

  2. FZTN FZTN Public

    Fizyoterapi Mobil Uygulaması

    Java

  3. LocalHistogramEqualization LocalHistogramEqualization Public

    local histogram equalization on low light image

    Python 1

  4. contrastStreching contrastStreching Public

    contrast streching on low light image

    Python

  5. GanDeepLearningg GanDeepLearningg Public

    Gan Deep learning model on image enhancement

    Jupyter Notebook

  6. HarrisCornerShapeDetection HarrisCornerShapeDetection Public

    shape detection with opencv harris corner

    Python