
Backend Development: Python (FastAPI, Django), Go (net/http) Frontend Development: JavaScript/TypeScript (React, Next.js, Svelte) Databases: SQL (PostgreSQL, MySQL, SQLite), NoSQL (MongoDB), Redis DevOps: AWS, Docker, VPS, Cloudflare, Nginx I use Arch Linux (BTW) 
CodeLtix is a developer-centric platform built to simplify the journey of mastering Linux, full-stack development, and automation. From in-depth tutorials and real-world coding insights to free, open-access APIs, CodeLtix empowers developers to build, break, and grow with confidence—one command and project at a time.

GODO is a terminal-based AI agent that leverages the free Gemini API to help users manage their tasks efficiently without the need for any browser or separate application. Its unique UI and fast, lightweight architecture make it an exceptional choice for developers and power users who prefer working in the terminal.
I’m Avisek from West Bengal, India. I’m pursuing a BCA in Software Engineering at Amity University.
I like to make things that help people using my programming skills. Also, I’m a freelancer
My goal is to keep learning, explore new technologies, and contribute to projects that make a real difference.
package skills // I build modern, scalable web applications with precision and clarity.// Constantly learning, improving, and shipping.func GetProfile() map[string]string { return map[string]string{ "name": "Avisek Ray", "role": "Full Stack Developer", "specialization": "Software Engineering", }}func GetWorkExperience() []map[string]string { return []map[string]string{ {"2023-now": "Freelance Full Stack Developer"}, {"2024": "Built 'Dinhata Times' – local news platform (Django + Next.js)"}, {"2025": "Built 'Codeltix' - a Linux learning platform (Svelte + Go)"}, {"2025" : "Built A high performance file streaming telegram bot (Go)"}, }}func GetEducation() []map[string]string { return []map[string]string{ {"2020-2023": "Higher Secondary (70.4%)"}, {"2024-2027": "Bachelor of Computer Applications – Software Engineering"}, }}func GetSkills() []string { return []string{ "HTML", "CSS", "JavaScript/TypeScript", "Go", "Python", "FastAPI", "Django", "Next.js", "React", "Svelte", "Tailwind", "MongoDB", "PostgreSQL", "Redis", "Linux", "Docker", "Git", "Nginx", }}