Skip to content
View codefoxut's full-sized avatar
🪑
Coding
🪑
Coding
  • Gurugram, Haryana
  • 05:41 (UTC +05:30)

Organizations

@big-jobs

Block or report codefoxut

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

Hi there 👋

🔹 About Me

Hi, I'm Ujjwal Tak (GitHub: codefoxut), a curious software developer who loves solving problems, building projects, and learning through hands-on coding.

  • Tech explorer: Explores technologies from algorithm challenges and Python/Go programming to coding utilities and code organization.
  • Problem breaker: Enjoys breaking down complex problems into clean, readable solutions.
  • Skill sharpener: Constantly sharpens skills through practice and real-world project work.
  • Growth-driven: Driven by mastering new languages, experimenting with data structures/algorithms, and contributing to open-source projects.
  • Community contributor: GitHub showcases learning journeys and contributions that reflect curiosity, consistency, and engagement.
  • Always learning, always building: Committed to continuous improvement and creation.

🔹 Tech & Interests

  • Languages: Go, Python (and more in learning/experiment stage)
  • Core Focus: Algorithms & problem solving (DS/algos)
  • Other Areas: Code organization, utilities & learning resources
  • Open Source: Enthusiastic about contributing and sharing code that others can learn from or build upon.

😊 Fun Fact

I enjoy learning by doing — constantly experimenting with new ideas, building projects, and improving through real code, not just theory.


🛠️ Tech Stack


📊 GitHub Stats


🔥 GitHub Streak


🏆 GitHub Trophies


Top Languages


GitHub Profile Summary Cards


👀 Profile Views



Thanks for stopping by!

Pinned Loading

  1. la-casa-de-papel la-casa-de-papel Public

    House of Money

    Go

  2. function to order module in dependen... function to order module in dependency order.
    1
    import argparse
    2
    
                  
    3
    def order_modules(order_str, version_number_str):
    4
        # parse order list
    5
        order_list = [i.strip() for i in  order_str.split(',')]
  3. Go Code Structure Go Code Structure
    1
    [Golang-Project-Structure](https://github.com/Mindinventory/Golang-Project-Structure)