Skip to content
View akash-bhaduri's full-sized avatar

Block or report akash-bhaduri

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

Header

Typing SVG

๐Ÿง  Developer | โš™๏ธ Tinkerer | ๐ŸŽฎ Gamer
Breaking stuff, fixing it better, and sharing what I learn!

GitHub followers Twitter Follow Blog


๐ŸŽฏ This Week I'm...

Updated: Last updated on commit

  • ๐Ÿ”ฅ Building: Websites with flask, sql
  • ๐Ÿ“š Learning: Advanced python and backend development
  • ๐Ÿค” Experimenting: creating a lot of websites , api's for fun

๐Ÿ’ก "If you wanna waste time, then waste it on learning something."


๐Ÿš€ About Me

class Akash:
    def __init__(self):
        self.current_focus = ["NeoVim Mastery", "Python Automation", "3D Art"]
        self.learning = ["Machine Learning", "Advanced Lua", "Shader Programming"]
        self.ask_me_about = ["NeoVim configs", "Python scripting", "Blender workflows"]
        self.fun_fact = "Sometimes I open Vim just to exit Vim ๐Ÿ˜…"
        
    def current_mood(self):
        return "Caffeinated and ready to code! โ˜•"
๐Ÿ“– More About My Journey

I'm passionate about creating efficient development environments and automating repetitive tasks. My journey started with curiosity about how things work "under the hood," which led me down the rabbit hole of terminal customization, editor configuration, and building tools that make my life easier.

When I'm not coding, you'll find me crafting 3D characters in Blender or gaming. I believe in learning by doing, breaking things, and documenting the fixes for others to learn from.


๐Ÿงฐ Tech Arsenal

Daily Drivers

Development & Design

Tools & Platforms


๐Ÿ”ฅ Featured Projects

โšก Neovim Config

My personalized Neovim setup with modern features

โšก Features:

  • Lightning-fast LSP integration
  • Custom key bindings & workflows
  • Beautiful colorschemes & UI
  • Plugin management with lazy.nvim
-- My favorite keybinding
vim.keymap.set('n', '<leader>ef', '<cmd>Telescope find_files<cr>')
vim.keymap.set("n", "<C-e>", function()
			harpoon.ui:toggle_quick_menu(harpoon:list())
		end)

Tech: Lua Neovim LSP Treesitter

Demo

๐Ÿ’ป Terminal Blog

A retro-style terminal-themed blog website

๐Ÿ–ฅ๏ธ Features:

  • Authentic terminal aesthetics
  • Flask-powered backend
  • SQL database integration
  • Markdown blog post support
@app.route('/blog/<post_id>')
def show_post(post_id):
    post = get_post_from_db(post_id)
    return render_template('post.html', post=post)

Tech: Flask Python SQL HTML/CSS

Live Site

Character models, environments & creative 3D work

๐ŸŽญ Showcase:

  • Stylized character designs
  • Animation experiments
  • Material & lighting studies
# Blender Python automation script
import bpy
def create_character_rig():
    # Custom rigging workflow
    pass

Tech: Blender Python 3D Modeling Animation

Gallery

A growing collection of Python automation & games

๐ŸŽฏ Highlights:

  • File organization scripts
  • Web scraping utilities
  • Mini games & puzzles
  • CLI productivity tools
# Auto-organize downloads folder
def organize_files(directory):
    for file in os.listdir(directory):
        # Smart file categorization logic
        move_to_category_folder(file)

Tech: Python Click BeautifulSoup Pygame

Stars


๐Ÿ“Š GitHub Analytics

๐Ÿ† GitHub Trophies


๐ŸŽฎ Beyond Coding

๐ŸŽฏ Current Interests ๐ŸŽฎ Gaming ๐ŸŽจ Creative
Machine Learning & AI Strategy Games 3D Character Design
Performance Optimization Indie Games Environment Art
Developer Experience Retro Gaming Animation Studies

๐Ÿค Let's Connect & Collaborate

I'm always excited to connect with fellow developers, makers, and learners! Whether you want to:

๐Ÿค Collaborate on open source projects
๐Ÿ’ฌ Chat about Neovim, Python, or Blender
๐Ÿš€ Share your own learning journey
๐Ÿค” Ask questions about my setups

Blog Twitter GitHub


โญ If you like what I'm building, drop a follow or star my repos โ€” it seriously helps and keeps me motivated! ๐Ÿ™Œ

PS: Contributions, issues, and PRs are always welcome!


Visitor Count

Pinned Loading

  1. Full-Windows-Setup Full-Windows-Setup Public

    My full windows workflow with GlazeWM, Yasb and wezterm

    CSS

  2. better-alt-tab better-alt-tab Public

    AutoHotkey script to jump directly to your apps with Alt + key. No more endless Alt+Tab cycles.

    AutoHotkey 2

  3. neovim neovim Public

    A fully customized, modern neovim config with lsp , autocompletion and ascii art dashboard

    Lua 1

  4. Terminal-blog Terminal-blog Public

    A blog website about tech , space and productivity

    HTML 1

  5. windows-terminal-config windows-terminal-config Public

    PowerShell