Jai Shree Krishna, I'm

AVISEK

WELCOME

TO MY

PORTFOLIO

Trying to understand

COMPUTERS

Hero image

I'm aFullstackSoftware Developer

Technology icon 1
Technology icon 2
Technology icon 3
Technology icon 4
Technology icon 5
Technology icon 6
1
Backend Development: Python (FastAPI, Django), Go (net/http) 
2
Frontend Development: JavaScript/TypeScript (React, Next.js, Svelte) 
3
Databases: SQL (PostgreSQL, MySQL, SQLite), NoSQL (MongoDB), Redis 
4
DevOps:	AWS, Docker, VPS, Cloudflare, Nginx 
5
I use Arch Linux (BTW) 

Buildingseamlessapplications.

Turning ideas into Applications

About Me

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.

 
 
1
package skills 
2
3
// I build modern, scalable web applications with precision and clarity.
4
// Constantly learning, improving, and shipping.
5
6
func GetProfile() map[string]string {
7
	return map[string]string{
8
		"name": "Avisek Ray",
9
		"role": "Full Stack Developer",
10
		"specialization": "Software Engineering",
11
	}
12
}
13
14
func GetWorkExperience() []map[string]string {
15
	return []map[string]string{
16
		{"2023-now": "Freelance Full Stack Developer"},
17
		{"2024": "Built 'Dinhata Times' – local news platform (Django + Next.js)"},
18
		{"2025": "Built 'Codeltix' - a Linux learning platform (Svelte + Go)"},
19
		{"2025" : "Built A high performance file streaming telegram bot (Go)"},
20
	}
21
}
22
23
func GetEducation() []map[string]string {
24
	return []map[string]string{
25
		{"2020-2023": "Higher Secondary (70.4%)"},
26
		{"2024-2027": "Bachelor of Computer Applications – Software Engineering"},
27
	}
28
}
29
30
func GetSkills() []string {
31
	return []string{
32
		"HTML", "CSS", "JavaScript/TypeScript",
33
		"Go", "Python", "FastAPI", "Django",
34
		"Next.js", "React", "Svelte", "Tailwind",
35
		"MongoDB", "PostgreSQL", "Redis",
36
		"Linux", "Docker", "Git", "Nginx",
37
	}
38
}
39

The End Of The Beginning