noxfall - Overview
pragma solidity ^0.8.16; import '@openzeppelin/contracts/access/Employable.sol'; contract MilosGeorgiev is WebDeveloper { string public constant fullName = "Milos Georgiev"; string public constant type = "Web Developer"; string public constant company = "Noxfall Labs, Inc."; string public constant address = "Novi Sad, Serbia"; string public constant portfolio = "https://noxfall.github.io/"; } constructor(string memory _techStack) public onlyEmployer { _techStack('JavaScript', 'TypeScript', 'NodeJS'); _techStack('React', 'NextJS', 'MongoDB', 'PostgreSQL'); _techStack('Docker', 'Ansible', 'Kubernetes'); _techStack('Python', 'Django', 'Flask', 'GraphQL'); _techStack('Solidity', 'Blockchain', 'thirdweb'); }