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

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:

Working since 2014 on Software, I've been through every job on the field, from a ticket-grabbing developer, through full-stack, infrastructure, database management, continuous delivery, frontend and backend engineering, and even information security.

I've managed teams of 1 to 15 people of various fields of expertise such as Design, Data Science, Quality Assurance and Engineering and I was quite lucky to work with some of the best in the business.

Working directly with business owners and clients is something I have years of experience in, therefore I understand the value of translating a vision into an actionable roadmap and its features.

Bringing you value is my passion, that's why I build stuff.

Pinned

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