- π’ I'm currently working as a Software Developer @ Earnest Data Analytics Private Limited
- βοΈ I use daily:
.js
,.ts
,.tsx
,.py
- π I'm mostly active within the Javascript Community
- π« Reach me: LinkedIn
function bio() {
const username = 'Saifurrahmanemon';
const bio = 'Tech enthusiast, with a constantly growing love for languages.';
const toolbox = {
frontend: ['HTML', 'CSS', 'JavaScript', 'TypeScript', 'React.JS', 'Next.JS', 'Svelte'],
backend: ['Python', 'Django', 'Node.JS', 'GraphQL', 'Express'],
database: ['PostgreSQL', 'SQLite3', 'Mongo DB', 'Redis'],
devops: ['Docker', 'GitHub Actions', 'Heroku', 'Netlify'],
misc: ['Firebase', 'GNU/Linux', 'AWS']
};
const architecture = ['RESTful API', 'Serverless', 'Microservices'];
return {
username,
bio,
toolbox,
architecture,
};
}
const me = bio();
π Problem Solving