// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; contract BlockchainDeveloper { string public name; string public role; string[] public pronouns; string[] public code; string[] public askMeAbout; mapping(string => string[]) public technologies; string[] public architecture; string public currentFocus; string public funFact; constructor() { name = "Amarnath Rao"; role = "Blockchain Developer"; pronouns = ["He", "Him"]; code = ["Solidity", "Javascript", "Python", "Java"]; askMeAbout = ["blockchain", "web dev", "tech", "ai"]; technologies["backEnd"] = ["Node", "Fastify", "Express"]; technologies["devOps"] = ["AWS", "Dockerπ³", "Route53", "Nginx"]; technologies["databases"] = ["mongo", "MySql", "sqlite"]; technologies["misc"] = ["Firebase", "Socket.IO", "selenium", "open-cv", "php", "SuiteApp"]; architecture = ["Serverless Architecture", "Progressive web applications", "Single page applications"]; currentFocus = "No Focus point at this time"; funFact = "There are two ways to write error-free programs; only the third one works"; } function sayHi() public pure returns (string memory) { return "Thanks for dropping by, hope you find some of my work interesting."; } function getTechnologies(string memory category) public view returns (string[] memory) { return technologies[category]; } }
π Hit in your console or terminal to connect with me.
I'm an Early π€
π Morning 759 commits βββββββββββββββββββββββββ 17.21 %
π Daytime 1780 commits βββββββββββββββββββββββββ 40.35 %
π Evening 1293 commits βββββββββββββββββββββββββ 29.31 %
π Night 579 commits βββββββββββββββββββββββββ 13.13 %
π I'm Most Productive on Sunday
Monday 553 commits βββββββββββββββββββββββββ 12.54 %
Tuesday 609 commits βββββββββββββββββββββββββ 13.81 %
Wednesday 716 commits βββββββββββββββββββββββββ 16.23 %
Thursday 586 commits βββββββββββββββββββββββββ 13.28 %
Friday 463 commits βββββββββββββββββββββββββ 10.50 %
Saturday 568 commits βββββββββββββββββββββββββ 12.88 %
Sunday 916 commits βββββββββββββββββββββββββ 20.77 %
π This Week I Spent My Time On
ποΈ Time Zone: Asia/Dubai
π¬ Programming Languages:
JavaScript 23 hrs 27 mins βββββββββββββββββββββββββ 79.06 %
Solidity 2 hrs 46 mins βββββββββββββββββββββββββ 09.37 %
TypeScript 2 hrs βββββββββββββββββββββββββ 06.78 %
HTML 1 hr βββββββββββββββββββββββββ 03.37 %
JSON 8 mins βββββββββββββββββββββββββ 00.45 %
π₯ Editors:
VS code 26 hrs 53 mins βββββββββββββββββββββββββ 90.63 %
Android Studio 2 hrs 46 mins βββββββββββββββββββββββββ 09.37 %
π» Operating System:
Windows 29 hrs 40 mins βββββββββββββββββββββββββ 100.00 %
