Pick a slot if you'd like to meet me and chat about anything you are passionate about - but make sure to describe the agenda
π Iβm currently working on A Language Learning Platform.
π± Iβm currently learning Docker, ReactNative, AWS.
π¬ Ask me about Node.js, React, Next.js... or anything here
β‘ Fun fact: The world's first website, created by Tim Berners-Lee in 1991, is still online and accessible today at here.
const dipaloke = {
language: ["Javascript", "Python"],
skills: {
backEnd: {
js: ["Node", "Express", "Next.js"],
},
frontEnd: {
js: ["React", "Next.js"],
},
mobileApp: ["React Native"],
devOps: ["AWS", "Dockerπ³"],
testingLibrary: ["Jest"],
dat
8000
abases: ["mongoDBDB", "MySql", "postgresql"],
misc: [
"graph-QL", "framer-motion ", "Prisma-ORM", "drizzle-ORM", "payload-CMS", "framer-motion", "bun", "Zustand",
],
},
architecture: [
"Test_Driven_Development-(TDD)"
"Serverless_Architecture",
"Progressive_web_applications",
"Single_page_applications",
],
Knowledgeable: ["UI", "UX"],
hardWorker: true,
quickLearner: true,
problemSolver: true,
};
dipaloke.hireable = function () {
const requiredSkillsCount = Object.keys(this.skills).reduce(
(count, category) => {
return count + this.skills[category].length;
},
0
);
const isFullstack =
this.skills.backEnd.js.includes("Next.js") &&
this.skills.frontEnd.js.includes("Next.js");
return (
this.hardWorker &&
this.problemSolver &&
requiredSkillsCount >= 5 &&
isFullstack
);
};
console.log(dipaloke.hireable()); //TRUE
π± My GitHub Data
π¦ ? Used in GitHub's Storage
π 38 Contributions in the Year 2025
πΌ Opted to Hire
π 40 Public Repositories
π 0 Private Repositories
I'm a Night π¦
π Morning 71 commits βββββββββββββββββββββββββ 09.50 %
π Daytime 231 commits βββββββββββββββββββββββββ 30.92 %
π Evening 359 commits βββββββββββββββββββββββββ 48.06 %
π Night 86 commits βββββββββββββββββββββββββ 11.51 %
π I'm Most Productive on Sunday
Monday 85 commits βββββββββββββββββββββββββ 11.38 %
Tuesday 106 commits βββββββββββββββββββββββββ 14.19 %
Wednesday 114 commits βββββββββββββββββββββββββ 15.26 %
Thursday 129 commits βββββββββββββββββββββββββ 17.27 %
Friday 89 commits βββββββββββββββββββββββββ 11.91 %
Saturday 78 commits βββββββββββββββββββββββββ 10.44 %
Sunday 146 commits βββββββββββββββββββββββββ 19.54 %
π This Week I Spent My Time On
ποΈ Time Zone: Asia/Dhaka
π¬ Programming Languages:
TypeScript 1 hr 40 mins βββββββββββββββββββββββββ 98.67 %
Other 1 min βββββββββββββββββββββββββ 01.33 %
π₯ Editors:
Chrome 1 hr 41 mins βββββββββββββββββββββββββ 100.00 %
π» Operating System:
Linux 1 hr 41 mins βββββββββββββββββββββββββ 100.00 %
I Mostly Code in JavaScript
JavaScript 30 repos βββββββββββββββββββββββββ 52.63 %
TypeScript 15 repos βββββββββββββββββββββββββ 26.32 %
HTML 9 repos βββββββββββββββββββββββββ 15.79 %
Python 1 repo βββββββββββββββββββββββββ 01.75 %
SCSS 1 repo βββββββββββββββββββββββββ 01.75 %
Last Updated on 04/05/2025 12:30:51 UTC