Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
MrTech-AK
Follow

Akshat MrTech-AK

Block or report MrTech-AK

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

Hi I'm Akshat

About Me

package main

import "fmt"

type Person struct {
name string
username string
age int
hobbies []string
job string
}

func main() {
var me = new(Person)

me.name = "Akshat"
me.username = "MrTech-AK"
me.age = "15"
me.hobbies = []string{"code", "programming", "music", "editing"," gaming"}

fmt.Println(me)
}

Total Visitors on Profile

My Tech Stack:

My GitHub Stats:



My GitHub Trophies

Top Contributed Repo

Random Dev Quotes

Random Dev Meme

Keep Laughing!, Cuz I care for you!


Follow Me

I try to come up with new projects! Till then, You can check my existing Projects and Star them

Popular repositories Loading

  1. T-Customizer T-Customizer Public

    T-Customizer is a GitHub repository designed to empower users to personalize their TermuX experience. With T-Customizer, you can enhance your Termux interface with features like a customizable logi...

    Shell 8 3

  2. Analog.OnlineClock Analog.OnlineClock Public

    The Analog Clock project on GitHub is a beautifully crafted representation of time in a classic analog format. Developed with precision and elegance, this clock brings the charm of traditional time...

    HTML 4

  3. Barcode.Generator Barcode.Generator Public

    The QR Code Generator project on GitHub is a comprehensive tool designed to simplify the process of generating QR codes for a multitude of purposes. With its user-friendly interface and robust func...

    CSS 3 1

  4. PythonTurtle-Cool PythonTurtle-Cool Public

    "Python Turtle Projects: Interactive animations, games, and artwork using Python's Turtle graphics library. Explore, modify, and learn from these creative examples."

    Python 3

  5. MrTech-AK MrTech-AK Public

    Config files for my GitHub profile.

    HTML 2 2

  6. Login.Page Login.Page Public

    The Login Page project on GitHub is a secure and user-friendly solution for authenticating users. With its sleek design and robust functionality, this page provides a seamless login experience for ...

    JavaScript 2 1