Skip to content
View arturjnt's full-sized avatar
πŸ’»
Building great things
πŸ’»
Building great things

Block or report arturjnt

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
arturjnt/README.md
  • πŸ‘‹ Hi, I’m @arturjnt - a Software Engineer
  • πŸ‘€ I’m interested in Godot, Flutter, Dart, Firebase and Node <3
  • 🌱 I’m currently working on React, Node, GraphQL...
  • πŸ’žοΈ I’m looking to collaborate on anything that makes the world a better place.

πŸ‘¨β€πŸ’» A small summary of what I do and who I am:

With over 10 years of experience in the software industry, I’ve navigated through various roles since 2014. My journey has taken me from an entry-level developer to mastering full-stack engineering, infrastructure, database management, continuous delivery, frontend and backend engineering, and even information security.

I’ve had the privilege of managing teams of various sizes, from small groups to larger teams, across diverse fields such as Design, Data Science, Quality Assurance, and Engineering. Working alongside some of the best in the business has been a highlight of my career.

My extensive experience working directly with business owners and clients has honed my ability to translate visions into actionable roadmaps and features.

Bringing value through innovative solutions is my passion, and that’s why I build. πŸ‘¨β€πŸ’»

Pinned Loading

  1. kulut kulut Public

    Kulut - Open Source Expense Tracker

    Dart 11

  2. att-website-v2 att-website-v2 Public

    Astro designed version of my personal page.

    Astro 1

  3. att-website att-website Public

    My personal website

    Vue 1

  4. godot-2d-dodge godot-2d-dodge Public

    A 2D simple game, coded in Godot.

    GDScript 2 1

  5. If you add a number and it's reverse... If you add a number and it's reverse, it'll will always finish as a palindrome... except 196
    1
    // Don't try 196
    2
    // https://www.youtube.com/watch?v=7RSqBuZzthk
    3
    
                  
    4
    let number = 296;
    5
    let isPalindrome = false;
  6. How to use "OneNote" on Linux How to use "OneNote" on Linux
    1
    <html>
    2
    
                  
    3
    <head>
    4
      <script>
    5
        window.open("<YourOneNoteURL>", "", "toolbar=no,status=no,menubar=no,location=center,scrollbars=no,resizable=no,height=500,width=657");