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
πΌ Opted to Hire
π 40 Public Repositories
π 0 Private Repositories
I'm a Night π¦
π Morning 69 commits βββββββββββββββββββββββββ 09.34 %
π Daytime 229 commits βββββββββββββββββββββββββ 30.99 %
π Evening 355 commits βββββββββββββββββββββββββ 48.04 %
π Night 86 commits βββββββββββββββββββββββββ 11.64 %
π I'm Most Productive on Sunday
Monday 84 commits βββββββββββββββββββββββββ 11.37 %
Tuesday 105 commits βββββββββββββββββββββββββ 14.21 %
Wednesday 113 commits βββββββββββββββββββββββββ 15.29 %
Thursday 128 commits βββββββββββββββββββββββββ 17.32 %
Friday 87 commits βββββββββββββββββββββββββ 11.77 %
Saturday 78 commits βββββββββββββββββββββββββ 10.55 %
Sunday 144 commits βββββββββββββββββββββββββ 19.49 %
π This Week I Spent My Time On
ποΈ Time Zone: Asia/Dhaka
π¬ Programming Languages:
TypeScript 3 hrs 33 mins βββββββββββββββββββββββββ 76.60 %
Other 51 mins βββββββββββββββββββββββββ 18.43 %
Prisma 11 mins βββββββββββββββββββββββββ 03.99 %
TSX 2 mins βββββββββββββββββββββββββ 00.83 %
CSS 0 secs βββββββββββββββββββββββββ 00.16 %
π₯ Editors:
Cursor 3 hrs 27 mins βββββββββββββββββββββββββ 74.43 %
Chrome 1 hr βββββββββββββββββββββββββ 21.59 %
VS Code 11 mins βββββββββββββββββββββββββ 03.97 %
π» Operating System:
Linux 4 hrs 38 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/02/2025 01:07:23 UTC