๐ง Developer | โ๏ธ Tinkerer | ๐ฎ Gamer
Breaking stuff, fixing it better, and sharing what I learn!
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
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.
โก Neovim ConfigMy personalized Neovim setup with modern features โก Features:
-- 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: |
๐ป Terminal BlogA retro-style terminal-themed blog website ๐ฅ๏ธ Features:
@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: |
๐จ Blender PortfolioCharacter models, environments & creative 3D work ๐ญ Showcase:
# Blender Python automation script
import bpy
def create_character_rig():
# Custom rigging workflow
passTech: |
๐ค Mini Python ProjectsA growing collection of Python automation & games ๐ฏ Highlights:
# Auto-organize downloads folder
def organize_files(directory):
for file in os.listdir(directory):
# Smart file categorization logic
move_to_category_folder(file)Tech: |
| ๐ฏ Current Interests | ๐ฎ Gaming | ๐จ Creative |
|---|---|---|
| Machine Learning & AI | Strategy Games | 3D Character Design |
| Performance Optimization | Indie Games | Environment Art |
| Developer Experience | Retro Gaming | Animation Studies |
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
โญ 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!