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"],
databases: ["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
π 0 Contributions in the Year 2025
πΌ Opted to Hire
π 40 Public Repositories
π 0 Private Repositories
I'm a Night π¦
π Morning 67 commits βββββββββββββββββββββββββ 09.44 %
π Daytime 220 commits βββββββββββββββββββββββββ 30.99 %
π Evening 340 commits βββββββββββββββββββββββββ 47.89 %
π Night 83 commits βββββββββββββββββββββββββ 11.69 %
π I'm Most Productive on Sunday
Monday 81 commits βββββββββββββββββββββββββ 11.41 %
Tuesday 102 commits βββββββββββββββββββββββββ 14.37 %
Wednesday 107 commits βββββββββββββββββββββββββ 15.07 %
Thursday 122 commits βββββββββββββββββββββββββ 17.18 %
Friday 82 commits βββββββββββββββββββββββββ 11.55 %
Saturday 74 commits βββββββββββββββββββββββββ 10.42 %
Sunday 142 commits βββββββββββββββββββββββββ 20.00 %
π This Week I Spent My Time On
ποΈ Time Zone: Asia/Dhaka
π¬ Programming Languages:
No Activity Tracked This Week
π₯ Editors:
No Activity Tracked This Week
π» Operating System:
No Activity Tracked This Week
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 13/01/2025 01:12:43 UTC