1
// Personal information
2
const name = 'Akmal Hossain';
3
const age = 25;
4
const occupation = 'Senior Software Engineer & Digital Consultant';
5
const employer = 'Authentic Brands Group, NYC, USA';
6
const location = 'Dhaka, Bangladesh';
7
8
// My hobbies
9
const hobbies = [
10
'Programming',
11
'Eating',
12
'More programming',
13
'Sleeping',
14
'Playing games',
15
'Listening to music',
16
'Writing useless code',
            ◼ Just like this website...
17
];
18
19
// My favourite languages
20
const languages = [
21
'TypeScript',
22
'Go', // Currently most favourite
23
'JavaScript',
24
'Rust',
25
'HTML',
26
'CSS',
27
'Python',
28
'C/C++',
29
];
30
31
// Technology I like to work with
32
const techStack = [
33
'React / Next.js / Remix.js / React Native / Vue / Svelte', // Trying out Solid and Qwik
34
'TailwindCSS / ChakraUI / HeadlessUI / RadixUI',
35
'GraphQL / Apollo / Relay',
36
'WebRTC / WebSockets',
37
'PostgresSQL / MongoDB / Firebase / Redis / Prisma / Knex',
38
'Docker / K8S / AWS / Google CLoud', // Still learning dev-ops
39
'Shopify / Hydrogen',
40
'OpenAI / Anthropic / Gemini / Perplexity / Cursor',
41
];
42
43
// My specialities
44
const specialities = [ 'Writing bugs ];
            ◼ Unterminated string literal...
45
main
Tab Size: 2
UTF-8
{} Javascript