Skip to content
View devpelux's full-sized avatar
☄️
Programming is art
☄️
Programming is art
Block or Report

Block or report devpelux

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

Hi there 👋 I'm devpelux, a developer by passion.

As a child, I always had a passion for putting together paper, cardboard, and tape, and creating small objects to play with, sometimes even elaborate ones, like tracks for rolling marbles...
Now I use programming to do all of that. It's satisfying to create something, like a game object, and see that it works exactly as you want it to!

☄️ Here are some of my projects

terravibe vault fullcontrols

How to reach me

github stackoverflow twitter website

💬 Ask me about anything here

Recommended languages and IDEs

csharp java android studio intellij idea visual studio visual studio code

Some statistics

stats
top langs

"Programming is art"

Pinned

  1. Github Pull Request Checklist Github Pull Request Checklist
    1
    # GitHub Pull Request Checklist
    2
    Following this checklist is the conventionally correct way to make a pull request on GitHub.
    3
    You can make multiple pull requests with the same fork and maintain a backup of the original project branches.
    4
    
                  
    5
    1. Fork the project from GitHub.
  2. Keep the commit timestamp when doing... Keep the commit timestamp when doing git rebase
    1
    # Keep the commit timestamp when doing git rebase
    2
    To keep the committer date:
    3
    
                  
    4
    ```cmd
    5
    GIT_COMMITTER_DATE="<timestamp>" git commit --amend