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.

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
arturjnt/README.md
  • πŸ‘‹ Hi, I’m @arturjnt - a Lead Software Engineer
  • πŸ‘€ I’m interested in AI-Enabled Engineering, Developer Productivity & Intelligent Automation
  • 🌱 I’m currently working on Vue, Node, C#, AWS, and many more
  • πŸ’žοΈ 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:

Leaning deeply into AI: I’ve worked closely with people building it since 2014, and today I actively apply AI in my day-to-day work through coding agents, multiple frontier models, MCPs, and custom AI skills to improve developer workflows, accelerate delivery, and create smarter systems.

With over 12 years of experience in software engineering, I’ve grown from an entry-level developer into a lead engineer working across full-stack development, infrastructure, databases, continuous delivery, security, and product delivery.

Along the way, I’ve led and collaborated with teams across Engineering, QA, Data Science, and Design, always focused on turning complex business needs into practical, high-impact solutions.

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

Pinned Loading

  1. kulut kulut Public

    Kulut - Open Source Expense Tracker

    Dart 10

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

    Astro designed version of my personal page.

    Astro

  3. att-website att-website Public

    My personal website

    Vue

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

    A 2D simple game, coded in Godot.

    GDScript 1 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");